﻿html, body, * html #divTudo {
	height: 100%;
}

#divTudo {
	min-height: 100%;
	position: relative;
}

.imagemRodape {
	background-image: url(img/img_rodape.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #0C274F;
	background-image: url(img/fundo.jpg);
}

body, table, tr, td, div, input, select, a {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

#divFeedback {
	background-color: #EEF2F9;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: none;
	margin-bottom: 10px;
}

/* inicio rodape */

div#rodape {
	background: #fff;
	width: 100%;
	height: 15px;
	padding: 4px 0px 4px 0px;
	position: absolute;
	bottom: 0;
}

div#rodape div#copy {
	float: left;
	padding-left: 10px;
}

div#rodape div#desenv {
	float: right;
	padding-right: 10px;
}

/* fim rodape */

/* inicio login */

div#barra {
	background-image: url(img/fundo_login.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 139px;
	position: absolute;
	top: 40%;
}

div#logo {
	background: #fff;
	width: 285px;
	position: absolute;
	top: 37%;
	left: 15%;
}

div#logo div#espaco {
	height: 45px;
}

div#logo div#imagem {
	height: 141px;
	text-align: center;
}

div#login {
	width: 285px;
	position: absolute;
	top: 45%;
	left: 65%;
}

/* fim login */

/* inicio topo */

div#topo {
	background-image: url(img/topo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}

div#topo div#home {
	float: left;
	padding-left: 10px;
}

div#topo div#dados {
	float: right;
	padding-right: 10px;
	text-align: right;
}

.nomeUsuario {
	color: #978C4F;
	font-weight: bold;
}

div#topo div#dados div#menu {
	text-align: right;
}

div#topo div#dados div#menu, div#topo div#dados div#menu a {
	color: #2577B4;
}

/* fim topo */

div#menu {
	margin-bottom: 10px;
}

div#menu, div#menu a {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

div#corpo {
	background-color: #fff;
	margin: 0px 10px 0px 10px;
}

div#corpo div#conteudo {
	padding: 10px;
}

/* ajuda */

div.itemAjuda .titulo {
	background-color: #EEF2F9;
	font-size: 14px;
	font-weight: bold;
}

div.itemAjuda .texto {
}

/* filtro */

.filtroLabel {
}

.filtroValue {
}

.filtroAction {
}

/* grid view */

#gvDataBorda {
	background-color: #4E4E4E;
}

#gvDataBorda div {
	margin: 0px 4px 4px 4px;
}

.gvData {
	width: 100%;
	background-color: #fff;
	border: 0px;
}

.gvData tr td, .gvData tr th {
	padding: 3px 5px 5px 5px;
	border-bottom: 1px solid #4E4E4E;
}

.gvData tr th, .gvData tr th a {
	text-align: left;
	background-color: #4E4E4E;
	font-weight: bold;
	color: #fff;
}

.gvData tr.alternate td {
	background-color: #EEF2F9;
}

.gvData tr.pager td {
	background-color: #16639E;
	border-width: 0px;
	color: #fff;
	padding: 2px 2px 0px 0px;
}

.gvData tr.pager td a {
	color: #fff;
}

.gvData tr.pager td span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.removida * {
	color: #ff0000;
}

.removidaAlternate * {
	color: #ff0000;
	background-color: #f7f7f7;
}

/* fim grid view */

/* inicio site map */

.siteMap {
	margin-bottom: 20px;
}

.siteMapNode, .siteMapCurrent, .siteMapSeparator {
	font-size: 16px;
	font-weight: bold;
}

.siteMapNode {
	color: #666;
}

.siteMapSeparator {
	color: #666;
}

.siteMapCurrent {
	color: #000;
}

/* fim site map */

.label {
	background-color: #EEF2F9;
}

input, select, textarea {
	color: #000000;
	border: solid 1px #ccc;
	padding-left: 2px;
}

.inputFocused, input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	background-color: #F8EBBA;
}

.btnPq, .btnMd, .btnGd, .btnUp, .btnDown {
	background-repeat: no-repeat;
	border: 0px;
	height: 27px;
	cursor: pointer;
}

.btnPq {
	background-image: url(img/btn_pq.jpg);
	width: 69px;
}

.btnPq:hover {
	background-image: url(img/btn_pqover.jpg);
}

.btnMd {
	background-image: url(img/btn_md.jpg);
	width: 88px;
}

.btnMd:hover {
	background-image: url(img/btn_mdover.jpg);
}

.btnGd {
	background-image: url(img/btn_gd.jpg);
	width: 143px;
}

.btnGd:hover {
	background-image: url(img/btn_gdover.jpg);
}

.btnUp {
	background-image: url(img/btn_up.jpg);
	width: 37px;
}

.btnUp:hover {
	background-image: url(img/btn_upover.jpg);
}

.btnDown {
	background-image: url(img/btn_down.jpg);
	width: 37px;
}

.btnDown:hover {
	background-image: url(img/btn_downover.jpg);
}

#divNav {
	background-color: #0E274F;
}

#divNav a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* Ajuda */

ul.ajuda li.resposta {
	font-size: 12px;
	list-style-type: none;
	margin: 10px 0 10px 10px;
	color: #000000;
	width: 90%;
	display: none;
}