@charset "UTF-8";
body
{
	background-color: #191F2C;
	background-image: url(/images/bg.png);
	background-repeat: repeat;
	color: #1D2531;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a:hover
{
	text-decoration: none;
}
.info{
cursor:help;
}
a.info span
{
	display: none;
	padding: 3px 18px;
	margin-top: 30px;
	width: 110px;
}
a.info:hover span
{
	display: inline;
	position: absolute;
	background: url(/images/icons/info.png) 0% 0% no-repeat;
	color: #1D2531;
}
#top
{
	moz-background-clip: border;
	moz-background-inline-policy: continuous;
	moz-background-origin: padding;
	background: #191F2C none repeat-x scroll center top;
	border-bottom: 1px solid #8B929E;
	display: block;
	height: 15px;
	overflow: hidden;
	width: 100%;
}
#CenterBox, #CenterBox .sb-inner
{
	background-color: #BAC1CC;
	background-repeat: repeat-x;
	width: 800px;
	margin: auto;
}
.Inner
{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
.Blahbar
{
	clear: both;
	height: 8px;
}
#CenterBox .sb-border
{
	background-color: #2D343F;
}
.TabbedPanels
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
.TabbedPanelsTab
{
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #666;
	list-style: none;
	moz-user-select: none;
	khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #5E6F63;
}
.TabbedPanelsTabHover
{
	background-color: #699;
}
.TabbedPanelsTabSelected
{
	background-color: #666;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a
{
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup
{
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.TabbedPanelsContent
{
	padding: 4px;
}
.TabbedPanelsContentVisible
{
}
.VTabbedPanels .TabbedPanelsTabGroup
{
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab
{
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected
{
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup
{
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.LRH
{
	height: 22px;
	width: 100%;
	margin-bottom: 5px;
}
.LogoCB
{
	width: 353px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#CenterBox .Inner h2, h1
{
	margin: 0px;
	color: #1B1D20;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 0 1px 0 #E0E8F5;
}
.Adverts
{
	float: right;
	width: 160px;
}
.Left
{
	float: left;
}
.Right
{
	float: left;
	margin-right: 10px;
	text-align: left;
}
a:link
{
	color: #066;
	text-decoration: none;
}
a:visited
{
	color: #066;
}
a:hover
{
	color: #066;
}
a:active
{
	color: #066;
}
#test .LRH
{
	display: inline;
}
.forms
{
	width: 40px;
	border: 1px solid;
	font-size: 11px;
	margin-left: 5px;
}
.msDropDown div
{
	display: inline-block;
	color: #000000;
	text-align: left;
	z-index: 4;
}
.coloredScroll
{
}
.msDropDown
{
	background: #ffffff;
	border: 1px solid #000;
	padding: 0px 0 0 0px;
	width: auto;
	display: inline-block;
	position: absolute;
	height: 16px;
}
.msDropDown .msDropDown_Child
{
	border: 1px solid #c3c3c3;
	display: none;
	width: auto;
	z-index: 5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFFFFF;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.msDropDown .msEnabled
{
	cursor: pointer;
	height: 15px;
}
.msDropDown .msDisabled
{
	cursor: default;
}
.msDropDown .msArrow
{
	width: 16px;
	padding: 1px 1px 3px 0;
	position: relative;
	float: right;
}
.msDropDown .msDropdownTitle
{
	width: auto;
	display: inline-block;
	float: left;
	padding-top: 2px;
	overflow: hidden;
}
.msDropDown img
{
	border: 0;
}
.msDropDown a img.icon
{
	padding-right: 2px;
}
.msDropDown .msDropDown_Child a
{
	height: 16px;
	text-decoration: none;
	display: block;
	clear: both;
	width: 100%;
}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited
{
	color: #000000;
}
.msDropDown .msDropDown_Child a:hover
{
	color: #000000;
	height: 16px;
	background: transparent url(/images/icons/select.png) no-repeat scroll 100% 0;
}
.msDropDown .msDropDown_Child a.selected
{
	color: #000000;
	height: 16px;
	background-color: #fff;
}