#pop{display:none;position:absolute;top:50%;left:50%;margin-left:-150px;margin-top:-100px;padding:10px;width:450px;height:775px;border:1px solid #d0d0d0;background-color: white;}

body
{

	color: #381504;

	padding: 0;
	marging: 0;
	background: #000;
	font-family: Verdana;
	/*font-family: Franklin Gothic Book;*/
	/*font-family: Arial;*/
}

input
{
	font-size: 10px;
}

select
{
	font-size: 10px;
}

#miolo
{
	padding: 23px;
	padding-top: 0px;
	width: 482px;
	background:url(../img/miolo.jpg) center top no-repeat;
}

#esquerda
{
	background:fixed url(../img/lado_esquerdo.jpg) center no-repeat;
}

#direita
{
	background:fixed url(../img/lado_direito.jpg) center no-repeat;
}

/* FIELDS */
.field{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:11px;
	font-family:arial;
}

.fieldLabel{
	width:220px;
	text-align:right;
	padding:6px;
	vertical-align:top;
}

.fieldValue{
}

th
{
	font-size: 12px;
}

.tab1
{
	font-size:11px;
	background-color: #fff;
}

.tab2
{
	font-size:11px;
	background-color: #eee;
}

.eventoTxt
{
	overflow:auto;
	overflow-x: hidden;

	/*scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color:#808080;
	scrollbar-base-color:#F9F9F9;
	scrollbar-darkshadow-color:#707070;
	scrollbar-face-color:#E9E9E9;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#808080;*/

	height: 400px;
}

.normal
{
	font-family: Times;
}

a{
	color: #381504;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}