span.bigstat
{
	color: #A9C95B;
	font-size: 2em;
	font-weight: bold;
}

div.content-bubble
{
	background-color: #FFFFFF;
	border: 1px solid #A9C95B;
	margin: 10px 10px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.content-chart
{
	margin-left: 10px;
}

.content-header
{
	background-attachment: scroll;
	background-image: url(/assets/headers/generic.jpg);
	height: 100px;
	position: relative;
}

div.scroll
{
	height: 200px;
	padding: 0px 10px 0px 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

p.content-title
{
	background-color: #A9C95B;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
	font-size: 1.5em;
}

p.content
{
	margin: 10px;
}

p.content-lb
{
	margin: 0 0 10px 10px;
}

p.content-l
{
	margin: 0 0 0px 10px;
}

p.underline
{
	border-style: solid;
	border-color: #DDD;
	border-width: 0 0 1px 0;
	font-weight: bold;
}

img.tile
{
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	border: 1px solid #A9C95B;
	vertical-align: middle;
}

img.tile-banner
{
	background-color: #FFFFFF;
	border: 1px solid #A9C95B;
	float: left;
	margin: 10px 0px 10px 10px;
	vertical-align: middle;
}

.test
{
	margin: 100px;
}

a.jump
{
	color: #A9C95B;
	font-weight: bold;
	text-decoration: none;
}

a.jumpblack
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

div.coldent
{
	margin-left: 10px;
}

.centre
{
	text-align: center;
}


div.progressbar
{
	border: 1px solid #DDD; 
	width: 100%;
	height: 15px;
	padding: 1px; 
	float: left;
	margin: 0 0 10px 0;
}

div.progressbar-fill
{
	background-color: #A9C95B;
	height: 100%;
}

div.progressbar-text
{
	position: absolute;
	text-align: center;
	font-size: 75%;
	margin: 1px 0 0 0;
}



html
{
	overflow-y: scroll;
}

body
{
	background-attachment: fixed;
	background-image: url(/assets/images/spectrum.jpg);
	background-position: top center;
	background-repeat: repeat;
}

a
{
	color: #222;
	text-decoration: none;
}

p
{
	margin: 10px 10px 10px 10px;
}

table
{
	border: 1px solid #A9C95B;
	border-right: 0;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
td
{
	margin:0;
	padding: 0;
}
th
{
	border-bottom: 1px solid #A9C95B;
	border-right: 1px solid #A9C95B;
}

tr, td
{
	background: #D2E1A8;
	padding: 4px 10px 4px 5px; 
	border-right: 1px solid #A9C95B;
}

tr.even td
{
	background: #E5EECD;
	padding: 4px 10px 4px 5px; 
}

a:hover
{
	color: #009;
	text-decoration: underline;
}

div.container
{
	border: 1px solid #A9C95B;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.header
{
	background-attachment: scroll;
	background-image: url(/assets/images/banner.gif);
	height: 100px;
	--margin-top: 10px;
}

div.footer
{
	background-color: #A9C95B;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

div.footer a
{
	color: #FFFFFF;
}

p.footer
{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

div.menu
{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A9C95B;
}

div.menu a
{
	color: #FFFFFF;
	font-weight: bold;
}


div.menu ul
{
	padding: 0;
	margin: 0;
}

div.menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

div.contentcontainer
{
	background-color: #FFFFFF;
}
p.bubble-title
{
	background-color: #A9C95B;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

div.bubble
{
	border: 1px solid #A9C95B;
	margin: 10px 0px 10px 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.bubble ul
{
	padding: 10px;
	margin: 0px;
}

div.bubble li
{
	list-style-type: none;
}

p.content-bubble-title
{
	background-attachment: scroll;
	background-image: url(/assets/images/banner_rol.jpg);
	background-color: #A9C95B;
	color: #FFFFFF;
	font-size:2em;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	text-align: left;
}



div.tabcontainer
{
	background-attachment: scroll;
	background-image: url(/assets/headers/generic.jpg);
	height: 200px;
	position: relative;
}

div.tabs
{
	bottom:0px;
	line-height: 30px;
	position:absolute;
	width: 100%;
}

.tabs ul
{
	border-bottom: 1px solid #A9C95B;
	font-size: 1.5em;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.tabs ul li
{
	display: inline;
	list-style-type: none;
}

.tabs ul li a
{
	background-color: #EEEEEE;
	border: 1px solid #A9C95B;
	border-bottom: 0;
	color: #000000;
	float: left;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}

.tabs ul li a:hover
{
	background-color: #A9C95B;
	color: #FFFFFF;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

.tabs ul li a.selected
{
	background-color: #A9C95B;
	color: #FFFFFF;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

div.banner-title
{
	background-color: #EEEEEE;
	border: 1px solid #A9C95B;
	border-left: 0px;
	color: #000000;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

ol.top10
{
	margin: 10px;
}

div.atoz
{
	text-align: center;
}

img.G
{
	vertical-align: middle;
}

span.required
{
	color: #CC0033;
	font-size: 1em;
}
}
