/*
	Style sheet for sacabc.ercregistry.com portal

*/

body {
	background-color: #CBDCE7;
	background-image: none;
}

.content {
	border: 1pt solid white;
	width: 750px;
}

.footer, .footer a:link {
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #3399cc; 
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: none;
}

a.navlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.navlink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.navlink:active {
	color: #ffffff;
	text-decoration: none;
}

td.navbar {
	text-align: center;
	border: 1px solid white;
	border-right: none;
	background-color: #3399cc;
}

/* Preview Window shows when hovering over image in Samples list */
.preview {
	background-image: url(/images/previewBackgroundBlue.png);
}

