﻿/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	margin-top:10px;
	padding:0px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	background-color:#7796A5;
	text-align:center;
	}

TABLE 	{ font-size: 11px; }

HR	{ color: #666666; height: 1pt; text-align: left; }

A
{
    color: #820027;
}

A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ text-decoration: underline;  }



/********************** CDIPortal Classes ***********************/
.Frame
{
	margin-top:0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/background.png);
	background-repeat:repeat-y;
	width:1250px;
	
}

.Content
{
	float:left;
	background-image:url(../Images/background.png);
	background-repeat:repeat-y;
	min-height:550px;
	width:1250px;
}
.LeftPane
{
    background-color: #eff7e0;
}
/************footer***************/
.FooterDiv
{
	margin-top:0px;
	height:30px;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	text-align:center; 
	clear:both; 
	font-size: 9px;
	background-image:url(../Images/FooterBG.png);
	background-repeat:no-repeat;
	
	padding-bottom:5px;
	z-index:-1;
}
.PageHeader
{
    
    width: 1244px;
    background-image:url(../Images/headerbar.png);
    background-position:bottom;
    background-repeat:repeat-x;
}
/*** 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;
	}
 .Header
{
    background-color: #820027;
    color:White;
}

.SubHead
	{ font-size: 11px; font-weight: bold; color: red; }

.ControlHead
	{ 
		font-size: 13px; 
		font-weight: bold;
		color:#698D73;
	}

.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 :Silver; 
	  font-weight:bold;
	   border-color: Silver;
	   line-height:16px;
	    }
.TableHeaderCell{ padding-top:10px; }

.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color:#eeeeee; }

.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: #000000;
    line-height: 16px;
    font-weight: bold;
    background-color: #7796A5;
    padding: 3px 3px 3px 3px;
}
.TableInputSelectedAdv
{
	background-color: #CCCCCC;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #CCCCCC;
}
.TableInputOther
{
	background-color: #55636A;
	line-height: 16px;
	font-weight: bold;
	color:White;
	padding: 3px 3px 3px 3px;
}
.TableInputSelectedAdv2
{
	background-color:#CCCCCC;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-right-color:#CCCCCC;
}
.TableInputSelected
{
	background-color: #CCCCCC;
}
.TableInput
	{ background-color: #D2E6BD; }

.TableInputHeader
	{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight:bold;
	background-color:#55636A;
	padding: 3px 3px 3px 3px;
	}



/*** Navigation Classes ***/

.SiteLink
	{ font-weight: bold; color: #55636A; }   

A.SiteLink:link, A.SiteLink:visited
	{ color: #55636A; }

A.SiteLink:active, A.SiteLink:hover
	{ text-decoration: underline; color: #55636A; }

.HeaderLink
	{ font-size: 13px; color: #667766; font-weight: bold; }

A.HeaderLink:link, A.HeaderLink:visited
	{ color: #667766; }

A.HeaderLink:active, A.HeaderLink:hover
	{ text-decoration: underline;  }

.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: #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	
{
	font-weight: bold;
	
}

.OtherTabsBg
{ 
	font-weight: bold;
}

.SelectedTab
{
	float:left;
	font-weight: bold;
	padding:5px 5px 0 5px;
}

A.SelectedTab:link, A.SelectedTab:visited
	{ color:White; font-weight: bold; }

A.SelectedTab:active, A.SelectedTab:hover
	{ color: White; font-weight: bold; }

.OtherTabs
	{ 
		float:left;
		padding:5px 5px 0 5px;
		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****/

.ContentArea
{
   border:2px gray groove;
}
.PawBottemBar
{
     float:left;
     width:100%; 
     min-width:1010px; 
     padding-bottom:10px;
}
/********AJAX******/

.modalBackground {
	background-image: url('../PortalImages/PopUpBackground.png');
	background-repeat:repeat-x repeat-y;
}
.modalPopup
{
	background-color: silver;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}


