/*
	Footer.css
	----------
	This stylesheet controls colors and borders of the EnterCon Footer.  This stylesheet can be altered to the Client's Branding.
*/

/*--------  Footer Area ---------*/

table.footer
{
	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;
}

td.footer
{
	color: White;
	font-size: 10px;
	text-decoration: none;
	background-color: #000000;
	}
	
td.footer a:link
{
	color: White;
	background-color: #000000;
	}
	
td.footer a:hover
{
	color: White;
	background-color: #000000;
	}
	
td.footer a:visited
{
	color: White;
	background-color: #000000;
	}
	
td.copyright
{
	
	color: Silver;
	font-size: 10px;
	text-decoration: none;
	background-color: #000000;
	}
td.copyright a:link
{
	color: White;
	background-color: #000000;
	}
