@charset "utf-8";
/* CSS Document */
* {
	padding:            0px;
	margin:				0px;
}

body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#000000;
	background:			#000000;
}

#topo, #center, #rodape {
	position:			relative;
	display:			table;
	text-align:			left;	
}
#topo {
	width:				690px;
	left:				50%;
	margin-left:		-345px;
	margin-top:			25px;
}
#center {
	width:				100%;
	background:			#0A0A0A;
}
#rodape{
	width:				690px;
	left:				50%;
	margin-left:		-345px;
	color:				#454545;
}
#cb{
	clear:				both;
	visibility:			hidden;
}
#conteudo{
	position:			relative;
	width:				690px;
	left:				50%;
	margin-left:		-345px;
	color:				#FFFFFF;
}
#content{
	background:			url(img/correLeft.jpg) top left repeat-y #000000;
	display:			table;
	width:				100%;
}
#content #start{
	width:				689px;
	display:			table;
	background:			url(img/correRight2.gif) top right repeat-y #000000;
	margin-left:		1px;
	height:				385px;
}
#topoCentro{
	display:			block;
	width:				100%;
	background:			url(img/topoCentro2.gif) top no-repeat;		
	height:				12px;	
}
#bottomCentro{
	display:			block;
	width:				100%;
	background:			url(img/bottomCentro2.gif) top no-repeat;			
	height:				1px;
}
#content2{
	margin:				0px 10px 0px 12px;
}
.titImg {
	text-align:			right;
	clear:				both;
	margin:				0px 0px 15px 5px;
	display:			block;
	width:				97%;
}
.just{
	text-align:			justify;
	margin-right:		15px;
}
#formTabel {
	border:				0px;
	margin:				20px 0px 0px 0px;
}

#formTabel td{
	text-align:			left;
	color:				#545454;
}

.right{
	text-align:			right;
}
.campoMdGd, .campoMd, .textArea {
	height:				15px;
	color:				#FFFFFF;
	background:			#0A0A0A;
	border:				0px;
	font-size:			10px;
	margin-left:		5px;
	padding-left:       5px;
}
#labelT{
	background:			#0A0A0A;
	display:			block;
	height:				70px;
	width:				235;
	margin-left:		5px;
	
}

.textArea{
	color:				#FFFFFF;
	border:				0px;
	font-size:			11px;
	margin-left:		0px;
	padding-left:       5px;
	width:				235px;
	height:				70px;
	overflow:			auto;
	background:			none;

}
.campoMdGd {
	width:				235px;
}
.campoMd {
	width:				89px;
}
.btn {
	margin-left:		10px;
	background:			none;
	color:				#FFFFFF;
	border:				0px;
	cursor:				pointer;
	text-decoration:	none;
}
.btn:Hover {
	background:			none;
	color:				#ba9a60;
	border:				0px;
}
.img{
	border:				0px;
	margin:				2px 0px 7px 10px;
}
#voltar {
	display:			block;
	clear:				both;
	width:				630px;
	text-align:			left;
	font-size:			11px;
	color:				#947A49;
}
#voltar span{
	display:			block;
	background:			url(img/vol.gif) no-repeat left top;
	padding-left:       12px;
	height:				20px;
	width:				40px;
	float:				right;
	padding-top:       	1px;
}
#volL{
	text-decoration:	none;
	color:				#947A49;
}
#volL:hover {
	text-decoration:	underline;
}
#apresenta {
	font-size:	10px;
}
/************************** PAGINACAO **************************/
#paginacao{
	margin-top:10px;
	width:100%;
}
#paginacao td{
	font-size:11px;
	font-family:Verdana;
}
#paginacao td.erropag{
	text-align:right;
	color:#ffffff;
}
#paginacao span{
	font-weight:bold;
	color:	#d2ab67;
}

#paginacao a {
	color:		#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#paginacao a:hover {
	color:		#d2ab67;
}
.alert{
	display:	block;
	border:		1px solid #990000;
	font-weight:bold;
	padding:	3px;
}