/* domain.css - styles specific to domain 32 defined here - ether.com */ 

.headerContainer {
	margin-left:20px;
	margin-right:20px;
}

.headerContainer div#majorTabs {
	margin-top: 20px;
}

.headerContainer div.noSubTabsDiv {
	background: #0076BF;
	height: 5px;
}

div#minimalHeader div#help {
	float: right;
	margin-right: 10px;
}

div#minimalHeader table#line {
	margin-top: 17px;
	height: 5px;
}

div#minimalHeader table#line tr {
	background: #0076BF;
}

div#minimalHeader table#line td.curve {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


.footerContainer {
	margin: 40px 20px 10px 20px;
	font-family: verdana, sans-serif;
	text-align: center;
}

.footerContainer #footerLinks {
	font-size: 11px;
}

.footerContainer #footerLinks a {
	margin-right: 15px;
}

.footerContainer #footerLinks a:link, .footerContainer #footerLinks a:active, .footerContainer #footerLinks a:visited {
	color: #06c;
}

.footerContainer #footerLinks a:hover {
	color: #39F;
}

.footerContainer th {
	background: #CCC;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.footerContainer td#legalNotes {
	background: #CDDDEF url(http://i.ether.com/d32_ether-footer-bg_V1.gif);
	font-size: 9px;
	color: #999;
	width: 100%;
	height: 25px;
	text-align: center;
}

.footerContainer td#legalNotes a {
	margin-left: 10px;
}

.footerContainer td#legalNotes a:link, .footerContainer div#legalNotes a:active,.footerContainer div#legalNotes a:visited {
	color: #666;
}


.footerContainer td#legalNotes a:hover {
	color: #39F;
}

.footerDisclaimer
{
	color:#999;
	font-family:verdana,sans-serif;
	font-size:9px;
	padding:10px 105px;	
	text-align:center;

}

.footerDisclaimer a:link, .footerContainer a:active,.footerContainer a:visited  {
	color: #666;
}

.footerDisclaimer a:hover {
	color: #39F;
}