/* ---- General ---- */
body {
	background-color: #111111;
	background-image: url('http://www.frd.co.uk/images/layout/body_background.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	margin: 0;
	padding: 0;
}
body, div {
	font: normal 11px/14px Helvetica,Arial,sans-serif;;
	word-wrap: break-word;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #2640AA;
	text-decoration: none;
}
ul {
	margin: 0;
}
li {
	margin: 0;
}
.error {
	color: #CC0000;
}

/* ---- Layout ---- */
#header {
	text-align: right;
	color: #555555;
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #C3C3C3;
	clear: both;
	height: 129px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
#content {
	border: 1px solid #656565;
	background-color: #232222;
	margin: 7px auto 7px auto;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
#footer {
	background-color: #D4D4D4;
	border: 1px solid #C3C3C3;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	clear: both;
}
#main {
	background-color: #D4D4D4;
	float: left;
	clear: left;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
}
#menu {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
#sidebar {
	display: none;
}

/* ---- Main Spacific ---- */
#main .item1 {
	padding: 5px;
	overflow: hidden;
}
#main .item2 {
	padding: 5px;
	overflow: hidden;
	background-color: #999999;
}
#main .main_header {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}
#main .main {
	height: 65px;
	clear: both;
	display: block;
}
#main .main_news {
	clear: both;
	display: inline;
}
#main .main_headerLeft {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #2640AA;
	display: block;
	float: left;
	width: 50%;
}
#main .main_headerRight {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #828282;
	display: block;
	float: right;
	width: 49.9%;
	text-align: right;
	font-style: italic;
}
#main div.tabs {
	background-color: #232222;
	font-size: 0;
	border: 0;
	height: 19px;
	line-height: 19px;
}
#main div.hr {
	font-size: 0;
	border: 0;
	height: 2px;
	line-height: 2px;
	background-color: #000000;
	padding: 0;
	margin: 0;
	display: block;
}

/* ---- Menu Spacific ---- */
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	margin-bottom: 0;
	color: #555563;
}
#menu li a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover, .menu a:active {
	color: #ffffff;
}

/* ---- Page Numbers ---- */
#pageImgs {
	vertical-align: middle;
	text-align: center;
	clear: both;
	padding: 2px;
}
#pageNums {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	clear: both;
	line-height: 24px;
}
#pageNums a {
	color: #484848;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px #484848 solid;
}
#pageNums a:hover {
	color: #FFFFFF;
	background-color: #484848;
	border: 1px #FFFFFF solid;
}
#pageNums a.cur {
	color: #FFFFFF;
	border: 2px #FFFFFF solid;
	background-color: #484848;
}

/* ---- FAQ Spacific ---- */
.faq_highlight {
	background-color: #EEEEEE;
}
.faq_question {
	margin: 0px;
	margin-left: 15px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.faq_question a {
	color: #000000;
}
.faq_answer {
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

/* ---- Poll Spacific ---- */
.poll_main th {
	text-align: top;
	line-height: 25px;
}
.poll_main div {
	font-size: 13px;
}
.poll_votes {
	padding: 0;
	height: 15px;
	background-color: #204086;
}
.poll_voteAnswer {
	clear: both;
	font-weight: bold;
}
.poll_voteSurround {
	padding: 0;
	height: 15px;
	background-color: #EEEEEE;
	width: 100%;
	float: left;
	clear: left;
}
.poll_voteBottom {
	padding: 0;
	padding-bottom: 10px;
	height: 16px;
	width: 100%;
	float: left;
	clear: both;
	background: url('http://www.frd.co.uk/images/layout/pollMeter.gif') no-repeat right center;
}
.poll_question {
	font-size: 13px;
}
.poll_votePercent {
	clear: right;
	float: right;
	width: 11%;
	font-size: 20px;
	line-height: 20px;
	color: #5F5E5E;
}
.poll_voteWinner {
	clear: right;
	float: right;
	width: 11%;
	font-size: 20px;
	line-height: 20px;
	color: #183DA7;
}
.poll_bottom {
	text-align: right;
}
.poll_main {
	width: 100%;
}

/* ---- Download Spacific ---- */
.download_item {
	clear: none;
	border: 1px solid black;
	height: 74px;
	width: 49%;
	float: left;
	margin: 1px;
}
.download_item img {
	border: 1px solid #000000;
	float: left;
	margin: 5px;
}