﻿body
{
	font-family: 'Segoe UI', Arial, Tahoma, Verdana;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
}
#boxIndex
{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 480px;
	width: 640px;
	margin: -240px 0 0 -320px;
	padding: 5px;
	border-width: 2px;
	border: 2px outset;
}
#boxCenter, .boxCenter
{
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
}
#header
{
	width: 100%;
	min-height: 130px;
	border-bottom: 1px solid #006633;
	min-width:1500px;
}
#headerLogo
{
	position: absolute;
	top: 0;
	left: 5px;
	min-width:300px;
	max-width: 35%;
}
#headerOptions
{
	/*position: absolute;*/
	float:right;
	top: 10px;
	right: 1%;
	text-align: right;
	text-decoration: none;
	padding: 5px;
	border-color: #006633;
	border-style: outset;
	border-width: 0px;
	min-width:600px;
	max-width: 60%;
}
#headerOptions a
{
	color: #006633;
	text-decoration: none;
}
#headerOptions a:hover
{
	color: white;
	text-decoration: none;
}
.logo
{
	max-width: 100%;
	float:left;
}
#footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	margin-top: -30px;
	background-color: #006633;
}
.rodapeLinks
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	padding: 4px;
	font-size: 9pt;
	text-decoration: none;
	text-align: left;
}
.rodapeLinks a
{
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}
.rodapeCopyright
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	padding: 5px;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}
.content
{
	width:780px;
	min-width: 780px;	
	max-width: 98%;
	padding: 5px;
}

input, select, .campo 
{
	behavior: url(border-radius.htc);
	border-width: 1px;
	border-style:inset;
	border-radius: 5px; /* CSS 3 */
	-o-border-radius: 5px; /* Opera */
	-icab-border-radius: 5px; /* iCab */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
	padding: 3px;
}
input:focus, select:focus, .campo:focus
{
	background-color: #ccc;
}
.button
{
	padding: 5px 10px;
	background-color: #006633;
	color: #FFFFFF;
}
.titulo
{
	behavior: url(border-radius.htc);
	border-radius: 10px; /* CSS 3 */
	-o-border-radius: 10px; /* Opera */
	-icab-border-radius: 10px; /* iCab */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari */
	font-size: 14pt;
	font-weight: bold;
	font-family:'Segoe UI', Arial;
	padding: 10px;
	text-align: left;
	background-color: #006633;
	color: White;
}
.border
{
	border: 1px outset #006633;
	padding:15px;
}

.borderRounded15
{
	behavior: url(border-radius.htc);
	border-radius: 15px; /* CSS 3 */
	-o-border-radius: 15px; /* Opera */
	-icab-border-radius: 15px; /* iCab */
	-khtml-border-radius: 15px; /* Konqueror */
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari */
}

.borderRounded10
{
	behavior: url(border-radius.htc);
	border-radius: 10px; /* CSS 3 */
	-o-border-radius: 10px; /* Opera */
	-icab-border-radius: 10px; /* iCab */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari */
}

.borderRounded5, input, .button
{
	behavior: url(border-radius.htc);
	border-width: 1px;
	border-radius: 5px; /* CSS 3 */
	-o-border-radius: 5px; /* Opera */
	-icab-border-radius: 5px; /* iCab */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
}
.subtitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #006633;
	text-align: left;
	padding: 10px;
}
td.fieldTitle
{
	font-weight: bold;
	width: 200px;
	height: 30px;
	vertical-align: top;
}
td.fieldContent
{
	text-align: left;
}

.displayTitle
{
	cursor: pointer;
	cursor: hand;
}
.displayContent
{
	display: none;
}

.tableData
{
	text-align: left;
	width: 95%;
	border: 1px outset #006633;
	padding: 5px;
}

.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.Popup
{
	background: white;
	vertical-align: middle;
}
.PopupHeader
{
	padding: 5px;
	cursor: move;
	background-color: #006633;
	color: White;
	text-align: left;
}
.PopupBody
{
	min-width: 200px;
	padding: 20px;
	background: white;
}
.validatorRequired
{
	color: Red;
	font-size: 8pt;
}
.print
{
	position: fixed;
	bottom: 35px;
	width: 70px;
	right: 5px;
	height: 70px;
	font-size:8pt;
}
#print a
{
	text-decoration:none; 
	cursor:pointer;
	cursor:hand;
}
.textCenter
{
	text-align:center;
}
.textLeft
{
	text-align:left;
}
.textRight
{
	text-align:right;
}
.textJustify
{
	text-align:justify;
}
.updateProgress
{
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:White;
	filter:alpha(opacity=80); 
	opacity:0.8;
}
.avisoCampo
{
	font-size:8pt;
	color:Red;
}