#topo {
	height: 58px;
	background-image: url("../images/container.jpg");
	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;
}
#topo #header {
	margin-left: 160px;
}
#topo a{
	color: white;
}
#rodape {
	height: 16px;
	border-top: 1px solid #BBBBBB;
	text-align: center;
	margin-top: 190px;
}
#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 #8A0000;
	color: #818286;
}
#conteudo h3{
	font-size: 18px;
}
#conteudo h4{
	display: inline;
	font-weight: bold;
}
#conteudo h5{
	display: inline;
}

#logoSair {
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 30px;
	height: 30px;
	background-image: url("../images/sair.png");
	cursor: pointer;
}
#logoSair:hover {
	background-position: 0 29px; 
}

#logoSistemas {
	position: absolute;
	bottom: 1px;
	right: 42px;
	width: 30px;
	height: 30px;
	background-image: url("../images/redirect.png") ;
	cursor: pointer;
}
#logoSistemas:hover {
	background-position: 0 29px; 
}
.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;
}
div#pagina-inicial {
	width: 700px;
	height: 455px;
}
form label {
	color: #666;
}

form dt label {
	font-weight: bold;
}
form .required:after{
	content:'*';
}
form fieldset {
	border	:1px solid #bbb;
	padding:10px;	
}

form 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;
}

.dojoxGridMasterView {
	font-size: 12px;
}
.dojoxGridMasterView a{
	color:blue;
}
.dojoxGridRowOver a {
	color: white;
}
.icon {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.icon-sistema {	
	background-image: url(../images/ico-sistema.gif);
	width: 37px;
	height: 37px;
}
.acoes span {
	text-decoration: none;
	color: #666;
}
.acoes span.link:hover {
	text-decoration: underline;
	color: #C00;	
}
.acoes span.separador:BEFORE {
	content: ' | ';
}

.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;
}