/*
 * Team White Chocolate CSS
 * Author: Jonathan Weiss
 * Date: 7-14-2009 
 */

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial;
	background-image: url('../img/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #fafafa;
}

a img
{
	border: none;
}

a
{
	color: #cfcfcf;
}

a:visited
{
	color: #cccccc;
}

#supercontainer
{
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

#container
{
	position: relative;
	width: 1054px;
	margin: 0px auto;
	border-left: 4px solid #8E8E8E;
	border-right: 4px solid #8E8E8E;
}

#header
{
	position: relative;
	width: 1054px;
	height: 142px;
	background-image: url('../img/header-bg.jpg');
	background-repeat: no-repeat;
}

.loginbox {
	border-top: 2px solid black;
	border-left: 2px solid black;
	background-color: #353535;
	padding: 0px 5px;
	font-size: 13px;
	color: #FFF;
	float: right;
	margin-top: 109px;
	height: 29px;
	text-align: center;
}

.loginbox input {
	width: 105px;
	margin: 3px 8px 3px 5px;
}

.loginbox p {
	margin: 7px 0px 3px 0px;
}

#navbar
{
	width: 1054px;
}

#nav-left
{
	float: left;
	width: 177px;
	height: 32px;
	background-image: url('../img/nav-left.jpg');
	background-repeat: no-repeat;
}

#navbar ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 877px;
	height: 32px;
	list-style-type: none;
	background-image: url('../img/nav-bg.jpg');
	background-repeat: repeat-x;
}

#navbar ul li
{
	float: left;
	display: inline;
	margin: 4px 0px 0px 0px;
	color: White;
	background-image: url('../img/nav-separator.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	text-align: center;
}

#navbar ul li.nosep
{
	background: none;
}

#navbar ul li a, #navbar ul li a:visited
{
	color: White;
	text-decoration: none;
	font-size: 18px;
	margin: 0px 40px;
}

#navbar ul li a:hover
{
	text-decoration: underline;
}

#nav-bottom
{
	float: left;
	background-image: url('../img/under-nav.jpg');
	background-repeat: no-repeat;
	width: 1054px;;
	height: 9px;
}

#content
{
	width: 1054px;
	background-image: url('../img/container-bg.jpg');
	background-repeat: repeat;
}

.maincontent
{
	width: 516px;
	margin-left: 6px;
}

.maincontent h1
{
	background-image: url('../img/main-header-bg.jpg');
}

.maincontent h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
}

.maincontent h2.sect {
	margin-top: 20px;
}
	
.maincontent h2.t
{
	margin-top: 0px;
}

.rightcontent
{
	width: 248px;
}

.rightcontent a.h, .rightcontent a.h:visited{
	color: white;
	text-decoration: none;
}

.rightcontent h1
{
	background-image: url('../img/small-header-bg.png');
}

.rightcontent .contentbottom
{
	width: 248px;
	height: 2px;
	background-image: url('../img/small-curved-bottom.png');
}

h1
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 22px;
	color: Black;
	font-weight: normal;
}

.contentbody
{
	background-color: #3D422E;
	color: white;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
}

.maincontent .mainbottom
{
	padding: 0px;
	margin: 0px;
	width: 516px;
	height: 5px;
	background-image: url('../img/main-footer-curved.png');
	background-repeat: no-repeat;
}

.maincontent .contentbody
{
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.rightcontent .contentbody
{
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

.rightcontent #records
{
	min-height: 125px;
	height: auto !important;
	height: 125px;
}

.columnLeft
{
	width: 516px;
	float: left;
	margin: 0px 16px 0px 3px;
}

.serverTracker
{
	margin: 20px 0px 0px 25px;
}

.columnLeftSmall
{
	float: left;
	width: 250px;
	margin-left: 11px;
}

.columnRight
{
	float: left;
	width: 255px;
}

.second
{
	margin-top: 10px;
}

.contentbody p
{
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.contentbody p.nom {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.contentbody table
{
	margin: 0px 10px 10px 10px;
}

.contentbody table.rostertable
{
	margin: 0px auto;	
}

.contentbody table.rostertable tr td {
	padding: 0px 0px 5px 15px;
}

.contentbody table.rostertable tr td.alias {
	font-size: 14px;
	padding: 0px 15px 5px 5px;
}

.actionbuttons
{
	float: right;
	text-align: center;
}

.addcommentform {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

.addcomment {
	width: 490px;
	height: 60px;
}

.comment
{
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	margin: 0px 10px 10px 10px;	
	border: 1px dotted #cdcdcd;
}

.comment .comuser {
	font-size: 10px;
	padding-top: 8px;
	float: right;	
}

.comment .comdate {
	font-size: 10px;
	float: left;
	padding-top: 8px;
}

.newsitem
{
	padding: 0px 15px 5px 10px;
}

.newsitem h2
{
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}

/*.newsitem h2 .date
{

}*/

.newsitem p
{
	margin: 0px 0px 10px 10px;
}

.newsitem hr
{
	width: 90%;	
}

h2.matchheader
{
	font-size: 20px;
}

table.matchhistory
{
	margin: 0px 0px 0px 15px;
}

table.matchhistory tr td
{
	text-align: center;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table.matchhistory tr td.first
{
	border-left: 1px solid white;
}

table.matchhistory tr th{
	border-bottom: 1px solid white;
}
table.matchhistory tr td.first a
{
	text-decoration: none;
}

table.centertable {
	width: 90%;
}
table.centertable tr td {
	text-align: center;
}

#footer
{
	width: 1054px;
	height: 33px;
	background-image: url('../img/footer-bg.jpg');
	background-repeat: repeat-x;
	color: white;
	font-size: 13px;
}

#footer .footertext
{
	padding-top: 8px;
}

#footer .f1
{
	margin-left: 20px;
}

#footer .f2
{	
	margin-left: 220px;
}

#footer .f3
{
	margin-left: 135px;
}

img.left {
	float: left;
	margin: 0px 5px 0px 10px;
}

img.right {
	float: right;
	margin: 0px 10px 0px 5px;
}