﻿body 
{
	display:table;
	scrollbar-face-color: #f0f4f7;
	scrollbar-highlight-color: #afc0d0;
	scrollbar-shadow-color: #afc0d0;
	scrollbar-3dlight-color: #fefbf3;
	scrollbar-arrow-color: #afc0d0;
	scrollbar-track-color: #f0f4f7;
	scrollbar-darkshadow-color: #fefbf3;
	font-family:Trebuchet MS, Arial, MS Reference Sans Serif;
	font-size: 8pt;
	font-weight:normal;
	font-style:normal;
	color:#000;
}
.master
{
	position:absolute;
	height:400px;
	width:770px;
	left:50%;
	top:50%;
	margin-left:-385px;
	margin-top:-200px;
	background-color:#f0f4f7;
	border:solid 1px #000;
}
.caption1
{
	font-size:12pt;
	color:#fff;
	background-image:url(../images/caption1.png);
	background-repeat:repeat-x;
	height:24px;
	width:770px;
}
.caption2
{
	font-size:10pt;
	color:#fff;
	background-image:url(../images/caption1.png);
	background-repeat:repeat-x;
	height:24px;
	width:770px;
}
.captionpesquisa
{
	font-size:10pt;
	color:#fff;
	background-image:url(../images/caption1.png);
	background-repeat:repeat-x;
	height:24px;
	width:520px;
	border:solid 1px #afc0d0;
	border-bottom:0;
}
.corpopesquisa
{
	width:520px;
	height:290px;
	border:solid 1px #afc0d0;
	border-top:0;
	background-color: #f0f4f7;
}
.modalBackground 
{
	position:fixed;
	top:0px;
	left:0px;
	background-color:Gray;
	width:100%;
	height:100%;
	z-index:999999;
	opacity:0.8;
	filter:alpha(opacity=70);
}
.modalPopup {
	background-color: transparent;
	width:524px;
	position:absolute;
	top:71px;
	left:240px;
	z-index:99999999;
}
.modalPopupSearch
{
	clear:both;
	background-color: transparent;
	width:660px;
	z-index:99999999;
}
.modalPopUpSombra
{
	background-color: #000;
	width:520px;
	height:314px;
	position:absolute;
	top:6px;
	left:6px;
	z-index:-1;
}
.imagembackground
{
	position:absolute;
	height:300px;
	width:300px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-120px;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
	z-index:-1; 
}
.menucontainer
{
	background-color:#afc0d0;
}
.botones
{
	height:24px; 
	width:700px; 
	margin:0 0 20px 0;
	padding-right:10px;
	text-align:right;
}
.botonesconf
{
	height:24px; 
	width:670px; 
	margin:0 0 15px 0;
	padding-right:10px;
	text-align:right;
}
.rodape
{
	margin:0;
	font-family:Trebuchet MS;
	font-size:8pt;
	width:770px;
	height:16px;
	color:#000;
}
.menu
{
	margin:0;
	font-family:Trebuchet MS;
	font-size:10pt;
	padding:0;
	background-color:#afc0d0;
}
.menuitem
{
	font-size:8pt;
	margin: 0;
	font-weight:normal;
	background-color:#afc0d0;
	padding-left:5px;
	height:22px;
	width:154px;
	color:#000;
	text-align:left;
}
.menuitemhover
{
	border:solid 1px #00253b;
	font-style:italic;
	cursor:pointer;
}
.progress
{
	border:solid 2px blue; 
	background-color:#fff; 
	position:absolute;
	width: 300px; 
	height: 50px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-30px;
}