/* -- General Fonts & Formatting Elements --*/

.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;
	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;
}
.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: 8pt;
	color: #000000;
}
.frmtextbox
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #000000;
}

/* - the default font for the kb article- */

.article_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	line-height: 11pt;
	color: #003366;
}
.article_text a
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}

/* - 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-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #979797;
	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;
	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;
}
.questionlink:visited
{
	color: #336699;
}

/* -- Question Paging Links -- */

.questionpaging
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.questionpaging:hover
{
	color: #FF0000;
}
.questionpaging:visited
{
	color: #336699;
}

/* -- Table Splitters -- */

.vert_splitter
{
	background: url(../images/vertline.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 4pt;
}

.hoz_splitter
{
	background: url(../images/hozline.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 4pt;
}

.tophoz_splitter
{
	background: url(../images/topsplitter.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 4pt;
}
/* -- Navigation Bar & Tabs -- */

.NavBar_TabOn
{
	padding: 3px;
	border-left: 1px solid #7898B5;
	border-top: 1px solid #7898B5;
	border-right: 1px solid #7898B5;
	background: #ffffff url(../images/tabon.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.NavBar_TabOff
{
	padding: 3px;
	border-left: 1px solid #BECBD2;
	border-top: 1px solid #BECBD2;
	border-right: 1px solid #AAAAAA;
	background: #F1F3F6 url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.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;
}
.NavBar_Links:visited
{
	color: #0066CC;
}

form.nav {
	margin : 0;
	}

.search-space {
	padding : 10px 6px 0 0;
	vertical-align : bottom;
	}

.nav-space {
	padding : 0 4px 4px 4px;
	text-align : center;
	vertical-align : bottom;
	}

#location {
	margin : 0 0 0 5px;
	padding : 0px;
	height : 18px;
	width : 176px;
	font-family : verdana;
	font-size : 8pt;
	}

#choose {
	color : #000;
	background-color : #fff;
	height : 18px;
	width : 125px;
	font-family : verdana;
	font-size : 8pt;
	}
	
#searchtext {
	color : #000;
	background-color : #fff;
	height : 19px;
	width : 100px;
	font-family : verdana;
	font-size : 8pt;
	}
	
#portalsearch-global {
	color : #fff;
	background-color : #666666;
	border-top : #eee;
	border-right : #000;
	border-bottom : #000;
	border-left : #eee;
	border-width : 1px;
	border-style : solid;
	height : 19px;
	font-size : 8pt; 
	font-weight : bold;
	}
	
#go-rst {
	color : #fff;
	background-color : #657aad;
	margin : 0 5px 0 0;
	border-top : #eee;
	border-right : #000;
	border-bottom : #000;
	border-left : #eee;
	border-width : 1px;
	border-style : solid;
	padding : 0;
	height : 18px;
	font-size : 8pt; 
	font-weight : bold;
	}
	
a.navtop, a.navtop:visited {
	color : #666666;
	font-family : arial, helvetica; 
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : -1px;
	}

a.navtop:hover, a.navtop:active {
	text-decoration : underline;
	}

a.navbot, a.navbot:visited {
	color : #ffffff;
	font-family : verdana; 
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	}

a.navbot:hover, a.navbot:active {
	text-decoration : underline;
	}


