


/********************** Basic HTML elements *********************/


BODY	{
	margin: 0px;
	padding: 0px;
	/*font-family: Verdana, Helvetica, Sans-Serif;*/
	font-family: Arial;	
	COLOR: #4f585a;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	background: #C8DCE1 url(../Images/globalbackground_2.gif) top center repeat-y;
	background-position: center center inherit;
	text-align: center;
	}
/********************** CDIPortal Classes ***********************/
/*****************Layout Div's**********************/
.Frame
{
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    background-color:White;
    position:relative;
}
.Content
{

}

img {vertical-align:middle;}

menuItems
{
	color: gray;			
}
/**************************************************/


TABLE 	{ font-size: 11px; }

HR	{ color: #666666; height: 1pt; text-align: left; }


A	{ color: #89979c; FONT-SIZE: 1em; font-family:Arial;}
/*{ color: #004080; }*/


A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ color: #1b5a85; }



/********************** CDIPortal Classes ***********************/
.FooterDiv
{
	text-align:center; 
	clear:both; 
	width:100%; 
	font-size: 9px;
}
/*** 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 	{
    	FONT-WEIGHT: 900;
    	FONT-SIZE: 18px;
    	/*COLOR: #cc9900;*/
    	COLOR: #8C0A0A;
    	LINE-HEIGHT: 22px;
    	FONT-FAMILY: Arial, Helvetica, sans-serif
	}
/*matches fc txtheader style */

.SubHead
	{ font-size: 11px; font-weight: bold; color: #8C0A0A; }

.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; }

.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color: #f7f9fd; }

.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: #1b5a85;
	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;
	}



/*** Navigation Classes ***/

.SiteLink
	{ }   

A.SiteLink:link, A.SiteLink:visited
	{  }

A.SiteLink:active, A.SiteLink:hover
	{  }

.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: #89979c; }

.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: #f7f9fd; 
	color: #004080;
	text-decoration: underline;
	}

A.NavMenuTitle:link, A.NavMenuTitle:visited
	{ color: #004080; }

A.NavMenuTitle:active, A.NavMenuTitle:hover
	{ color: #006288;	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: #006288; 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: #f7f9fd;
	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; }



/********AJAX******/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	background-color: silver;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}


