#topo {
	height: 58px;
	background-image: url("../images/container.jpg");
	background-size: 100%;
	right: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	margin-bottom: 0;
	position: relative;
	border-radius:10px 10px 10px 0;
	color: white;		
}
#topo #logo {
	width: 146px;
	height: 47px;
	margin-top: 4px;
	background-image: url("../images/cut_transp.png");
	float: left;
	display:none;
}
#topo #header a {
	text-decoration:none;
}
#topo a{
	color: white;
}
#rodape {
	height: 16px;
	border-top: 1px solid #BBBBBB;
	text-align: center;
	margin-top: 10px;
}
#conteudo {
	min-height: 400px;
	margin: 3px;
}
#rodape #host {
	float: left;
}
#rodape #dbname {
	float: right;
}
#rodape #direitos {
	display: inline;
}
#rodape #versao {
	display: inline;
}
#topo h1{
	font-size: 22px;
	line-height:normal;
	margin:0;
	font-weight: bold;
}
#topo h6{
	font-size: 10px;
	line-height:normal;
	margin:0;
	display: inline;
}
#topo h4{
	line-height:normal;
	margin:0;
	display: inline;	
}
#entrarSair {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#painelLogin {
	position: absolute;
	right: 10px;		
}

#conteudo h2{
	font-size: 18px;
	padding: 2px 10px 1px 0px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #146B98;
	color: #818286;
}
#conteudo h3{
	font-size: 18px;
}
#conteudo h4{
	display: inline;
	font-weight: bold;
}
#conteudo h5{
	display: inline;
}
.link {
	color:blue;
	text-decoration: underline;
	cursor: pointer;
}

.cut form p.hint {
	display: inline;
}
body.cut {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 13px;
	min-height	:500px;
	padding		:0;
}
.sucesso {
	text-align: center;
	background-color: #7AFF7A;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid green;
}
.dojoxGridRowOver a {
	color: white;
}
div#conteudo {
	margin	:0 0 70px 185px;
	padding	:5px 0 0 0;	
}


div#rodape {
	background	:#eee;
	left: 0;
	font-size	:0.8em;
	height		:15px;
	padding		:3px 0 0 0;
	text-align	:center;
	width		:100%;
}
div#caminho-navegacao {
	font-size	:0.8em;
	height		:auto;
	margin		:0 0 10px 0;
	padding		:0;
}
form label,
div.cadastro label {
	color: #666;
}

form .required:after{
	content:'*';
}
form fieldset,
div.cadastro fieldset 
 {
	border	:1px solid #bbb;
	padding:10px; 		
}

form fieldset legend,
div.cadastro fieldset legend 
 {
	color		:#666;
	font-size	:1em;
	font-weight	:bold;
	margin		:0;	
	padding		:2px 4px;
	*padding	:0 0 5px 0;
}
form dd {
	display: inline;
}

form p.description {
	display: inline;
	color		:#666;
}
form dt {
	margin-top: 5px;
}
form ul.errors {
	border-color: #DD0000;
    color: #880000;
    border: 1px solid;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 4px 4px 4px 4px;
    background-color: #FFE3E3;
	list-style-type: none;    
}

div.cadastro label {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
    font-weight: normal;
	
}
form dt label{
	font-weight: bold !important;
}

.dojoxGridMasterView {
	font-size: 12px;
}
.dojoxGridMasterView a{
	color:blue;
}
.dojoxGridRowOver a {
	color: white;
}

form.pesquisa dd {
	display: inline;
}
form.pesquisa dt {
	display: inline-block;
}
div.area-mensagens {
	border	:1px solid #bbb;
	margin	:0 0 10px 0;
	padding	:10px 10px 18px 10px;
}

div.area-mensagens img {	
	float	:left;
	width	:28px;
	margin	:0;
}

div.area-mensagens p {
	color		:#ed1c24;
	font-weight	:bold;
	margin		:0 0 0 45px;	
}
#logoHelp {
	position: absolute;
	bottom: 5px;
	right: 50px;
	width: 30px;
	height: 30px;
	background-image: url("../images/help.png");
	cursor: pointer;
}

#logoHelp:hover {
	background-position: 0 30px; 
}

.acoes span {
	text-decoration: none;
	color: #666;
}
.acoes span.link:hover {
	text-decoration: underline;
	color: #C00;	
}
.acoes span.separador:BEFORE {
	content: ' | ';
}
div.acoes {
	text-align: right;
	margin-bottom: 3px;
}
div.botoes {
	margin-top: 10px;
	text-align: center;
}
div.botoes .dijitButton {
	margin-left: 10px;
}
div#pagina-inicial {
	background-image: url(../images/tela-inicial.jpg);
	width: 700px;
	height: 455px;
}
.icon {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.icon-pessoas {
	background-image: url(../images/ico-pessoas.png);
	width: 16px;
	height: 16px;
}
.icon-chapas {
	background-image: url(../images/ico-chapas.png);
	width: 19px;
	height: 16px;
}
.icon-edit-grande {
	background-image: url(../images/edit.png);
	width: 22px;
	height: 22px;
}
.icon-del-grande {	
	background-image: url(../images/ico-deletar.png);
	width: 22px;
	height: 22px;
}

.icon-pessoas-grande {
	background-image: url(../images/ico-pessoas-grande.png);
	width: 33px;
	height: 22px;
	padding-left: 35px;
}

.icon-sim {
	background-image: url(../images/sim.png);
	width: 16px;
	height: 16px;
}
.icon-nao {
	background-image: url(../images/nao.png);
	width: 16px;
	height: 16px;
}
.icon-cancelar {	
	background-image: url(../images/ico-cancelar.png);
	width: 16px;
	height: 16px;
}

.icon-particip {	
	background-image: url(../images/ico-particip.png);
	width: 16px;
	height: 16px;
}
.icon-pdf {	
	background-image: url(../images/ico-pdf.gif);
	width: 16px;
	height: 16px;
}
.icon-csv {	
	background-image: url(../images/ico-csv.png);
	width: 16px;
	height: 16px;
}
.icon-download {	
	background-image: url(../images/ico-download.png);
	width: 16px;
	height: 16px;
}

.dojoxGridRowOver a{
	color: black !important;
}