body{
	background-color: #DEF0F7;
	background-image: url("../imagens/sys/bg_site.gif");
	background-repeat: repeat-x;
}

#corpo{
	width: 980px;
	height: 100%;
	text-align: left; 
}

#corpo .headerbar{
	background-image: url("../imagens/sys/bg_headerbar.gif");
	background-repeat: repeat-x;
	width: 980px;
	height: 24px;
}

#corpo .headerbar .menu {width: 500px;}
#corpo .headerbar .notificacao {float: right; width: 500px; text-align: right; padding: 2px; padding-right: 0px; vertical-align: middle;}
#corpo .headerbar .notificacao .informacao {padding: 2px; width: 100%; text-align: center;}
#corpo .headerbar .notificacao .spacer {padding: 4px; padding-left: 30px;}
#corpo .headerbar .notificacao .logout {width: 200px; text-align: left; padding: 2px;}

#corpo .cabecalho {width: 980px; overflow: hidden;}
#corpo .cabecalho .logo{width: 270px; float: left;}
#corpo .cabecalho .menu-modulos{float: right; text-align: right;}
#corpo .cabecalho .modulo{width:470px; padding-left:450px; padding-top:9px; text-align:right; font-size: 13pt; color: #ffffff; font-weight: bold; text-transform: uppercase;}
#corpo .cabecalho .menu-modulos img {border: 0px;}
#corpo .version{}
#corpo .conteudo{
	width: 980px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

.dialog {
	width: 500px;
	border: 10px solid #ccc;
	padding: 15px 20px 10px 20px;
	text-align: left;
	background: #fff;
}

#scroll {
  width: 100%;
  height:300px;
  background-color:#F2F2F2;
  overflow:auto;
  border: 1px solid black;
}

.checkboxClass{border: none;}

.buttonClass{
	border: 1px solid gray;
	background-color:white; 
	vertical-align: top; 
}
#corpo .footer{
	width: 721px;
	background-color: #153771;
	margin-left: 13px;
	padding: 10px;
	text-align: center;
}

#corpo .table_erro {
	background-color: #FFF9D0
}

/*error block*/
/*error*/
.messagetitle{
	font-family: Verdana;
	font-size: 12px;	
	color: #333333;
}
.messageitem{
	font-family: Verdana;
	font-size: 12px;	
	color: #555555;	
}
.binderror{
	font-family: Verdana;
	font-size: 12px;		
	color: #555555;	
}
.validationerror {	
	font-family: Verdana;
	font-size: 12px;	
	color: #555555;	
}
.fieldname {	
	font-family: Verdana;
	font-size: 12px;	
	color: #333355;
	font-weight: bold;
}
.globalerror{
	font-family: Verdana;
	font-size: 12px;	
	color: #555555;
	font-weight: bold;
}
.debug{
	font-family: Verdana;
	font-size: 12px;	
	color: #0123AA;	
}

.trace{
	font-family: Verdana;
	font-size: 12px;	
	color: #606060;	
}

.info{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left:8px;
	list-style-position: outside;
	color: #007B00;
	font-weight: bold;
	list-style-image: url('../imagens/icon_ok.gif');
}

.warn{
	font-family: Verdana;
	font-size: 12px;
	color: #BB5500;	
}


.vermelhobold{
	font-family: Verdana;
	font-size: 12px;
	color: red;	
	font-weight: bold;
}

.azulbold{
	font-family: Verdana;
	font-size: 12px;
	color: blue;	
	font-weight: bold;	
}

.error{
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	padding-left:8px;
	/*list-style-image: url('../imagens/icon_error.gif');*/
	list-style-position: outside;
}

.exceptionitem{
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	padding-left:8px;
	list-style-image: url('../imagens/icon_error.gif');
	list-style-position: outside;

}

.causeitem {
	font-family: Verdana;
	font-size: 12px;
	color: #AA5555;
	padding-left:16px;
	padding-top:3px;
}
.bindblock {
	border: 1px solid #000000;
	background-color: #fff3e3;
	padding:1px;
	text-align:left;
}

.bindblock li{
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	list-style-image: url('../imagens/icon_error.gif');
	list-style-position: outside;
}

.messageblock ul{
	margin: 10px;
	margin-left: 25px;
	text-align: center;
}

.messageblock{
	border: 1px solid #000000;
	background-color: #fff3e3;
	padding:1px;
	text-align:left;
}

/*Carregando*/

#loadmsg {
	position: absolute;
	color:#ffffff;
	font-size: 10pt;
	font-family: Verdana;
	padding: 3px;
	float: right;
	width:99%;
	text-align: right;
	top: 0;
	left: 0;
	display: none;
}

#loadmsg span {
	background: #CC4444;
	color:#ffffff;
	font-size: 10pt;
	font-family: Verdana;
	padding: 3px;
}
body{
	height:100%; 
}

/*message*/
#Flash,#Flash-message {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 12px;
	margin-bottom: 12px;
}

#Flash-message {
	display: none;
}

.flash_alert {
	font-size: 12px;
	border-color: #c99;
	color: #fff;
	background: url(../imagens/alertbad_icon.gif) #c00 left no-repeat;
}

#Flash.flash_notice,#Flash-message.flash_notice {
	border-color: #9c9;
	color: #060;
	background: url(../imagens/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.flash_alert a,#Flash-message.flash_alert a {
  color: #fff;
}

#Flash.flash_alert a:hover,#Flash-message.flash_alert a:hover {
  background: #000;
}
.paginacao {
	padding: 4px;
}

.paginacao a{
	background-color: #dadada;
	border: 1px solid #cccccc;
	padding: 2px 6px 2px 6px;  
}

.paginacao a:hover{
	border: 1px solid #999999;
}

.paginacao .pageSelected{
	background-color: #C9E6F2;
	border: 1px solid #259BCB;
	padding: 2px 6px 2px 6px;  
	font-weight: bold;
}

.headerEdicao{
	border-left:1px solid #71C1E2;
	background-color: #259BCB;
	color:#FFFFFF;
	font-family:Verdana;
	padding:5px 3px;
	font-weight:bold;
	text-align:left;
	font-size:11px;
}

.disabled {
	background-color:#FFFFFF;
	color:#000000;
}
.readOnly{
	color:black; 
	background-color:#dadada;
}
fieldset{
	border: 1px solid #808080;
	margin-bottom: 5px;
	padding: 6px;
}
legend{
	color: #000000;
	background-color: #F1F1F1;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	border: 1px solid #808080;
}
