﻿body {
	background: #B1B1B1 url(/img/bg.png);
	background-repeat: repeat-x;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    padding: 0px;
    margin: 0px auto;
    width: 998px;
}

a {
	color: #000;
}

p {
	line-height: 17px;
}

input {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

div#top {
    background-image: url(img/header.png);
    width: 998px;
    height: 171px;
    overflow: hidden;
}

div#loginbox {
    position: relative;
    left: 647px;
    top: 65px;
    color: #fff;
}

div#loginbox a {
	color: #fff;
}

div#loginboxTitle {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}

div#loginboxUsername, div#loginboxPassword {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 12px;
}

input#lbUsername, input#lbPassword {
    background: #EAEAEA;
    border: 1px solid #960808;
    padding: 2px;
    margin-left: 5px;
}

div#loginboxLinks {
    clear: both;
    float: left;
    padding-top: 3px;
}

div#loginboxLinks a {
    color: #fff;
    text-decoration: none;
}

input#loginboxSubmit {
    float: left;
    background: #282828;
    border: 3px solid #000000;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-left: 85px;
}

div#menuBar {
    width: 998px;
    height: 47px;
    background-image: url(img/menu.png);
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
}
.sf-menu {
    line-height:	1.0;
}
.sf-menu ul {
    position:		absolute;
    top:			-999em;
    width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:			100%;
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			2.5em; /* match top ul list item height */
    z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}

.sf-menu {
    float: left;
    margin-left: 20px;
}

.sf-menu a {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    height: 29px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.sf-menu li:hover, .sf-menu li.sfHover
{
    background: #000;
}

.sf-menu li li:hover, .sf-menu li.sfHover li {
    background: none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul
{
    top: 4.3em;
    background: #000;
    width: 200px;
}

div#menuBar div#date {
	float: right;
	padding-top: 16px;
	color: #fff;
	padding-right: 10px;
}

div#footer {
	background-image: url(img/footer.jpg);
	color: #fff;
	width: 998px;
	height: 52px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

div#footerLeft {
	float: left;
	padding-top: 19px;
	padding-left: 15px;
}

div#footerRight {
	float: right;
	padding-top: 12px;
	padding-right: 15px;
}

div#container {
	background: #fff;
	width: 968px;
	clear: both;
	overflow: hidden;
	padding: 15px;
	padding-top: 13px;
}

div#leftSide {
	float: left;
	width: 533px;
	overflow: hidden;
}

div#rightSide {
	float: right;
	width: 426px;
	overflow: hidden;
	margin-left: 9px;
}

div#rightSide div#search {
	text-align: right;
	margin-bottom: 4px;
	color: #A20303;
}

input#searchQuery {
	border: 1px solid #C6C6C6;
	background: url(img/archive_bg.jpg);
}

input#searchSubmit {
	border: none;
	background: url(img/find_button.jpg);
	width: 19px;
	height: 18px;
	color: #fff;
	padding-bottom: 2px;
	text-align: center;
}

div#rightSide fieldset {
	border: 1px solid #E2E2E2;
	padding: 7px 10px;
	margin-bottom: 10px;
	clear: both;
}

div#rightSide fieldset legend {
	color: #B6B6B6;
	padding: 0px 15px;
}

div#rightSide .block {
	margin-bottom: 10px;
} 

.block .blackHeader {
	width: 203px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	background: url(img/block.jpg);
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
}

.block .redHeader {
	width: 203px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	background: url(img/block_red.jpg);
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
}

.block .content {
	border: 1px solid #D0D0D0;
	width: 181px;
	padding: 10px;
	border-top: 0;
	background: #fff url(img/news_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

.sectionBlack {
	background: url(img/section.jpg);
	margin: 0 auto;
	width: 173px;
	height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 4px;
}

.sectionRed {
	background: url(img/section_red.jpg);
	margin: 0 auto;
	width: 173px;
	height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 2px;
}

#mainNews {
	background: #323232 url(img/main_bg.jpg);
	color: #fff;
	margin-bottom: 14px;
	padding: 15px;
	overflow: hidden;
}

#mainNews .info {
	margin-top: 5px;
}

#mainNews .info .left {
	text-align: left;
	color: #AFAFAF;
	float: left;
}

#mainNews .info .right {
	text-align: right;
	color: #fff;
	float: right;
}

#mainNews .info .right a {
	color: #fff;
	font-weight: bold;
}

#mainNews .mainImage {
	width: 499px;
	height: 112px;
	margin-bottom: 5px;
}

#mainNews .mainImage div {
	width: 499px;
	height: 27px;
	background: #000;
	opacity: 0.75;
	text-align: center;
	font-weight: bold;
	padding-top: 13px;
	color: #fff;
	position: relative;
	bottom: 42px;
}

.news {
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.news h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
}

.style2 {
	background: url(img/news_bg.jpg);
	background-repeat: repeat-x;
}

.news .info {
	float: right;
	color: #A8A8A8;
}

