/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

TABLE 	{ font-size: 11px; }

HR	{ color: #666666; height: 1pt; text-align: left; }

A	{ color: #004080; }

A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ text-decoration: underline; color: green; }



/********************** CDIPortal Classes ***********************/
.Frame
{
	width: 100%; 
	min-width: 1024px;
	width:expression(document.body.clientWidth < 1026 ? "1024px" : "100%" );

}
.Content
{
	width: 100%; 
}
/************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: silver; color: darkred; }

.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: 12px; font-weight: Bold; color: #666666; }

.EwaveTitle 
	{ font-size: 18px; font-weight: bold; }

.EwaveLeadIn
	{ font-size: 15px; color:#666666; font-weight: bold; }


/*** Table Classes ***/

.TableHeader
	{ background-color: #dddddd; font-weight:bold; border-color: Silver; }

.TableHeaderCell{ padding-top:10px; }


.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color: #e1e9f1; }

.TableSelectedItem
	{ background-color: #eeeeee; }

.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: #4A82AE;
	padding: 3px 3px 3px 3px;
	}

.TableInput
	{ background-color: #ece9d8; }

.TableInputHeader
	{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight:bold;
	background-color: black;
	padding: 3px 3px 3px 3px;
	}
.TableInputSelectedAdv
{
	background-color:#c5c2b4;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#c5c2b4;
}
.TableInputSelectedAdv2
{
	background-color:#c5c2b4;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-right-color:#c5c2b4;
}

.TableInputSelected
{
	background-color: #c5c2b4;
}
.TableInputOther
{
	background-color: #003366;
	color: white;
	line-height: 16px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;
}

/*** Navigation Classes ***/

.SiteLink
	{ font-weight: bold; color: white; }   

A.SiteLink:link, A.SiteLink:visited
	{ color: white; }

A.SiteLink:active, A.SiteLink:hover
	{ text-decoration: underline; color: white; }

.HeaderLink
	{ font-size: 13px; color: #004080; font-weight: bold; }

A.HeaderLink:link, A.HeaderLink:visited
	{ color: #004080; }

A.HeaderLink:active, A.HeaderLink:hover
	{ text-decoration: underline; color: green; }

.CommandButton
	{ padding:5px 5px 5px 5px; }

A.CommandButton:link, A.CommandButton:visited
	{ color: #004080; text-decoration: underline; }

A.CommandButton:active, A.CommandButton:hover
	{
	border-width:thin;
	border-color:Black;
	background-color:Lavender;
	color: #004080;
	text-decoration: underline;
	}

A.NavMenuTitle:link, A.NavMenuTitle:visited
	{ color: #004080; }

A.NavMenuTitle:active, A.NavMenuTitle:hover
	{ color: green;	text-decoration: underline; }



/*** Tab Classes ***/

.TabBg	
{
	float:left;
	background-color:White;
	border-color: White;
	}

.OtherTabsBg
	{ 
		font-weight: bold; 
		background-color: #3266cd;
		border-color: white;
	}

.SelectedTab
	{ 
		font-weight: bold; 
		color:White;
		background-color:White;
		 }

A.SelectedTab:link, A.SelectedTab:visited
	{ color: #3266cd; font-weight: bold; }

A.SelectedTab:active, A.SelectedTab:hover
	{ color: #3266cd; font-weight: bold; }

.OtherTabs
	{ color:white; font-weight: bold; background-color: #3266cd; }

A.OtherTabs:link, A.OtherTabs:visited
	{ color: white; }

A.OtherTabs:active, A.OtherTabs:hover
	{ color: white; text-decoration: underline; }

.SubTabsBg
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: white;
	border-right-color: black;
	border-top-width: 3px;
	background-color:white;
	font-weight: bold;
	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: 14px;
	background-color: white;
	color: black;
}

.SubSelTab
	{ color: White; font-weight: bold; }

.SubOtherTabs
	{ color: black; font-weight: bold; }

A.SubOtherTabs:link, A.SubOtherTabs:visited
	{ color: black;	text-decoration: none; }

A.SubOtherTabs:active, A.SubOtherTabs:hover
	{ color: black;	text-decoration: none; }

.PawBottemBar
{
     float:left;
     width:100%; 
     min-width:1105px; 
     padding-bottom:10px;
}

/********AJAX******/
.modalBackground {
	background-image: url('../PortalImages/PopUpBackground.png');
	background-repeat:repeat-x repeat-y;
}

.modalPopup {
	background-color:#e6e6fa;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}