@charset "UTF-8";
body {
	background-image: url(img/bkg.gif);
	margin: 0px;
}
#maintable {
	background-color: #FFFFFF;
	background-image: url(img/sombra.gif);
	background-repeat: repeat-y;
	width: 768px;
	padding-right: 6px;
	padding-left: 6px;
}
#rodape {
	background-image: url(img/rodape.gif);
	background-repeat: repeat-x;
	height: 5px;
}
#headtable {
	height: 158px;
	width: 756px;
}
#menubar {
	background-image: url(img/bkg_menu.gif);
	background-repeat: no-repeat;
	height: 61px;
}
#links{
position: relative;
	left: 50px;
	top: 15px;
}
#menubar img {
	padding-right: 3px;
	padding-left: 3px;
}
#main {
	padding: 6px 25px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align:left;
}
#login input {
	border: 1px solid #666666;
}
a {
	color: #CC6600;
	text-decoration: underline;
}
#main h2 {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 16px;
	color: #CC6600;
}
#main h3 {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 14px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main img {
	padding-left: 0px;
	padding-right: 15px;
}
h4 {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}

label, input { display:block; }
label.error{ color:red; font-weight:bold; padding-top: 2px; padding-bottom: 15px; }
input.required { margin-bottom:12px; width:95%; }
fieldset { padding:0; border:0; margin-top:25px; }
#dialog{ font-size: 12px;}
#alerta{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
#alerta img{ padding-right: 10px; }
.mundinho{
	background-image: url(img/mundinho.gif);
	background-repeat: no-repeat;
	background-position: center center;
}