﻿/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #0a3da6;
	}

TABLE 	{ font-size: 12px; }
UL LI   { list-style-type:none; }
UL LI LI
	{ list-style-type: disc; }
UL LI LI LI
	{ list-style-type: circle; }

OL LI   { list-style-type: decimal; }
OL OL LI
	{ list-style-type: lower-alpha; }
OL OL OL LI
	{ list-style-type: lower-roman; }

HR	{ color: dimgrey; height: 1pt; text-align: left; }

A	{ color: blue; }

A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ text-decoration: underline; color: red; }



/********************** CDIPortal Classes ***********************/
/*********************Layout*********************************/
.Frame
{
	width: 100%; 
	min-width: 1024px;

}
.Content
{
	width: 100%;
	padding-top:15px;
}
/************footer***************/
.FooterDiv
{
	min-width: 1024px;
	text-align:center; 
	clear:both; 
	width:100%; 
	position: relative;
	font-size: 9px;
	margin-top:25px;
}

/*** Text and Title Classes ***/

.NormalSmall
	{ font-size: 9px; }

.NormalLarge
	{ font-size: 12px; }

.NormalBold
	{ font-weight: bold; }

.Validation
	{ font-weight: bold; color: red; }

.ErrorMsg
	{ font-weight: bold; background-color: white; color: red; }

.ServerError
	{ font-size: 12px; font-weight: bold; color: red; }

.Head 	{
	background-image:url(PortalImages/gray_lines.jpg);
	font-size: 18px;
	line-height: 26px;
	}

.SubHead
	{ font-size: 11px; font-weight: bold; color: darkred; }

