/* CSS Document */

a{
	color:#6A7049;
}

a:hover{
	text-decoration:none;
}

body{
	background-color:#000000;
	margin:0px;
	font-family:Century, Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
}

#table_header{
	width:790px;
}

#table_content{
	width:690px;
	height:150px;
	font-size:12px;
}

#table_table{
	width:90%;
	border: 1px solid #888888;
	empty-cells: show;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#table_table th{
	border: 1px solid #560909;
	border-collapse: collapse;
	padding:2px;
	background-color:#560909;
	color:#FFFFFF;
	font-size:14px;
	font-family:"Book Antiqua";
}

#table_table td{
	border: 1px solid #888888;
	border-collapse: collapse;
	padding:4px;
	color:#FFFFFF;
	text-align:center;
}

#table_table td.team{
	text-align:left;
}

#table_table tr.dif{
	background-color:#222222;
}

table.rounds{
	border: 0px;
}


table.rounds td{
	padding:0px;
	border: 0px;
}

table.rounds table td{
	padding:3px;
	background-color:#FFFFFF;
	text-align:center;
	width:15px;
}

table.rounds td.selected{
	padding:6px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:35px;
	font-weight:bold;
}

table.rounds a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}

div.wil{
	position: absolute;
	left: 30px;
	top: 50px;
	width: 140px;
}

div{
	font-size:12px;
}

.text_1{
	font-size:12px;
}

#scores{
}

table table table.score{
	/*border: 4px solid #000000;
	width:40px;
	height:30px;*/
}

table table table.score td{
	/*color:#000000;
	padding:3px;
	text-align:center;*/
	font-weight:bold;
}

table.player_profile{
	width:100%;
}

table.player_profile th{
	text-align:right;
	padding:3px;
}

table.player_profile td{
	text-align:left;
	padding:4px;
	width:100%;
}


table.rounds td.last_round{
	border-collapse:collapse;
	border: 4px solid #009933;
}

.text_style_2{
	font-size:10px;
	color:#CCCCCC;
}