/* CSS Document */
/* GLOBAL */
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
}

/* HEADER TABLE */
#hdrTbl
{
	width: 800px;
	margin: 0;
	padding: 0;
}

/* SUPPORT NAV */
#hdrTbl td.topBar
{
	height: 23px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0279BB;
	padding: 0px 7px 0px 0px;
}
#hdrTbl td.last_updated
{
	text-align: left;
	padding-left: 3px;
}
#hdrTbl td.support_bar
{
	text-align: right;
}
#hdrTbl td.topBar a
{
	color: #FFFFFF;
	text-decoration: none;
}
#hdrTbl td.topBar a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#hdrTbl td.topBar a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#hdrTbl td.topBar a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
#hdrTbl td.topBar a:hover
{
	color: #DDDDDD;
	text-decoration: none;
}
.search
{
	font-size: 10px;
	width: 100px;
}
.go
{
	font-size: 8px;
	background-color: #FFFFFF;
}

/* TOP NAV */
#header
{
	width: 800px;
	margin: 0;
	padding: 0;
}
#header th
{
	text-align: left;
}
#header td
{
	text-align: right;
}
#topNavTbl td
{
	background-image: url(/images/topnav_off_bg.gif);
	font-size: 11px;
	padding: 0;
}
#topNavTbl td.tabOn
{
	background-image: url(/images/topnav_on_bg.gif);
}
#topNavTbl td a
{
	color: #000;
	text-decoration: none;
	padding: 0 8px 0 8px;
}
#topNavTbl td a:link
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td a:visited
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td a:active
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#topNavTbl td.tabOn a
{
	color: #000;
	text-decoration: none;
	padding: 0 8px 0 8px;
}
#topNavTbl td.tabOn a:link
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td.tabOn a:visited
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td.tabOn a:active
{
	color: #000;
	text-decoration: none;
}
#topNavTbl td.tabOn a:hover
{
	color: #000;
	text-decoration: none;
}
.tabsBg
{
	background-image: url(/images/tabsBg.gif);
}

/* CONTENT TABLE */
#contentTbl
{
	width: 800px;
	margin: 13px 0 0 0;
	padding: 0;
}
#contentTbl td
{
	margin: 0;
	padding: 0;
}

/* LEFT NAV */
#leftNav td
{
	background-image: url(/images/lnav_bg.gif);
	width: 156px;
	height: 19px;
}
#leftNav td.grn
{
	background-image: url(/images/lnav_bg_green.gif);
}
#leftNav td.grnOn
{
	background-image: url(/images/lnav_bg_green_on.gif);
}
#leftNav td.grnOn a:hover
{
	color: #333;
	text-decoration: none;
}
#leftNav td.on
{
	background-image: url(/images/lnav_bg_on.gif);
}
#leftNav td.on a:hover
{
	color: #333;
	text-decoration: none;
}
#leftNav th
{
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}
#leftNav a
{
	margin: 0px 0px 0px 20px;
	font-size: 11px;
	padding: 0;
}
#leftNav a:link
{
	color: #333;
	text-decoration: none;
}
#leftNav a:visited
{
	color: #333;
	text-decoration: none;
}
#leftNav a:active
{
	color: #333;
	text-decoration: none;
}
#leftNav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#featured
{
	margin: 8px 0 0 8px;
}
#featured h1
{
	font-size: 12px;
	margin: 0 0 2px 0;
}
#featured p
{
    font-size: 11px;
	color: 333;
	margin: 0 0 2px 0;
}
#featured a
{
	font-size: 11px;
}
#featured a:link
{
	color: #0772BA;
}
#featured a:visited
{
	color: #0772BA;
}
#featured a:active
{
	color: #0772BA;
}
#featured a:hover
{
	color: #ccc;
}

/* CONTENT AREA */
#content
{
	vertical-align: top;
	width: 634px;
}

#content p
{
	font-size: 11px;
	color: 333;
	margin: 0 0 8px 0;
}
#content a
{
	font-size: 11px;
}
#content a:link
{
	color: #0772BA;
}
#content a:visited
{
	color: #0772BA;
}
#content a:active
{
	color: #0772BA;
}
#content a:hover
{
	color: #333;
}
#content hr
{
	color: #969696;
	height: 1px;
}
#content .hdrUl
{
	font-size: 11px;
	margin: 0px 0px 8px;
	color: #333;
	text-decoration: underline;
}

