﻿html, body
{
	background-color: #306fa0;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;	
}

/* a */
a			{ background-color:transparent; }
a:link		{ background-color:transparent; color: #0035cd; text-decoration: none; }
a:visited	{ background-color:transparent; color: #0035cd; text-decoration: none; }
a:active	{ background-color:transparent; text-decoration: none; }

/* ul, ol, li */
ul 
{
	margin-top: 0px; /* FF and IE7 aren't having the same margin-top as default apparently */
}

ol.SmallSpacing li, ul.SmallSpacing li
{
	margin-bottom: 0.2em !important;
}

/* NiceList1 */
ul.NiceList1
{
	margin-left: 1em;
	padding-left: 0px;
	margin-bottom: 1em;
}

ul.NiceList1 li
{
	background: url(/images/Layout/Bullet_NiceList1.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em;
	list-style: none;
}

.NiceList1 ul li
{
	background-image: url(/images/Layout/Bullet_NiceList1.gif);
}

ol.NiceList1 li, ul.NiceList1 li 
{ 
	margin-bottom:0.5em;
}

ol.NiceList1
{
	margin-left: 1.6em;
	padding-left: 0px;
}

.NiceList1 ol li
{
	list-style: decimal;
	background-image: none;
	padding-left: 0em;
}


/* div */
div.CenterMain
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	/* Set max-width */
	max-width: 1060px;
	width: expression(document.body.clientWidth > 1060 ? "1060px" : "auto" );
}
div.PageFooter
{
	text-align: center;
}

/* Menu */
td.MenuHighlight
{
	background-color: #000060 !important; /*316ba5*/
	cursor: pointer;
}
table.Menu
{
	text-align: left;
	width: 96%;
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
td.Menu
{
	background-color: #316ba5;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px 4px 3px 4px;
}
td.MenuItem
{
	padding: 0.24em 0.2em 0.24em 0.3em;
}

a.MenuText, .MenuText
{
	background-color: transparent;
	font-family: Helvetica, Sans-Serif, Arial, Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.MenuText:visited	{ color: #ffffff; }


/* OuterMain class */
table.OuterMain
{
	border-collapse: collapse;
	border: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.OuterMain tr, td.OuterMainColumn1, td.MainContentColumn
{
	vertical-align: top;
}
table.OuterMain td
{
	height:100%;
}

td.OuterMainColumn1 /* Menu column */
{	
	background-image: url('/images/Layout/MidtMenu.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 9em; /* ~180 px */
}

td.MainContentColumn
{
	background-color: #fffef0;
	border: 0px;
	margin: 0px;
	padding: 0.6em !important;
	width: auto;
}

img.TopLogo
{
	background-color:#306fa0;
	margin: 0px auto 2px auto;
	padding: 0px;
}

a.Webmaster
{
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FF0000;
	text-decoration: none;
}

a.CookiesNotice
{
	background-color:transparent;
	color:#000000;
	font-size:10pt;
}

div.Copyright
{
	background-color:transparent;
	color:#000000;
	font-size:12pt;
	margin-bottom: 6px;
}

table.Poll 
{
	background-color:transparent;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	text-decoration: none;
}
input.PollButton
{
	background-color:transparent;
	border:1px solid white;
	color:#ffffff;
}

span.Error
{
	color: Red;
	background-color: Transparent;
	font-weight: bold;
}

.GradientBar
{
	background-image: url('/images/Layout/GradientBar1.gif');
	background-position: center;
	background-repeat: repeat-x;
	background-color: #316ba5;
	color: #ffffff;
	font-weight: bold;
	height: 20px;	
	padding-left: 0.2em;
	text-align: left;
}

