body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #222222;
}

p {
	margin-top: 0;
	line-height: 180%;
}

ol,ul,dl { /* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
	/*Vinicius*/
	margin-top: 0;
	line-height: 180%;
}

a {
	outline: none;
}

img {
	display: block;
}

#wrapper { /*background-image:none;
	background-color:#ffffff;*/
	padding: 40px 0 40px 0;
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 100px;
	overflow: hidden;
	margin: 0 auto;	
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#logo {
	vertical-align: middle;
	text-align: left;	
	font-size: 28px;	
	width: 62%;	
	padding-left: 25px;
	overflow: hidden;
}

#contacts {
	vertical-align: middle;
	text-align: left;	
	font-size: 14px;
	width: 38%;
	padding-right: 35px;
	overflow: hidden;
}

#contacts p {
	margin: 0;
	padding: 0px 0px;
}

#menu {
	
}

#conteudo {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 30px 20px 15px 20px;
	background: #ffffff;
}

#conteudo img{
	/*
	Serve para possibilitar que as img sejam alinhadas ao centro, no editor.
	Sem isso, ficava display block do style IMG geral.
	*/
	display:inline;
}

#footer {
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #495154;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #BBBBBB;
	padding: 20px 0px 20px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

.box {
	border: 1px solid #99BBFF; 
	background-color: #EEF8FF;
	padding: 15px 15px 15px 15px;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.boxSucesso {
	display: table;
	font-size: 12px;
	color: #186921;
	border: 1px solid #186921; 
	background-color: #E8FFEB;
	padding: 3px 12px 3px 12px;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.boxErro {
	display: table;
	font-size: 12px;
	color: #C45656;
	border: 1px solid #C45656; 
	background-color: #FCE3E3;
	padding: 3px 12px 3px 12px;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.titulo {
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}

#cinza input[type="submit"]{
	margin-left: 0px;
	margin-right: 0px;
	/*background-color: #DDDDDD;*/
	font-family: Verdana, Arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border: 1px solid #808080;
	cursor:pointer;
	outline: none;
	
	padding: 6px 12px 6px 12px;
	/* fallback (Opera) */
	background: #DDDDDD;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #eeeeee, #d6d6d6);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d6d6d6) );
	/* MSIE */
	filter: progid : DXImageTransform.Microsoft.Gradient ( StartColorStr = '#eeeeee', EndColorStr = '#d6d6d6', GradientType = 0 );
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#cinza input[type="submit"]:active {
	padding: 7px 12px 5px 12px;
	background: #d6d6d6;
}

#cinza input[type="submit"]:focus {
	padding: 7px 12px 5px 12px;
	background: #d6d6d6;
}

.galery
{
	float: left;
	display: inline;
	margin: 10px;
	border: 1px solid #000000;
}

/*------------------------------------------------*/
/* FREEZE PANEL */
.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #EEEEEE;
	z-index: 999;	
	padding-top: 10%;
	
	/*position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter:alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-moz-opacity:0.85;
	opacity:0.85;
	padding-top: 20%;*/
}

.InnerFreezePane
{
	text-align: center;
	width: 400px;
	background-color: #DDDDDD;
	font-size: large;
	border: solid 2px;
	padding: 9px;
}

/*------------------------------------------------*/

.tbcores td
{	
	padding-top: 10px;
	padding-bottom: 2px;
}

#indice a {
	color: #000000;	
	text-decoration: none;
	line-height: 180%;
}

#indice a:hover { text-decoration: underline; }
