﻿/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	background-position: center center inherit;
	text-align: center;
	
	}

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:1010px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    background-color:White;
    position:relative;
}
.Content
{

}
/************footer***************/
.FooterDiv
{
    margin-right: auto;
	margin-left: auto;
    padding-top:20px;
	clear:both; 
	width:1010px;
	font-size: 9px;
    background-color:White;
}
/*** 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:Red; }

.ServerError
	{ font-size: 12px; font-weight: bold; color: red; }

.Head 	{
	font-size: 18px;
	line-height: 26px;
	}

.SubHead
	{  font-size: 11px; font-weight: bold; color:#990000; }


.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 / List Calsses ***/

.TableHeader
{
	background-color:Silver;
	font-weight: bold;
	border-color: Silver;
}
.TableHeaderCell{ padding-top:10px; }
.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color:#dddddd; }

.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: #00367b;
	padding: 3px 3px 3px 3px;
}

.TableInput
	{ background-color: #ece9d8; }
.TableInputSelectedAdv
{
	background-color:#c5c2b4;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#c5c2b4;
}
.TableInputSelected
{
	background-color: #c5c2b4;
}
.TableInputSelectedAdv2
{
	background-color:#c5c2b4;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-right-color:#c5c2b4;
}
.TableInputHeader
	{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight:bold;
	background-color: black;
	padding: 3px 3px 3px 3px;
	}

/*** Navigation Classes ***/

.SiteLink
	{ font-weight: bold;  }   

A.SiteLink:link, A.SiteLink:visited
	{ }

A.SiteLink:active, A.SiteLink:hover
	{ text-decoration: underline; }

.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;
	color: green;
	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	{
	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: #004080; }

.SelectedTab
	{ font-weight: bold; color: #004080; }

A.SelectedTab:link, A.SelectedTab:visited
	{ color: #004080; font-weight: bold; }

A.SelectedTab:active, A.SelectedTab:hover
	{ color: green; font-weight: bold; }

.OtherTabs
	{ color:#004080; font-weight: bold; }

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: Lavender;
	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: #cccccc;
	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; }


/*****Other Design Classes****/
.PawBottemBar
{
     float:left;
     width:100%; 
     min-width:1010px; 
     padding-bottom:10px;
}
.ContentArea
{
    border:2px gray groove;
}
/********AJAX******/
.modalBackground {
	background-image: url('../PortalImages/PopUpBackground.png');
	background-repeat:repeat-x repeat-y;
}

.modalPopup
{
    background-color: #DCDCDC;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}