.ControlHead
	{ background-color: #eeeeee; font-size: 13px; font-weight: bold	}	

.Title
	{ font-weight: bold; font-size: 16px; line-height: 18px; }

.NavMenuTitle
	{ font-size: 16px; font-weight: Bold; color: Navy; }

.EwaveTitle 
	{ font-size: 18px; font-weight: bold; }

.EwaveLeadIn
	{ font-size: 15px; color:#666666; font-weight: bold; }
	
	.ManfNavItem
{
	background-color: #ccdaff;
	font-weight: bold;
	padding:4px;
	border:solid 2px white;
	border-top-width:0px;    
    	
}
.ManfNavHeaderLink
{
    margin-top:5px;
}

/*** Table Classes ***/


.TableHeader
	{
	background-color: #eeeeee;
	font-weight:bold;
	border-color: blue;
	border-bottom-style: solid;
	}


.TableHeaderCell{ padding-top:10px; }
.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color: lavender; }

.TableSelectedItem
	{ background-color: #bbbbbb; }

.TablePager
	{ background-color: #cdcdcd; font-weight:bold; border-color: Black; }

.TableVerticallySpaced
	{ padding: 9px 3px 9px 3px; }

.TableCellPadded
	{ padding: 3px 3px 3px 3px; }

.TableBarTitle
{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight: bold;
	background-color: #4169E1;
	padding: 3px 3px 3px 3px;
}

.TableInputSelectedAdv
{
	background-color:#99baff;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#99baff;
}
.TableInputSelectedAdv2
{
	background-color:#99baff;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-right-color:#99baff;
}
.TableInputSelected
{
	background-color: #99baff;
}
.TableInputOther
{
	background-color: #003366;
	color: white;
	line-height: 16px;
	font-weight:bold;
	padding: 3px 
}
.TableInput
	{ background-color:  #ccdaff; }

.TableInputHeader
{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight: bold;
	background-color: #808080;
	padding: 3px 3px 3px 3px;
}



/*** Navigation Classes ***/

.SiteLink
	{ font-weight: bold; color: blue; font-size: 11px; }

A.SiteLink:link, A.SiteLink:visited
	{ color: blue; }

A.SiteLink:active, A.SiteLink:hover
	{ color: red; }

.HeaderLink
	{ font-size: 13px; color: blue; font-weight: bold; }

A.HeaderLink:link, A.HeaderLink:visited
	{ color: blue; }

A.HeaderLink:active, A.HeaderLink:hover
	{ text-decoration: underline; color: red; }

.CommandButton
	{ padding:5px 5px 5px 5px; }

A.CommandButton:link, A.CommandButton:visited
	{ color: blue; text-decoration: underline; }

A.CommandButton:active, A.CommandButton:hover
	{
	border-width:thin;
	border-color:Black;
	background-color:Lavender;
	color: red;
	text-decoration: underline;
	}

A.NavMenuTitle:link, A.NavMenuTitle:visited
	{ color: blue; }

A.NavMenuTitle:active, A.NavMenuTitle:hover
	{ color: red; text-decoration: underline; }



/*** Tab Classes ***/

.TabBg	{
	background-color: white;
	border-left-color: black;
	border-bottom-color: white;
	border-top-color: black;
	border-right-color: black;
	}

.OtherTabsBg
	{
	font-weight: bold;
	border-color: black;
	color: blue;
	background-color: #99BAFF; }

.SelectedTab
	{ font-weight: bold; color: blue; font-size: 11px; }

A.SelectedTab:link, A.SelectedTab:visited
	{ color: blue; font-weight: bold; }

A.SelectedTab:active, A.SelectedTab:hover
	{ color: red; font-weight: bold; }

.OtherTabs
	{ color: blue; font-weight: bold; background-color: #99BAFF; }

A.OtherTabs:link, A.OtherTabs:visited
	{ color: white; text-decoration: none; }

A.OtherTabs:active, A.OtherTabs:hover
	{ color: red; text-decoration: none; }

.SubTabsBg
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: white;
	border-right-color: black;
	border-top-width: 3px;
	background-color: Lavender;
	font-weight: bold;
	font-size: 11px;
	color: black;
	}

.SubTabBox
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	border-right-color: black;
	}

.SubSelTabBg
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: white;
	border-right-color: black;
	border-top-width: 8px;
	background-color: #cccccc;
	color: white;
	}

.SubSelTab
	{ color: White; font-weight: bold; font-size: 11px; }

.SubOtherTabs
	{ color: black; font-weight: bold; font-size: 11px; }

A.SubOtherTabs:link, A.SubOtherTabs:visited
	{ color: black;	text-decoration: none; }

A.SubOtherTabs:active, A.SubOtherTabs:hover
	{ color: black;	text-decoration: underline; }
	
/********RSS******/
.RssPanel
{
    text-align:left;
    padding:3px;
}
.RssModulePanel
{
	width:240px;
	min-height:150px;
	color:#0a3da6;
	margin-top:15px;
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	font-size: 8.5pt;
	line-height: 11pt;
	background-image:url(../Images/RSS_Background.jpg);
	background-repeat:no-repeat;
	
}
.RssModulePanel a
{
    color: #000080;
    text-decoration:underline;
    font-weight:bold;
}

.RssItem h2
{
	font-size:14pt;
	line-height: 16pt;
	padding-top: 10px;
}
.RssContent
{
   padding-right: 40px;
 	padding-left: 40px;
}
.NewsHeader
{
	font-size:11pt;
	font-weight:bold;
	color: #531362;
	line-height: 12.5pt;
}

/********AJAX******/
.PawBottemBar
{
     float:left;
     width:100%; 
     min-width:1105px; 
     padding-bottom:10px;
}
.modalBackground {
	background-image: url('../PortalImages/PopUpBackground.png');
	background-repeat:repeat-x repeat-y;
}

.modalPopup {
	background-color:#99BAFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
.urbangreymenu{ width: 100%; /*width of menu*/ background-color: #FFF; } .urbangreymenu .headerbar{ font: bold 13px Verdana; color: white; /*last 2 values are the x and y coordinates of bullet image*/ margin-bottom: 0; /*bottom spacing between header and rest of content*/ text-transform: uppercase; padding: 7px 0 7px 31px; /*31px is left indentation of header text*/ background-color: #0A3DA6; background-image: url(arrowstop.gif); background-repeat: no-repeat; background-position: 8px 6px; } .urbangreymenu ul{ list-style-type: none; margin: 0; padding: 0; margin-bottom: 0; } .urbangreymenu ul li{ padding-bottom: 0px; border: 1px solid #FFF; } .urbangreymenu ul li a{ font: normal 12px Arial; color: #0A3DA6; display: block; line-height: 17px; padding-left: 15px; /*link text is indented 8px*/ text-decoration: none; background-color: #ccdaff; padding-top: 1px; padding-right: 0; padding-bottom: 1px; } .urbangreymenu ul li a:visited{
	color: #0A3DA6;
} .urbangreymenu ul li a:hover{ /*hover state CSS*/ color: white; background-color: #0A3DA6; }


