/* GENERAL */
html,body {
	background-color : #ccffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

div {
	text-align:center;
}

/*******************************************************/
/* CSS for the banner */

div#banner {
	width:1153px;
	height:106px;
	padding: 0px;
	margin-left : -8px;
	margin-top: -8px;
}

div#banner_left {
	float: left;
	width:1020px;
	height:106px;
}

div#banner_right {
	float: right;
	width:133px;
	height:106px;
}

/*******************************************************/
/* CSS for the links to other rounds */
div#tourninfo {
	font-size: 32px;
	font-weight: bold;
	line-height:220%;
}
div#roundsel {
	padding-bottom: 15px ;
	font-size: 24px;
	font-weight: bold;
}

a img {border: 0;}

/*******************************************************/
/* CSS for the space with all tables */

div#showtable {
	}

/*******************************************************/
/* CSS for the three different areas */

div#block_left {
	
}

div#block_middle {
	
}

div#block_right {
	
	padding: 2px;
}

/*******************************************************/
/* CSS specific for each table */

div.block_results {
	display:inline-table;
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 2px;
	line-height: 110%;
}

div.block_pairings {
	display:inline-table;
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 2px;
	line-height: 110%;
}

div.block_sous_class {
	display:inline-table;
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 1px;
	margin: 0px 2px 0px;
	line-height: 105%;
}
table.white_background{background-color:#FFFFFF;border-collapse:collapse;border-spacing:0px;margin:2px;}
td.results_cell{margin:0;padding:3px;border:1px inset #999999;}
td.pairings_cell{margin:0;padding:3px 5px;border:1px inset #999999;}
td.title_cell{padding:15px 3px 5px;font-size:115%;font-weight:bold;}
th.title_cell{padding:5px 3px 3px;font-size:105%;font-weight:bold;}
td.standings_cell{margin:0;padding:3px;border:0;}
.center{margin-left:auto;margin-right:auto;border:0;border-spacing:0;border-collapse:collapse;}
table.standings{border:0;border-spacing:0;border-collapse:collapse;}
tr.odd{background-color:#FFFFFF;}
tr.even{background-color: #ffe3e3;}
/*******************************************************/
/* CSS specific to some items */


/* Titles are bigger */
.title {
	font-size: 16px;
	font-weight: bold;
	line-height:200%;
	color: #FF0000;
}

.righttitle {
	font-size: 14px;
	line-height:200%;
}

/* exept some of them */
.title_small {
	font-size: 14px;
	font-weight: bold;
	line-height:221%;
	color: #FF0000;
}

/* Match winners are in bold */
.winner {
	font-weight: bold;
}

/* Ladies are colored */
.lady {
	color: #FF0000;
}
