a
{
	font-family:verdana;
	font-size:12px;
	/*color: #777777;	*/
	color: #3355CC;	
	text-decoration:underline;
}
a:hover
{
	/*color: #000000;	 aug 2010 */
	color: Red
}

.requiredIndicator
{
	color: red;
	font-size:9px;
}

.heading{
	font-family:Verdana; 
	font-size:15pt; 	
	/* color: #234588; aug 2010*/
	color:Black;
}

.bodyBackground
{
	background-color:#F7F6F7;
}

.leftNav{
	background-color:#D6D3C6;
}

.tableBorderColor{
	/*background-color:#1177BB;	*/
	/*background-color:#8C9EC6; aug 2010*/
	background-color:#D7D7D7
}	

.tableHeading{
	font-family:Verdana; 
	font-size:10pt; 
	font-weight:bold;
	color: #FFFFFF;
}

.label{
	font-family:Verdana; 
	font-size:8pt; 
	font-weight:bold;	
}

.data{
	font-family:Verdana;
	font-size:8pt; 
	font-weight:normal;	
}

.textBox{
	font-family:Verdana;
	font-size:8pt;
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
}

.disabled_textbox
{
	font-family:Verdana;
	font-size:8pt;
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-bottom: #999999 1px solid;
	background-color:#EDEDED; 
}


.select
{
	font-family:Verdana;
	font-size:8pt;		
}

.button{
	font-family:Verdana;
	font-size:8pt;
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	background-color: #F7F6F7;  
}

.normal{
	font-family:Verdana;
	font-size:8pt;
}

.errorMessage{
	font-family:Verdana;
	color:#FF0000; 
	font-size:8pt;
}

.customError
{
	font-family:Verdana;
	color:#FF0000; 
	font-size:12pt;	
}

.bgColor1{
	background-color:#FFFFFF;
}

.bgColor2{
	background-color:#F7F7F7;
}

.bgColor3{
	background-color:Beige;
}
.bgColor4
{
	background-color:#8C9EC6;
}

.colorText{
	font-family:Verdana;
	font-size:8pt; 
	font-weight:normal;	
	color:#FFFFFF;
}
/* BEGIN -- for the tabs */
.tab
{	
	height:25px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;	
	background-color:#8C9EC6;
	display:block;
	z-index:1;	
}

.tab a
{	
	color:#EEEEEE;
}

.tab a:hover
{
	/* color:#FFFFFF; aug 2010 */
	color:Red;
}

.selectedTab
{			
	height:25px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;	
	background-color:#555555;
	display:block;
	z-index:1;		
}
.selectedTab a
{	
	color:#EEEEEE;
}

.selectedTab a:hover
{	
	/* color:#FFFFFF;	*/
	color:Red;
}
/* END -- for the tabs */


/* BEGIN --- used for the Tab Links displayed at the top */
.tabRowLink a
{	
	color:#666666;
}

.tabRowLink a:hover
{	
	/* color:#000000;	aug 2010*/
	color:Red;
}

.selectedTabRowLink a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/* END --- used for the Tab Links displayed at the top */

/*
.tabLink {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px; 
	background-color:#EEEEEE;
}*/

/* BEGIN --- for the tab links displayed at the left */
.tabLink{
	background-color:#EFEFEF;
}

.tabLink a{		
	color:#666666;	
}

.tabLink a:hover{
	/* color:#222222;	aug 2010 */
	color:Red;
}

.selectedTabLink{
	background-color:#FFFFFF;
}

.selectedTabLink a{		
	color:#000000;	
}
/* END --- for the tab links displayed at the left */


.line
{
	background-color:#8c9ec6;
}
.boxedTable
{
	border:2px Solid;
	/* border-color: lightsteelblue; aug 2010 */
	border-color:Black;
}
.boxedRegionBorder
{
	
}
.sectionHeaderFilled
{
	font-weight: bold;
	color: white;
	border-bottom: white;
	font-family: Verdana;
	background-color: #8c9ec6;
}
.sectionHeaderLine
{
	font-weight: bold;
	margin-bottom: 1px;
	color: #8c9ec6;
	border-bottom: lightsteelblue thin solid;
	font-family: Verdana;
	background-color: white;
	font-variant: normal;
}
/* -- General Fonts & Formatting Elements --*/

form
{
	border: 0px solid #000;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.small_header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
}

.page_header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

.small_link
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.small_link:hover
{
	/* color: #ff0000; aug 2010 */
	color:Red;
	text-decoration: underline;
}
.small_link:visited
{
	color: #336699;
}

.small_gray_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #707070;
}

.small_red_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #FF0000;
}
.small_blue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.article_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}
.small_darkblue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}
.small_lightblue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.highlight
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
	background: #F1F9FF;
	padding: 3px;
}

/* - form elements - */

.frmButton
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #003366;
}

.frmImageButton
{
	cursor:hand;
}

.frmButtonSmall
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}

.frmTextBox
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #003366;
}

.frmTextBoxSmall
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}

/* - the default font for the kb article- */



/* - specific table row and cell styles - */

