/* CSS Document */

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
/*	margin: 0px auto; */
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
}
a, a:hover {
	text-decoration: none;
}

div#left {
/*	background-color: #CCCCCC; */
/*	float: left; */
	padding: 30px;
	width: 190px;
	_width: 250px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}
div#between { height: 155px; }
div#dados p a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
div#dados p a:hover { color: #FF0000; text-decoration: none; font-weight: bold; }
div#dados p#data { color: #FF0000; font-size: 28px; letter-spacing: -2px; margin-top: 10px; font-weight: bold; }
div#dados p#data a, div#dados p#data a:hover { color: #FF0000; text-decoration: margin-top: 10px; none; font-size: 28px; letter-spacing: -2px; font-weight: bold; }
div#dados p#data span#inactivo { color: #333333; font-size: 28px; letter-spacing: -2px; margin-top: 10px; font-weight: bold; }

div#right {
/*	float: right; */
	position: absolute;
	top: 0px;
	left: 250px;
}
div#right a img{
	border: none;
}


div#barra_menu {
	width: 100%;
/*	background-color: #00FF00; */
	text-align: left;
}
table#barra_menu {
	width: 66px;
/*	width: 100%; */
	height: 16px;
	
/*	border: solid 1px #00FF00; */
	
/*	float: left; */	
	
	position: relative;
	top: 1px;
/*	left: 7px; */
}

table#barra_menu td {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table#barra_menu td a {
	display: block;
	width: 16px;
}
table#barra_menu td#anterior {
	background: url(../files/proj_enterior.gif) top left no-repeat;
	width: 16px;
	border-right: solid 1px #333333;
}
table#barra_menu td#texto_tabela {
	
}
table#barra_menu td#proximo {
	background: url(../files/proj_proximo.gif) top left no-repeat;
	width: 16px;
	border-left: solid 1px #333333;
}
table#barra_menu td#limpo {
	width: 16px;
/*	border-left: solid 1px #333333; */
	background-color: #000000;
}

p#entrar {
	position: absolute;
	top: 530px;
	left: 30px;
}
p#entrar a {
	color: #FFFFFF;
	font-weight: bold;
}
p#entrar a:hover {
	color: #FF0000;
}

