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

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#links {
	width:1000px;
	text-align: left;
	padding-top: 12px ;
	padding-bottom: 15px ;
}

a img {border: 0;}

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

div#tables {
	width:110em;
}

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

div#block_left {
	float: left ;
}

div#block_middle {
	float: none ;
	text-align:center;
}

div#block_right {
	float: right ;
	padding: 2px;
}

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

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

div.block_pairings {
	line-height: 105%;
	font-size: 11px;
}

div.block_sous_class {
	padding: 1px;
	margin: 0px 4px 0px;
	font-size: 11px;
	line-height: 105%;
}

div.block_team {
	font-size: 10px;
	line-height: 105%;
}

table.white_background {
	background-color:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px;
	}

td.results_cell {
	margin: 0;
	padding: 3px;
	border: 1px inset #999999;
}


td.pairings_cell {
	margin: 0;
	padding: 3px;
	border: 1px inset #999999;
}

td.team_cell {
	margin: 0;
	padding: 3px;
	border: 0;
}

td.standings_cell {
	margin: 0;
	padding: 3px;
	border: 0;
}

/* table may be centered */
.center {
	margin-left:auto;
	margin-right:auto;
 }

table.standings {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background-color:#92DBFF;
}

table.sponsors {
	border-collapse: separate;
	border: 0px ;
	border-spacing: 10px;
}

/*******************************************************/
/* CSS specific to some items */

a.lien_image {
	text-decoration:none;
	color: #000000;
}

h1 {
		text-align:center;
}

.lien_texte {
	font-size: 12px;
	font-weight: bold;
	line-height:200%;
}

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

.title_team {
	font-size: 12px;
	font-weight: bold;
	line-height:160%;
	color: #FF0000;
}

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

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

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

/* And some infos are even smaller */
.plus_petit {
	font-size: 10px;
}