.header_cell { font-family: Verdana, Arial, Tahoma; font-size: 8pt; color: #0066CC; 
               font-weight: bold; background-image: 
               url('../images/headerbg.gif'); 
               background-color: #DCEFFE }
.header_cell_notbold { font-family: Verdana, Arial, Tahoma; font-size: 8pt; color: #0066CC; 
               font-weight: normal; background-image: 
               url('../images/headerbg.gif'); 
               background-color: #C1E4FD }
.lightblue_tblCell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	/*color: #808080;*/
	background-color: #F1F9FF;
	
}
.mediumblue_tblCell
{
	font-weight: bold;
	font-size: 8pt;
	color: darkslateblue;
	font-family: Verdana, Arial, Tahoma;
	background-color: #cfe7f9;
}
.white_tblcell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	background-color: #FFFFFF;
}
.blue_1px_line_seperator
{
	background: #74BAF3;
}

/* -- TreeView Control Style Elements -- */

.treelink {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.treelink:hover {
	/* color: #003366;aug  2010 */
	color:Red;
	text-decoration: underline;
}
.treelink:visited {
	color: #003366;
	text-decoration: none;
}
.treelink_selected {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
	background: #F1F9FF;
	padding: 2px;
	border: 1px solid #85B3FE;
}

/* -- Question Links -- */

.questionlink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.questionlink:hover
{
	/* color: #FF0000; aug 2010 */
	color:Red;
}
.questionlink:visited
{
	color: #336699;
}

/* -- Question Paging Links -- */

.questionpaging
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.questionpaging:hover
{
	/* color: #FF0000; aug 2010 */
	color:Red;
}
.questionpaging:visited
{
	color: #336699;
}

/* -- Table Splitters -- */

.vert_splitter { background-image: 
               url('images/vertline.gif'); 
               background-repeat: repeat-y; 
               font-size: 4pt; background-position: 0% }
.hoz_splitter { background-image: 
               url('images/hozline.gif'); 
               background-repeat: repeat-x; 
               font-size: 4pt; background-position: 0% }
.tophoz_splitter { background-image: 
               url('../images/topsplitter.gif'); 
               background-repeat: repeat-x;
               font-size: 4pt; background-position: 0% }
/* -- Navigation Bar & Tabs -- */

.NavBar_TabOn {
	background-image: url('../images/tabon.gif');
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position-y: top;
	border-left: 1px solid #7898B5;
	border-right: 1px solid #7898B5; 
	border-top: 1px solid #7898B5;
	padding: 0px; 
}

.NavBar_TabOn a {
	text-decoration:none;
}	

.NavBar_TabOff {
	background-color: #F1F3F6;
	background-image: url('../images/headerbg.gif'); 
	background-repeat: repeat-x; 
	background-position-y: top;
	border-left: 1px solid #BECBD2;
	border-right: 1px solid #AAAAAA; 
	border-top: 1px solid #BECBD2;
	padding: 0px; 
}

.IKB_TabOn
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	background: #C7E1FA;
}

.NavBar_BG
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.NavBar_Links
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.NavBar_Links:hover
{
	/* color: #FF0000; aug 2010 */
	color:Red;
}
.NavBar_Links:visited
{
	color: #0066CC;
}

.ikb_DHTMLToolTip
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	border: silver 1px dashed;
	padding: 6px;
	visibility: hidden;
	z-index:100;
	position: absolute;
	background-color: #FFFFCC;
}


/* ----- Partners ----- */
.subHeaders {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5A7296;
}
.goldDivider {
background-color:#F1E5B2;
}
.subText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787958;
	line-height: 140%;
}
/* --------------------------------- */

/* -------- Header ---------- */
.navPadding {
	padding-left: 15px;
	padding-right: 10px;
}
.navItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #FFFFFF;
	padding-right: 5px;
}
.navItem a:link 
{
	font-size: 9px;
	font-weight:bold;		
	color:#FFFFFF;	
	text-decoration:none;
}
.navItem a:visited 
{
	font-size: 9px;
	font-weight:bold;		
	color:#FFFFFF;
	text-decoration:none;
}
.navItem a:hover 
{
	font-size: 9px;
	font-weight:bold;		
	/* color:#EFC723; aug 2010 */
	color:Red;
	text-decoration:none;
}
.navBkgrnd {
	/*background-image: url(../images/nav_bkgrnd_gradient.gif);
	background-repeat: repeat;*/
	background-color: #5A7597;
}
/* --------------------------------- */
/* -------- Footer --------- */
.subnav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #445D7C;	
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 28px;
}
.subnav a:link 
{
	font-size: 9px;	
	font-weight:bold;
	color: #817F73;
	text-decoration:none;
}
.subnav a:visited 
{
	font-size: 9px;
	font-weight:bold;
	color: #817F73;
	text-decoration:none;
}
.subnav a:hover 
{
	font-size: 9px;
	font-weight:bold;
	/* color: #817F73; aug 2010 */
	color:Red;
	text-decoration:underline;
}
/* --------------------------------- */


.GridLabelBar { background-color: #F1F3F6; background-image: 
               url('../images/headerbg.gif'); 
               background-repeat: repeat-x; 
               border-left: 1px solid #BECBD2; border-right: 1px solid #AAAAAA; 
               border-top: 1px solid #BECBD2; padding: 3px; 
               background-position: 0% ;
               font-family: Verdana, Arial, Tahoma;
			   font-size: 8pt;
			   font-weight:bold;
	 	       /* color: #0066CC; aug 2010 */
	 	       color:Red;
               }

 