/* =========================================
    CSS STYLES FOR Module 
   =========================================
*/

.kTableMain
{
  width: 600px;
  border: 0px;
  background-color: #FFFFFF;
}
.kSectionNumber
{ 
  background: #cc6600; 
  color: #ffffff;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
}
.kSectionTitle 
{ 
  font-size: 13px; 
  color: #000000; 
  font-family: Verdana;
  font-weight: bold !important;
  line-height: 14px;
}
.kTextBox 
{
   font-size:    8pt;
   font-family:  Verdana, sans-serif;
   width:        200px;
}
.kDateBox 
{
   font-size:    8pt;
   font-family:  Verdana, sans-serif;
   width:        75px;
}
.kMemoBox 
{
   font-size:    8pt;
   font-family:  Verdana, sans-serif;
   width:        200px;
   height:		 100px;
}
.kCheckBox 
{
   font-size:    8pt;
   font-family:  Verdana, sans-serif;
}
.kMessages 
{
   font-size:    8pt;
   font-family:  Verdana, sans-serif;
}
/* Style for the Labels inside a form */
.kFormLabels
{
	color: #808080;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
}
/* Style for Tip Labels inside a form */
.kTip
{
	font-weight: normal;
	color: Red;
	font-size: 7pt;
}
/* Style for the dividing line inside a form */
.ksectionline
{
   background-color: #5f8ac5;
}
/* Style for the Page Headings */
.kPageHeadingOrange
{
	color: #cc6600;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.kPageHeading
{
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.kSectionHeader
{
	color: #003063; 
	font-family: arial; 
	font-size: 12pt; 
	font-weight: bold;
	height: 25pt;
}
.kThinSectionLine
{
	background-color: #6396c6;
}
.kSecHeadingBack
{ 
  BACKGROUND: #cc6600; 
  COLOR: #ffffff 
}
.kAuthoringControls
{
	background-color: #F2F2F2; 
	font-family: verdana; 
	font-size: 8pt;
	width: 275px;
	vertical-align: top;
}
.descriptiontext
{
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
}
/* Style for HyperLinks */
.kHyperLinkRegular
{
  font-family: Verdana;
  color: #3366cc;
  font-size: 8pt;
  text-decoration: none;
}
.kHyperLinkRegular:hover 
{
  color: red;
  text-decoration: underline;
}
.kHyperLinkRegular a:visited
{
  text-decoration: none;
}
.kHyperLinkRegular a:visited:hover
{
  color: red;
  text-decoration: underline;
}
.kMessageBoxText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  bold;
    color: red;
}