@charset "utf-8";
/* CSS Document */

BODY{
	margin:0;
	font-family:"Trebuchet MS", helvetica, Tahoma, sans-serif;
	background:#F5F5F5;}

A:link{
	display:block;
	width:180px;
	height:22px;
	margin:-5px 0 0 -20px;
	padding:5px 0 0 20px;
	text-decoration:none;
	color:#333333;}

A:active{
	display:block;
	width:180px;
	height:22px;
	margin:-5px 0 0 -20px;
	padding:5px 0 0 20px;
	text-decoration:none;
	color:#333333;}
	
A:visited{
	display:block;
	width:180px;
	height:22px;
	margin:-5px 0 0 -20px;
	padding:5px 0 0 20px;
	text-decoration:none;
	color:#333333;}
	
A:hover{
	display:block;
	width:180px;
	height:22px;
	margin:-5px 0 0 -20px;
	padding:5px 0 0 20px;
	text-decoration:none;
	color:#AA0000;}

FORM{
	margin:0;
	padding:0;}

SELECT{
	margin-left:10px;
	width:200px;
	height:22px;
	font-family:"Trebuchet MS", helvetica, Tahoma, sans-serif;
	font-size:12px;}

#principal{
	position:absolute;
	margin-top:10px;
	margin-left:-475px;
	padding:0;
	left:50%;
	width:950px;
	height:580px;
	background:url(../imagens/bg_linha.gif) repeat-x #333;
	border:1px solid #CCCCCC;}
	
#logo{
	float:left;
	display:inline; /* IE Hack - Double margin*/
	margin-top:20px;
	margin-bottom:8px;
	margin-left:10px;
	width:189px;
	height:50px;}
	
/* hide hack from Mac-IE5 \*/
* html #logo { height: 1%; }
* html #palco { height: 1%; }
/* end hiding */

#edicao{
	margin:15px 0 5px 10px;
	padding-left:5px;
	padding-top:10px;
	border-top:1px solid #AA0000;
	width:195px;
	font-size:14px;
	font-weight:bold;
	color:#AA0000;}

#menu{
	/*clear:both;*/
	float:left;
	height:480px;
	width:220px;
	background:#F9F9F9;
	border-right:#CCCCCC 1px solid;}

#palco{
	float:right;
	display: inline;
	margin-top:4px;
	margin-right:4px;}

#rodape{
	clear:both;
	height:22px;
	padding-top:2px;
	padding-left:10px;
	padding-bottom:0;
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
	background:#AA0000;}

.sub{font-size:12px;}

.botao{
	display:block;
	width:180px;
	height:22px;
	margin:0 0 5px 10px;
	padding:5px 0 0 20px;
	font-family:"Trebuchet MS", helvetica, Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	background:url(../imagens/btn_out.gif) no-repeat;}

.botao:active{
	text-decoration:none;
	color:#333333;
	background:url(../imagens/btn_press.gif) no-repeat;}

.retifica{margin:0 0 5px 0;}

.separa {
	width:200px;
	padding:10px 0 10px 0;
	margin:10px 0 10px 10px;
	border-top:1px solid #AA0000;
	border-bottom:1px solid #AA0000;}