/**************************/
/* CSS Version 1.0        */
/* www.mzsquad.com        */
/* By: Riball             */
/**************************/

/*Main layout and the grid*/

body {
	text-align: center; /*IE FIX*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background: #000000 url('images/background-header-high.jpg') no-repeat top center;
}

table, tr {
	font-size: 10px;
	padding: 0px;
	margin-bottom:0px;
}

img {
	border: 0px;
}

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

a:hover {
	color: #ffcd56;
	text-decoration: none;
}

div#wrapper {
	text-align: left;
	padding: 210px 0px 0px 0px;
	margin: auto;
	width: 870px;
	height: 400px;
}

div#menu {
	float: left;
	width: 140px;
}

div#content-wrapper {
	float: left;
	width: 600px;
}

div#copyright {
	width: 510px;
	margin: 10px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

div#sidenote {
	float: left;
	width: 120px;
}

/******************/
/* Contentwrapper */
/******************/

/*Title part*/

div#title {
	width: 599px;
	height: 30px;
	background: url('images/header-line.jpg') no-repeat bottom;
}

img#content-title {
	float:right;
	margin: 0px 4px 0px 0px;
}

img#side-title {
	float:right;
}

/*Content part*/

div.content {
	margin: 0px 0px 12px 28px;
	width: 480px;
	padding-bottom: 10px;
	text-align: justify;
	background: url('images/footer-line.jpg') no-repeat bottom left;
}

/*Headers*/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #e3b64c;
	margin: 5px 0px 5px 0px;
}

h3, td.table-header{
	font-weight: bold;
	font-size: 10px;
	color: #e3b64c;
	margin: 0px;
}

/*Writer + date*/

span.writer {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin: 0px;
}

span.writer a {
	color: #666666;
	text-decoration: underline;
}

span.writer a:hover {
	text-decoration: none;
}

/*Max width of tables in content*/

table {
	margin: 0px;
	padding: 0px;
}

table.roster-content {
	width: 510px;
}

table.match-content {
	width: 485px;
}

td#match-opponent {
	width: 100px;
}

table#match-opponent {
	width: 510px;
}

table#match-info {
	width: 200px;
}

td.match-date {
	width: 100px;
}

/*Match boxes*/

div.box {
	float: left;
	width: 260px;
}

div.margin-box {
	margin-top: 10px;
}

/************/
/* Sidenote */
/************/

/*Matches title*/

div#matches {
	width: 120px;
	height: 30px;
	background-image: url('images/header-line.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

div#matches-played, div#matches-upcomming {
	margin-top: 10px;
	padding-bottom: 10px;
	background: url('images/footer-line.jpg') no-repeat bottom right;
}

div#matches-played table {
	width: 120px;
	font-size: 10px;
}

td.versus {
	width: 100%;
}

td.versus a {
	color: #FFFFFF;
}

td.versus a:hover {
	text-decoration: underline;
}


/*Score colors*/


td.score-win {
	color: #00CC00;
}

td.score-lose{
	color: #FF0000;
}

td.score-draw{
	color: #ff9c00;
}