.news img {
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news .bottom {
	clear: both;
}

.news .bottom .left {
	float: left;
	color: #767676;
}

.news .bottom .right {
	float: right;
}

.buttonBlack, .buttonRed {
	background: url(img/button.jpg);
	color: #fff;
	width: 60px;
	height: 16px;
	text-align: center;
}

.buttonRed {
	background: url(img/button_red.jpg);
}

.buttonBlack a, .buttonRed a {
	color: #fff;
	text-decoration: none;
}

.archiveHeader {
	background: url(img/archive_header.jpg);
	width: 265px;
	height: 32px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	float: left;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

ul.archiveBox {
	border: 1px solid #D7D7D7;
	border-top: 0;
	float: left;
	width: 265px;
	padding: 0px;
	list-style: none;
	margin: 0;
}

ul.archiveBox li {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}

ul.archiveBox li.style2 {
	background: #E7E7E7 url(img/archive_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

ul.archiveBox li small {
	font-weight: normal;
	color: #9F9E9E;
}

#mainNews .info a {
	color: #AFAFAF;
}

.pollBar {
	background: #C1C1C1;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 20px;
}

.pollBar .full {
	background: #A80909;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	height: 17px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}

.weekPhoto {
	width: 183px;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.weekPhoto img {
	border: 1px solid #000;
}

.weekPhoto div {
	width: 183px;
	height: 20px;
	bottom: 3px;
	position: absolute;
	background: #000;
	opacity: 0.75;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

ul.shoutbox {
	overflow: auto;
	width: 100%;
	height: 150px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.shoutbox li {
	margin-bottom: 10px;
	padding: 5px;
}

ul.shoutbox li.hl {
	background: #DFDFDF;
}

div.matchesHeader {
	color: #990707;
	margin-bottom: 5px;
	font-weight: 12px;
	padding-bottom: 5px;
	font-size: 12px;
	cursor: pointer;
}

div#prevMatch img, div#nextMatch img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.matchHead {
	color: #454545;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	text-align: center;
}

div.matchDetails {
	padding: 3px;
	margin-top: 10px;
	background: #E9E9E9;
	text-align: center;
}

/**
 * Forms
 */
div#leftSide fieldset {
	width: 95%;
	padding: 15px;
	background: #FFF;
	border: 1px solid #AAA;
	margin: 10px auto;
	-moz-border-radius:3ex;
  	-webkit-border-radius:3ex;
}

div#leftSide legend {
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px 10px;
}

div#leftSide fieldset div {
	overflow: hidden;
	/*background: #F4F4F7;
	border: 1px solid #B7B9D1;*/
	padding: 5px;
	width: 95%;
	margin: 10px auto;
}

div#leftSide fieldset label {
	float: left;
	width: 25%;
	font-size: 12px;
	border-right: 1px solid #aaa;
	margin-right: 30px;
}

div#leftSide fieldset input, div#leftSide fieldset textarea {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	color: #000;
	font-size: 11px;
	font-family: Verdana;
	width: 60%;
	background: #fff;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
}

div#leftSide fieldset select {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	color: #000;
	font-size: 11px;
	font-family: Verdana;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
}

div#leftSide fieldset input.submit, div#leftSide fieldset input.checkbox, div#leftSide fieldset input.radio {
	width: auto;
}

div#leftSide fieldset input.submit {
	background: #eee;
}

.wrexbox, .notice, .pagination {
	border:1px #919090 solid;
	clear: both;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
}

.notice, .pagination
{
	padding: 10px;
	background: #efefef;
}

.wrexbox h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.wrexbox h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 10px;
}

.wrexlist {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
}

.wrexlist .left {
	float: left;
	margin-right: 0px;
}

.wrexlist .left img {
	border: 1px solid #999;
	padding: 1px;
	margin-right: 5px;
}

.wrexlist .right {
	float: left;
	text-align: left;
}

.wrexlist .right h3 {
	font-size: 13px;
}

.wrexlist .right div {
	margin-bottom: 3px;
}

.gallery_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 90px;
}

table.wrextable{border:1px solid #C4C4C4;width:100%;margin:10px auto}
table.wrextable td{padding:10px;background:#E8E8E8}
table.wrextable thead td{color:#000;background:url(acp_images/table_thead.gif)}
table.wrextable tr.highlight td{background:#E1E1E1;font-weight:bold}
.comment_box{width:100%;clear:both;margin:10px auto;overflow:hidden; border-bottom: 1px solid #AAAAAA}
.comment_box img{border:none}
.comment_box_left{width:29%; float:left}
.comment_box_right{width: 70%; float:right; text-align: left}
.comment_sub{padding: 10px; background: #DFDFDF; margin-bottom: 10px}
.comment_sub img{vertical-align: middle}
.comment_info {background: #CFCFCF; padding: 5px; margin-bottom: 5px; overflow: hidden}

ul.list {
	padding: 10px;
	margin-left: 5px;
}

ul.list li {
	list-style: circle;
	line-height: 20px;
}