#content .hdr
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content td
{
	font-size: 11px;
	color: 333;
	margin: 0 0 8px 0;
}

#content .error
{
	font-size: 11px;
	margin: 0px 0px 8px;
	color: red;
}

#contentAreaTbl
{
	width: 625px;
}
.leftArticleImage
{
    margin-right: 5px;
    float: left;
}

.rightArticleImage
{
    margin-left: 5px;
    float: right;
}

#contentAreaTbl .authoringCell
{
  font-size: 11px; 
}

#contentAreaTbl .articleColumn
{
    width: 296px;
    padding: 0 0 0 3px;
}

#contentAreaTbl td.divide
{
	background-image: url(/images/divide.gif);
	width: 17px;
}
#contentAreaTbl td.hDivide
{
	background-image: url(/images/hdivide.gif);
	width: 625px;
}
#contentAreaTbl td.noDivide
{
	width: 17px;
}
#contentAreaTbl .hdr
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#contentAreaTbl p
{
	font-size: 11px;
	color: 333;
	margin: 0 0 8px 0;
}
#contentAreaTbl a
{
	font-size: 11px;
}
#contentAreaTbl a:link
{
	color: #0772BA;
}
#contentAreaTbl a:visited
{
	color: #0772BA;
}
#contentAreaTbl a:active
{
	color: #0772BA;
}
#contentAreaTbl a:hover
{
	color: #333;
}

#contentAreaTbl ul
{
    font-size:11px;
}

#contentAreaTbl hr
{
	color: #969696;
	height: 1px;
}
#contentAreaTbl img
{
	border-color: #000000;
	border-width: 1px;
}
#contentAreaTbl .subHead 
{
    font-size:14px;
    font-weight:bold; 
    margin:6px 0 0 0; 
}

#contentAreaTbl .subHeadBold 
{  
    color:#0772BA;
}

#contentBlockTbl
{
	width: 625px;
}
#contentBlockTbl td
{
	padding: 0 0 0 3px;
}

#contentBlockTbl .hdr
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#contentBlockTbl p
{
	font-size: 11px;
	color: 333;
	margin: 0 0 8px 0;
}
#contentBlockTbl a
{
	font-size: 11px;
}
#contentBlockTbl a:link
{
	color: #0772BA;
}
#contentBlockTbl a:visited
{
	color: #0772BA;
}
#contentBlockTbl a:active
{
	color: #0772BA;
}
#contentBlockTbl a:hover
{
	color: #333;
}
#contentBlockTbl hr
{
	color: #969696;
	height: 1px;
}

/* FOOTER */
#footer
{
	height: 20px;
	background-color: #999;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a
{
	font-size: 11px;
	text-decoration: none;
}
#footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #000;
	text-decoration: none;
}
.footerSpcr
{
	width: 1px;
	height: 13px;
}

/* LEGAL */
#legal
{
	height: 20px;
	font-size: 10px;
	text-align: center;
	color: #999;
}
#legal a
{
	font-size: 10px;
	text-decoration: none;
}
#legal a:link
{
	color: #999;
	text-decoration: none;
}
#legal a:visited
{
	color: #999;
	text-decoration: none;
}
#legal a:active
{
	color: #999;
	text-decoration: none;
}
#legal a:hover
{
	color: #000;
	text-decoration: none;
}

/* Begin Console Styles */
.consoleVerticalInnerDiv
{
	border-left: buttonhighlight 1px solid;
	background-color: buttonface;
}

.consoleVerticalOuterDiv
{
	border-left: buttonshadow 1px solid;
	background-color: buttonface;
}

.consoleOuterDiv
{
	border-top: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;
}

.consoleInnerDiv
{
	padding-right: 5px;
	border-top: buttonhighlight 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: buttonshadow 1px solid;
	background-color: buttonface;
}

.consoleContent
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8.5pt;
	font-family: 'Microsoft Sans Serif' , Arial;
	color: black;
}

.consoleContentSelect
{
	font-size: 8.5pt;
	font-family: 'Microsoft Sans Serif' , Arial;
	color: black;
}

a.consoleContent
{
	color: black;
	text-decoration: none;
}

a.consoleContent:hover
{
	color: highlighttext;
	text-decoration: none;
	background-color: highlight;
}

.leftImageClass
{
    margin: 4px;
    float: left;
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
}

.rightImageClass
{
    margin: 4px;
    float: right;
	border-color: #000000;
	border-width: 1px;
	border-style:solid;
}
/* End Console Styles */