@charset "utf-8";
/* CSS Document */
body {
	background-color:#A3B3B6;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
}
#tudo {
	width:770px;
	height:850px;
	position:absolute;
	left:50%;
	margin-left:-385px;
	background-color:#A3B3B6;
}
#top {
	width:770px;
	height:135px;
	background-image:url(../img/top.jpg);
}
#contents {
	width:770px;
	position:relative;
	height: 650px;
}
#borda_left {
	width:10px;
	height:650px;
	float:left;
	background-image:url(../img/bord_left.jpg);
}
#blocoCentral {
	width:745px;
	height:650px;
	float:left;
	background-color:#FFFFFF;
}
#borda_right {
	width:15px;
	height:650px;
	float:left;
	background-image:url(../img/bord_right.jpg);
}
#borda_bottom {
	width:770px;
	height:27px;
	background-image:url(../img/bord_bott.jpg);
}

#menusTop {
	width:715px;
	height:18px;
	margin-left:10px;
}
#todos {
	width:720px;
	height:600px;
	border-top:1px #333333 solid;
	border-bottom:1px #999999 solid;
	margin-left:10px;
	margin-top:3px;
}
#rodape {
	width:720px;
	margin-left:10px;
	margin-top:3px;
}
#dateNow { 
	width:710px;
	height:14px;
	margin-left:5px;
	margin-top:15px;
	color:#666666;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#top_conts {
	width:720px;
	height:330px;
	margin-top:15px;
	background-color:#FFFFFF;
}
/* ============================== LINKS *************** */
.rod { 
	font-size:9px;
	margin-left:5px;
}
a.rod:link {
	text-decoration:none;
	color:#999999;
}
a.rod:visited {
	text-decoration:none;
	color:#999999;
}
a.rod:hover {
	text-decoration:underline;
	color:#333333;
}
/* ==================================================== */
.statusPlayer {
	font-size:150%; 
	color:#000000; 
	font-family:tahoma,verdana,arial;
	cursor:pointer;
}
.statusPlayer:first-letter {
	font-size:110%;
	color:#003366;
	font-weight:bold;
}
