/* OBWC_StyleSheet.css
 * Date: August 22, 2005
 *
 * Note #1: At the end of this document are CLASSES that are still required by the site, but will be renamed.
 */
/* HTML tags */
Body {}
A {
color:#0033AA;
text-decoration:none;
}
A:hover {
text-decoration:underline;
}
LI {
list-style-type:disc;
}
TABLE 
{
border-width:0px;
} 

/* OB: Site-Wide tags */
.OB_Base {
font-family:Arial,Helvetica,sans-serif;
background-color:#ffffff;
text-decoration:none;
}
.OB_Content{ 
font-size:12px;
color:#333333;
}
.OB_ContentHeader {
font-size:14px;
font-weight:bold;
}
.OB_ContentSmall { 
font-size:10px;
color:#333333;
}
.OB_ContentError { 
font-size:13px;
color:#BB0000;
font-style:italic;
}
.OB_ContentBold { 
font-weight:bold;
}
.OB_SubmitButton { 
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#101010;
background-color:#EEEEEE;
}
.OB_EmphasisLink a {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color:#BB0000;
text-decoration:none;
font-weight:bold;
}
.OB_EmphasisLink a:hover {
text-decoration:underline;
}
.OB_DivideLine {
background-color:#6698CB;
}
.OB_SectionBox {
background-color:#EEEEEE;
}
.OB_RequiredField {
color:#BB0000;
}

/* OB: BreadCrumb */
.OB_BreadCrumb {
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
color:#999999;
}
.OB_BreadCrumbOn {
color:#336699;
}

/* OB: Top Nav MenuBar tags (_MB)*/
.OB_MB {
font:bold 12px Arial,Helvetica,sans-serif;
color:#666666;
}
.OB_MB a:link, .OB_MB a:visited {
font-weight:bold;
text-decoration:none;
}
.OB_MB a:hover {
color:#6698CB;
}
.OB_MBActive {
font:bold 12px Arial,Helvetica,sans-serif;
background-color:#6698CB;
color:#FFFFFF;
text-decoration:none;
}
.OB_MBActive a:hover {
color:#666666;
text-decoration:none;
}
.OB_MBSubNav 
{
background-color: #E0EBF5;
}

/* OB: Search tags (_S)*/
.OB_SBase {
font-family:Verdana,Arial,Helvetica,sans-serif;
background-color:#FFFFFF;
text-decoration:none;
}
.OB_STitle {
font-size:17px;
font-weight:bold;
color:#336699;
text-decoration:none;
}
.OB_STextBox {
font-size:12px; 
color:#333333; 
text-decoration:none;
}
.OB_SListBox{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px; 
color:#333333;
text-decoration:none;
}
.OB_SContent {
font-size:12px;
font-weight:normal;
color:#333333;
}

/* OB: Search Tips (_ST) */
.OB_STHeader {
font-size:11px;
font-weight:bold;
background-color:#B3CBE5;
color:#336699;
}
.OB_ST {
font-size:10px;
font-weight:normal;
color:#666666;
background-color:#EEEEEE;
}
.OB_ST a:link, .OB_ST a:visited {
font-weight:bold;
color:#BB0000;
text-decoration:none;
}
.OB_ST a:hover {
text-decoration:underline;
}
.OB_ST li {
padding-bottom:13px;
}

/* OB: Search Results (_SR) */
.OB_SR {
font-size:10px;
font-weight:bold;
color:#666666;
}
.OB_SRContent {
font-size:10px;
font-weight:normal;
color:#666666;
}
.OB_SRHeader {
font-size:10px;
font-weight:bold;
background-color:#CCCCCC;
color:#336699;
}
.OB_SRItem {
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
color:#666666;
text-decoration:none;
border-bottom:1px solid #EEEEEE;
}
.OB_SRNumber {
font-size:9px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.OB_SRSubHeader {
font-size:10px;
font-weight:bold;
background-color:#B5C7E7;
color:#336699;
}
.OB_SRSummary {
font:bold 12px Arial,Helvetica,sans-serif;
text-decoration:none;
background-color:#B5C7E7;
color:#336699;
padding:1px;
}
.OB_SRSummaryItem {
font:normal 12px Arial,Helvetica,sans-serif;
text-decoration:none;
background-color:#B5C7E7;
color:#336699;
padding:1px;
}
.OB_SRTab {
font-size:10px;
font-weight:bold;
background-color:#6698CB;
color:#FFFFFF;
}
.OB_SRTab a:link {
color:#FFFFFF;
}
.OB_SRTab a:visited {
color:#FFFFFF;
}
.OB_SRTab a:hover {
text-decoration:underline;
}
.OB_SRTitle {
font-size:13px;
font-weight:bold;
color:#336699;
}
.OB_SRTitleLight {
font-size:13px;
font-weight:bold;
color:#6698CB;
}
.OB_SRTitleSmall {
font-size:11px;
font-weight:bold;
color:#336699;
}
.OB_SRValCol {
color:#333333;
background-color:#eeeeee;
text-align:center;
border-bottom:1px solid #ffffff;
line-height:15px;
}
.OB_SRValColEmphasis {
font-size:13px;
}

/* OB: Report tags (_Rep) */
.OB_RepBase 
{
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
}
.OB_RepTitle {
font:bold 17px Arial,Helvetica,sans-serif;
color:#336699;
text-decoration:none;
}
.OB_RepSubTitle {
font:bold 15px Arial,Helvetica,sans-serif;
color:#336699;
text-decoration:none;
}
.OB_RepDivider {
background-color:#6698CB;
}
.OB_RepChart {
background-color:#eeeeee;
}
.OB_RepSmall {
color:#333333;
font-size:10px;
text-align:center;
}
.OB_RepSmallest {
color: #333333;
font-size: 9px;
text-align: center;
}
.OB_RepCompCol {
color:#333333;
background-color:#eeeeee;
border-bottom:1px solid #ffffff;
line-height:15px;
}
.OB_RepCompTitle {
color:#333333;
background-color:#eeeeee;
font-size:11px;
line-height:14px;
}
.OB_RepButton {
color:#0033AA;;
background-color:#CCCCEE;
font-size:11px;
font-weight:BOLD;
line-height:24px;
width:175px;
}

/* OB: Lead Capture (_LC) */
.OB_LCLabel { 
font-size:11px; 
color:#333333; 
text-decoration:none;
}

/* OnBoard Navigator Popup Header tags, Popup Footer tags, FAQ tags, Glossary tags, Related Links tags */

/* OnBoard Navigator Footer tags */
.OB_Copyright {
MARGIN-LEFT:20px;
VERTICAL-ALIGN:middle;
HEIGHT:20px;
BACKGROUND-color:#6698CB;
TEXT-ALIGN:center;
}
.OB_Copyright a:link, .OB_Copyright a:visited {
color:#FFFFFF;
text-decoration:none;
}
.OB_Copyright a:hover {
text-decoration:underline;
}
.OB_CopyrightInfo {
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
color:#FFFFFF;
}
.OB_Disclaimer {
PADDING-BOTTOM:20px;
MARGIN:0px 20px;
}
.OB_DisclaimerInfo{
font:10px Verdana,Arial,Helvetica,sans-serif;
color:#666666;
}
