@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/ui2009/background.png) repeat-x #001d0a;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h3 {
	color:#555;
}

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #F30;
	background: #fff;
}

legend
{
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

td {
	padding:4px;
}

a:link {
	color: #004f00;
	text-decoration: none;
}

a:visited {
	color: #004f00;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

#menucol {
	width:200px;
	background:url(../images/ui2009/menubg.png) repeat-y;
	float:left;
	font-size:0.7em;
}

#menucol ul {
	list-style-type: none;
}

#menucol li {
	background:#4ab401;
	width:161px;
	margin-left:19px;
}

#menucol li a {
	display: block;
	width: 161px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	background: url(../images/ui2009/buttonbg.jpg);
	text-indent: 5px;
}

#menucol li a:visited {
	background-position: center;
	color: #FFFFFF;
}

#menucol li a:hover {
	background-position: right top;
	color: #FFFFFF;
}

#contentcol {
	width:600px;
	float:left;
	padding-top:10px;
}

#qelsocol {
	width:200px;
	float:left;
}

.deletebutton {
	background:url(../images/ui/delete_normal.gif);
	width:24px;
	height:24px;
}

.backgroundtext {
	color:#ccc;
	padding:8px;
	font-size:0.8em;
}

.footertext {
	color:#999;
	padding:8px;
	font-size:0.7em;
}

.footertext a {
	color:#999;
}

.boxwide {
	float:left;
	width:600px;
	background:url(../images/ui2009/content_wide_bottom.png) bottom;
}

#forumlist
{
	border: none;
}

#forumlist th
{
	font-style:normal;
	font-weight: normal;
	font-size: 110%;
	background-color:#006f3b;
	color:#fff;
}

#forumlist td
{
	font-size:100%
}

#forumlist h1
{
	font-size: 120%;
	padding: 0;
	margin: 0;
}

.pyjamasA
{
	background:#DDD;
}

.pyjamasB
{
	background:#EEE;
}

.errorfeedback
{
	color:#FF0000;
}

.boxwide h2 {
	color:#fff;
	height:29px;
	background:url(../images/ui2009/content_wide_top.png) top no-repeat;
	font-size:0.8em;
	padding-left:10px;
	padding-top:7px;
}

.boxwide div {
	font-size:0.7em;
	padding:0 10px 15px 10px;
}

.boxnarrow {
	float:left;
	width:300px;
	background:url(../images/ui2009/content_narrow_bottom.png) bottom;
}

.boxnarrow h2 {
	color:#fff;
	height:29px;
	background:url(../images/ui2009/content_narrow_top.png) top no-repeat;
	font-size:0.8em;
	padding-left:10px;
	padding-top:7px;
}

.boxnarrow div {
	font-size:0.7em;
	padding:0 10px 15px 10px;
}

.adboxnarrow {
	float:left;
	width:300px;
	background:url(../images/ui2009/content_narrow_bottom.png) bottom;
}

.adboxnarrow h2 {
	color:#333;
	height:29px;
	background:url(../images/ui2009/content_ad_narrow_top.png) top no-repeat;
	font-size:0.8em;
	padding-left:10px;
	padding-top:7px;
}

.adboxnarrow img {
	font-size:0.7em;
	margin:0 10px 15px 10px;
}

.pyjamasOddLine {
	background-color: #fff;
	border-bottom: solid 1px #ff8700;
}

.pyjamasEvenLine {
	background-color: #eee;
	border-bottom: solid 1px #ff8700;
}

.ListLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.ListLineBottomSelected {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	background:#eee;
}

.FormLabel {
	font-weight:bold;
	font-size:0.9em;
	color: #000000;
}

.SelectionWide
{
	width:150px;
}

.pyjamasOdd
{
	background-color: #FFFFFF;
}

.pyjamasEven
{
	background-color: #eee;
}

.factslist {
	list-style-type:none;
}

label {
margin: 3px;
font-size: 0.8em;
font-weight: bold;
display: block;
}

