@import url("styles/common.css");
@import url("styles/menu.css");
@import url("styles/message.css");
@import url("styles/compare.css");
@import url("styles/picturetable.css");

@media screen
{
	body 
	{
		background: url(smgbkgd.gif);
		background-attachment: fixed;
		
	}
	
	body.nomenu
	{
		margin-left: 5px; 
	}
}

div.titlebanner
{
	border-style: solid;
	border-width: thin;
	border-color: #990000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #990000;
	background: white;
	vertical-align: middle;
}

div.headingbanner
{
	border-style: solid;
	border-width: thin;
	border-color: #990000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #990000;
	background: white;
	vertical-align: middle;
}
.subheadingbanner
{
	border-style: solid;
	border-width: thin;
	border-color: #990000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #990000;
	background: white;
}


td.sitemap
{
	font-size: 60%;
	vertical-align: top;
	text-align: left;
}


div.breadcrumbs
{
	font-size: 60%;
	text-align: left;
}

td.list
{
	text-align: center; 
	font-size: small; 
	color: rgb(51, 51, 153);  
	border: solid; 
	border-width: thin;
	border-color: black;
}
td.listpresent
{
	text-align: center; 
	font-size: small; 
	background: rgb(153, 0, 0);
	color: rgb(153, 0, 0);  
	border: solid; 
	border-width: thin;
	border-color: black;
}
table.list
{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	font-size: small; 
	color: rgb(51, 51, 153);  
	width: auto;
	padding: 2px 2px 2px 2px;
	border-collapse: collapse;
	border: solid; 
	border-width: thin;
	border-color: black;
}

table.checklist
{
	font-size: 80%;
	empty-cells: show;
}


span.accountentryheading
{
	font-family: "Arial";
	color: rgb(153, 0, 0);
	font-weight: bold;
}
span.missingaccount
{
	font-family: "Arial";
	color: rgb(51, 51, 153);
	font-weight: bold;
}
span.accountentrysubheading
{
	font-family: "Arial";
	color: rgb(153, 0, 0);
	font-weight: normal;
}
span.accountentrytext
{
	font-family: "Arial";
	color: rgb(51, 51, 153);
	font-weight: normal;
}

