/*
	Header.css
	----------
	This stylesheet controls colors and borders of the EnterCon Header.  This stylesheet can be altered to the Client's Branding.
*/

/*-------- Header Area ---------*/

table.header
{
	background: #000000;
	/*Filter: Alpha(Opacity=100, FinishOpacity=45, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);*/
	border-bottom: 1px solid #666666;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
}

table.date
{
	color: #F8E600;
	font-style: italic;
	font-size:11px;
}
td.date a
{
	color: #F8E600;
	font-style: normal;
	font-size:11px;
	text-decoration:none;
}

TH	{	
	background-color: black;
	/*Filter: Alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);*/
	color: #F8E600;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align:	middle;
	font-size:	12px;
	font-weight:	bold;
	}

TD.Header	{	
	text-decoration:	none;
	background-color:	#000000;
	color: #F8E600;
	font-size:11px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 16px;
	font-weight: bold;
	}
	
td.PageBanner
{
	padding-left:20px;
	color: Black;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/Images/PageBanner.gif);
	background-repeat: no-repeat;
	background-position:15px;
	width:100%;
}
	
.Hdr_title
{
	color: #F8E600;
	font-weight: bold;
	font-size:18px;
}

.HeaderSiteName
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 10px;
}

.HeaderSiteName:link
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 9px;
	text-decoration: none;
}

.HeaderSiteName:active
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 9px;
	text-decoration: none;
}
.HeaderSiteName:visited
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 9px;
	text-decoration: none;
}
.HeaderSiteName:hover
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 9px;
	text-decoration: underline;
}


