body,html { 
 margin: 0px; 
 font-family: Verdana,Arial,Helvetica,sans-serif; 
 color: #000; 
 background-color: #fff; 
 font-size: 12px;
} 
 
/*

		CABECALHO

*/

#hat{
	/*position: absolute;
	top: 0px;*/
 	background-repeat: repeat-x; 
 	background-image: url(/public/cms/images/hat_bg.jpg);
}

#hat, #hat #hatE, #hat #hatD, #hat #logo {  
 width: 100%;
 height: 84px;
 margin: 0px; 
}

#hat #hatD{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(/public/cms/images/hat_e.jpg);
}

#hat #hatE{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/public/cms/images/hat_d.jpg);
}

#hat #logo{
	width: 95%;
	text-align: right;
	position: absolute;
	top: 9px;
	margin-right: 25px;
}

/*

	MENU BAR

*/

#hat #menuBar{
	 
	 position: absolute;
	 top: 8px;
	 left: 5%;
	 
	 /*width: 95%;*/
	 height: 71px;
	 
	 background-image_: url(/public/cms/images/btn_divisoes.gif);
	 
}

#menuBar ul{

	position: relative;
	margin: 0px;
	padding: 0px;
	
	list-style: none;

}

#menuBar li{

	float: left;
	 
	padding-right: 10px;
	
	}
#menuBar a{

	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	
	}	

/*
#menuBar #e{
	background-image: url(/public/cms/images/btn_e.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menuBar #d{
	background-image: url(/public/cms/images/btn_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 0px;
}


#menuBar li{

	float: left;
	background-color: green;
	margin-right: 2px;

	background-image: url(/public/cms/images/btn_bkg.gif);
	height: 71px;

}

#menuBar li a {

	display: block;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px; 
	color: #eee;
	
	text-decoration: none;
	width: 100px;
	text-align: center;

}

#menuBar li span{

	position: relative;
	width: 100%;

	background-image: url(/public/cms/images/icos/star.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	float: left;
	
	height: 32px;
	
	margin-top: 10px;
	margin-bottom: 3px;

}
*/

/*

	TABELAS

*/

#listagem .stripe td{
	background-color: #eee;
}

#listagem .stripe #e, #listagem .clean #e{
	background-color: white;
	background-image: none;
}

#listagem .stripe #d, #listagem .clean #d{
	background-color: white;
	background-image: none;
}


#listagem table td {
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

#listagem td a{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}


#listagem table td .left {
	text-align: left;
}

#listagem table{
	width: 100%;
}

#listagem table #e{

	background-image: url(/public/cms/images/top_table.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	width: 30px;

}

#listagem table #d{

	background-image: url(/public/cms/images/top_table.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	width: 30px;

}

#listagem table th{
	background-repeat: repeat-x;
	background-image: url(/public/cms/images/th_bg.jpg);
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}


/*

	RODAPE

*/

#foot{
	color: #333333;
	position: relative;
	/*bottom: 0px;*/
 	background-repeat: repeat-x; 
 	background-image: url(/public/cms/images/foot_bg.jpg);
 	top: 30px;
}

#foot p{

	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: left;
	text-indent: 30px;

}

#foot, #foot #footE, #foot #footD{
 width: 100%;
 height: 40px;
 margin: 0px; 
}

#foot #footE{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(/public/cms/images/foot_e.jpg);
}

#foot #footD{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/public/cms/images/foot_d.jpg);
}

/*

	CORNER

*/

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eeeeee}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
  background:#f2f2f2}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f1f1f1}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;}
.corner4{
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7}
.corner5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.cornerfg{
  background:#eeeeee;
  padding: 20px;  
}

.cornerfg h4{
	display: block;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}

/*

	CONTAINER PRINCIPAL - MAIN

*/

#main{
	position: relative;
	/*top: 100px;*/
 	width: 90%;
 	left: 5%;
}



/*

	FORMS

*/

#editForm{
	width: 100%;
	
	padding: 50px;
	
}

#editForm input{

	width: 600px;
	margin-top: 4px;
	
}

#editForm .boxes{
	width: 1em;
}

#editForm #submit{
	margin-left: 160px;
	margin-top: 5px;
	width: 90px;
}

#editForm textarea{
	margin-top: 4px;
	width: 550px;
	margin-bottom: 5px;
}

#editForm select{
	margin-bottom: 5px;
	margin-top: 4px;
}

#editForm label{
	
	display: block;
	float: left;
	width: 154px;
	height: 30px;
	font-weight: bold;
	
	line-height: 30px;
	text-indent: 20px;
	
	color: #adadad;
	font-family: Verdana;
	font-size: 11px;
	
	margin-right: 5px;
	margin-bottom: 5px;
	
	background-image: url(/public/cms/images/bkg_lbl.gif);
	
}

#editForm br{
	clear: left;
}

/*

	FORMS alternativo



label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}

legend {  
	padding: 0;  
	color: #545351;  
	font-weight: bold;
}

legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%;
}

fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border-top: 1px solid #BFBAB0;  
	background-color: #F2EFE9;
}

fieldset.alt {  
	background-color: #E6E3DD;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	padding-top: 1.5em;  
	padding-left: 12em;  
	background-color: #FFFFFF;
}

fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
}

fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
}

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}*/
