body {
	background: #111 url(images/background.gif);
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a img { border: 0; }

a {
	text-decoration: none;
	color: #a00;
}

a:hover { text-decoration: underline; }

#wrapper {
	margin: 0 auto;
	width: 770px;
	background: url(images/wrapper.jpg) repeat-y;
}

#header {
	width: 770px;
	height: 101px;
	background: url(images/header.jpg) no-repeat;
}

#content {
	width: 530px;
	margin: 5px 0 10px 12px;
	float: left;
	background: #DFDFDF;
	color: #000;
}

body > div #content {
	margin: 5px 0 10px 22px;
}

#content h1 {
	font-size: 7pt;
	color: #999;
	margin: 0;
	height: 20px;
	padding: 4px 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/content_main.gif) no-repeat;
}

.matchestable {
	width: 500px;
	margin: 0 auto;
}

.th { }

.contentbox {
	font-family: Tahoma, Arial, sans-serif;
	background: #ddd url(images/content_gradient.gif) top repeat-x;
	width: 510px;
	padding: 10px;
}

#content h2 {
	font-size: 14pt;
	color: #930;
	border-bottom: 1px dotted #999;
}

select { 
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	border: 1px solid #5F5F5F;
	background: #DFDFDF;
	color: #000;
}

.contentbox h2 {
	margin: 0;
	color: #a00;
	font-size: 12pt;
}

.contentbox h3 {
	margin: 0;
	font-size: 8pt;
}

.contentbox p {
	font-size: 8pt;
}

.contentbox h4 {
	margin: 0;
	font-size: 8pt;
	text-align: right;
}

.pages {
	height: 23px;
	color: #fff;
	padding-top: 3px;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: url(images/footer_gradient.gif) repeat-x;
}

.pages a { color: #fff; text-decoration: underline; }

#sidebar {
	width: 180px;
	height: 600px;
	margin: 5px 15px 5px 10px;
	float: left;
}

.sidebox {
	width: 180px;
	margin: 0 0 10px 0;
	background: #D1D1D1;
}

.sidebox form { background: url(images/side_gradient.gif) repeat-x bottom; }
.sidebox table {
	background: url(images/side_gradient.gif) repeat-x bottom;
	padding: 5px;
	color: #000;
	font-size: 7pt;
	font-family: Tahoma, Verdana, sans-serif;
	border-bottom: 1px dotted #bbb;
}

.sidebox .input { color: #fff; width: 80px; margin: 0 auto; text-align: center; border: 1px solid #960; background: #a00; }

.sidebox strong { font-size: 10pt; color: #930; font-family: Tahoma, Verdana, sans-serif; display: block; border-bottom: 1px dotted #999; }

.sidebox h1 {
	font-size: 7pt;
	color: #999;
	margin: 0;
	height: 20px;
	padding: 4px 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/side_main.gif) no-repeat;
}

.sidebox p {
	width: 170px;
	padding: 5px;
	margin: 0;
	font-size: 7pt;
	color: #000;
	background: #D1D1D1 url(images/side_gradient.gif) repeat-x bottom;
}

.teambox {
	width: 180px;
	height: 195px;
	margin: 0 0 10px 0;
	background: #D1D1D1;
}

.teambox form { background: url(images/side_gradient.gif) repeat-x bottom; }
.teambox table {
	background: url(images/side_gradient.gif) repeat-x bottom;
	padding: 0px;
	color: #000;
	font-size: 7pt;
	font-family: Tahoma, Verdana, sans-serif;
	border-bottom: 1px dotted #bbb;
}

.teambox .input { color: #fff; width: 80px; margin: 0 auto; text-align: center; border: 1px solid #960; background: #a00; }

.teambox strong { font-size: 10pt; color: #930; font-family: Tahoma, Verdana, sans-serif; display: block; border-bottom: 1px dotted #999; }

.teambox h1 {
	font-size: 7pt;
	color: #999;
	margin: 0;
	height: 20px;
	padding: 4px 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/side_main.gif) no-repeat;
}

.teambox p {
	width: 170px;
	padding: 0px;
	margin: 0;
	font-size: 7pt;
	color: #000;
	background: #D1D1D1 url(images/side_gradient.gif) repeat-x bottom;
}

#footer {
	clear: both;
	width: 770px;
	height: 30px;
	background: url(images/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
	font-size: 8pt;
	padding-top: 3px;
}