@CHARSET "UTF-8";

body{
	background-color:#efefef;
	margin:0px;
}

*{
	font-family:verdana, arial, helvetica;
}
.next_previous{
	clear:both;
	font-size:10px;
	color:#000000;
	position:absolute;
	bottom:20px;
	margin:0px;
	width:95%;
}

#quadro{
	clear:both;
	height:100%;
	border: 1px dotted #000000;
	padding: 2px;
	margin-bottom: 0px;
	margin-left:5px;
}

#categoria, #round{
	font-size:12px;
	border-bottom: 1px dotted #000000;
	margin:1px;
	color:#000000;
	padding:2px;
}
#categoria span, #round span{
	text-transform:uppercase;
	font-weight:bold;
}

#cronometro{
	color:#535353;
	background-color:#d4d4d4;
	font-size:20px;
	text-align:center;
	border: 1px dotted #000000;
}

#logo{
	float:right;
}

#logo img{
	border: 1px #d4d4d4 dotted;
}

.posicao{
	font-size:12px;
	text-align:center;
	color:#000000;
	background-color:#e6e6e6;
	text-transform:uppercase;
	font-weight:bold;
}

.atleta{
	font-size:12px;
	text-align:center;
	color:#000000;
	background-color:#d4d4d4;
	height:30px;
	vertical-align:middle;
	margin:auto;
	border: 1px #000000 solid;
	margin-bottom:0px;
	border-bottom:0px;
}

.origem{
	color:#000000;
	background-color:#d4d4d4;
	vertical-align:middle;
	margin:auto;
	border: 1px #000000 solid;
	font-size:9px;
	text-align:center;
	margin-bottom:2px;
	border-top:0px;
}

.nota2{
	font-size:10px;
	text-align:center;
	margin-right:5px;
	border: 1px #000000 dotted;
	width:35%;
	float:right;
}
.nota1{
	font-size:10px;
	text-align:center;
	margin-left:5px;
	border: 1px #000000 dotted;
	width:35%;
}
.soma{
	margin-top:2px;
	font-size:15px;
	text-align:center;
	color:#ffffff;
	background-color:#000000;
}
.win_need{
	font-size:9px;
	text-align:center;
	color:#ffffff;
	background-color:#000000;
	font-style:italic;
}
.even{
	font-size:10px;
	text-align:center;
	border-bottom:1px #000000 dotted;
	background-color:#e6e6e6;
	color:#000000
}

.odd{
	font-size:10px;
	text-align:center;
	border-bottom:1px #000000 dotted;
	background-color:#d4d4d4;
	color:#000000;
}


.x1{
	font-weight:bold;
	color:#108f01;
}

.x0 span, .x1 span{
	color:#ff0000;
	text-decoration: blink;
	font-weight:bold;
}

.blinky { text-decoration: blink; }