/* Geral */
body {
	background-color: #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

.boxSite {
	display: table;
	width: 100%;
}

.boxSite .boxTopo {
	width: 100%;
	background-image: url('../../public/imagens/bg-topo.png');
	background-repeat: repeat-x;
	height: 117px;
}

.boxSite .boxTopo .topo {
	width: 940px;
	margin: 0px auto;
	background-image: url('../../public/imagens/topo_contrato.png');
	height: 110px;
}

.boxSite .boxTopo .topoCancelamento {
	width: 940px;
	margin: 0px auto;
	background-image: url('../../public/imagens/bg-topo.jpg');
	height: 110px;
}

.boxSite .boxTopo .topo .usuario {
	display: table;
	float: right;
	width: auto;
}

.boxSite .boxTopo .topo .usuario li {
	float: left;
	margin-left: 15px;
	width: auto;
	font-size: 11px;
	margin-top: 92px;
	font-weight: bold;
}

.boxSite .boxTopo .topo .usuario li a {
	color: #000000;
}

.boxSite .boxConteudo {
	width: 100%;
	display: table;
}

.boxSite .boxConteudo .conteudo {
	margin: 0px auto;
}

/**/

/* Login */
.boxLogin {
	background-image: url('../../public/imagens/bg-login.png');
	background-repeat: repeat-x;
	height: 359px;
	width: 100%;
}

.boxLogin .content {
	background-image: url('../../public/imagens/foto-login.jpg');
	background-repeat: no-repeat;
	height: 359px;
	width: 940px;
	margin: 0px auto;
	display: table;	
}

.boxLogin .content .formLogin {
	float: right;
	width: 467px;
	margin-top: 100px;
}

.boxLogin .content .formLogin .insira {
	color: #6fa27a;
	font-size: 22px;
	text-transform: uppercase;
	height: 60px;
	margin-left: 10px;
}

.boxLogin .content .formLogin form {
	display: table;
}

.boxLogin .content .formLogin form p {
	float: left;
	margin-left: 10px;
}

.boxLogin .content .formLogin form p input {
	border: 1px solid #6a6b6a;
	color: #6a6b6a;
	padding: 12px 0px 11px 0px;
	font-size: 14px;
	width: 154px;
}

.boxLogin .content .formLogin form p input[type=submit] {
	background-image: url('../../public/imagens/btn-acessar.png');
	background-repeat: no-repeat;
	width: 125px;
	height: 41px;
	border: none;
	cursor: pointer;
}

/**/

/* menu topo */
.boxSite .boxTopo .topo ul {
	display: inline;
	float: right;
	height: 30px;
	margin-top: 86px;
	text-align: right;
	width: 200px;
}

.boxSite .boxTopo .topo ul li {
	float: left;
	width: 80px;
}

.boxSite .boxTopo .topo ul li a {
	color: #000;
	text-decoration: none;
}

/**/

/* menu lateral */
.menu {
	float: left;
	width: 220px;
}

.menu ul {
	background-color: #fff;
	padding-left: 5px;	
}

.menu ul li {
	width: 211px;
	height: 35px;
	display: block;
	margin-bottom: 1px;	
}

.menu ul li.IMGtitulo {
	height: 50px;
}

.menu ul li.ativo {
	background-image: url('../../public/imagens/flecha-menu.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.menu ul li.IMGtitulo {
	background-image: linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -o-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-color: #767776;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(105,
		106, 105) ), color-stop(1, rgb(135, 136, 135) ) );
	width: 200px;
	height: 50px;
	display: table;
	*display: block;
	_display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: none;
}

.menu ul li a.ativo {
	background-color: #3e854d;
	background-image: linear-gradient(bottom, rgb(51, 118, 65) 0%,
		rgb(74, 150, 91) 100% );
	background-image: -o-linear-gradient(bottom, rgb(51, 118, 65) 0%,
		rgb(74, 150, 91) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(51, 118, 65) 0%,
		rgb(74, 150, 91) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(51, 118, 65) 0%,
		rgb(74, 150, 91) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(51, 118, 65) 0%,
		rgb(74, 150, 91) 100% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(51,
		118, 65) ), color-stop(1, rgb(74, 150, 91) ) );
	color: #fff;
}

.menu ul li a span {
	width: 170px;
	margin: 0px auto;
	display: block;
	margin-top: 8px;
}

.menu ul li a {
	background-color: #fff;
	width: 200px;
	height: 35px;
	display: table;
	*display: block;
	_display: block;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	text-transform: capitalize;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.menu ul li.IMGtitulo span {
	width: 170px;
	margin: 0px auto;
	display: block;
	margin-top: 12px;
}

/**/
.boxContent {
	width: 940px;
	margin: 0px auto;
	padding-top: 7px;
	display: table;
	background-color: #fff;
}

.boxContent .content {
	float: right;
	width: 720px;
	background-color: #fff;
	display: table;
	padding-bottom: 100px;
}

.boxContent .content .contentA {
	width: 680px;
	margin: 0px auto;
}

.boxContent .content .contentB {
	width: 920px;
	margin: 0px 10px;
}

/**/

/* Tela inicial */
.boxContent .content p.titulo {
	color: #6fa27a;
	font-size: 21px;
	border-bottom: 1px solid #818281;
	text-transform: uppercase;
	line-height: 36px;
	padding-top: 18px;
}

.boxContent .content p.bemVindo {
	text-transform: uppercase;
	font: 18px;
	color: #868786;
	text-align: center;
	padding-top: 100px;
}

/**/

/* Contato */
.boxContent .content .listaContato {
	display: table;
}

.boxContent .content .listaContato li {
	float: left;
	width: 309px;
	height: 61px;
	margin-left: 20px;
	margin-top: 50px;
}

.boxContent .content .listaContato li a {
	width: 309px;
	height: 61px;
	display: table;
	*display: block;
	_display: block;
	background-image: url('../../public/imagens/item-contato1.png');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.boxContent .content .listaContato li a span {
	margin-left: 78px;
	display: block;
	text-align: center;
	width: 212px;
	margin-top: 14px;
}

.boxContent .content .listaContato li.bt2 a {
	background-image: url('../../public/imagens/item-contato2.png');
}

.boxContent .content .listaContato li.bt3 a {
	background-image: url('../../public/imagens/item-contato3.png');
}

.boxContent .content .listaContato li.bt4 a {
	background-image: url('../../public/imagens/item-contato4.png');
}

/**/

/* Contrato */
.boxContent .content .btnImprimir {
	margin-top: 20px;
	text-align: center;
}

.boxContent .content .tituloOculto {
	display: none;
}

.boxContent .content .Section1 {
	margin-top: 20px;
}

/**/

/* Relatório */
.boxContent .content .menuRelatorio {
	display: table;
}

.boxContent .content .menuRelatorio li {
	float: left;
	background-image: linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -o-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(105, 106, 105) 0%,
		rgb(135, 136, 135) 100% );
	background-color: #767776;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(105,
		106, 105) ), color-stop(1, rgb(135, 136, 135) ) );
	width: 226px;
	height: 50px;
	display: table;
}

.boxContent .content .menuRelatorio li.ativo {
	background: none;
	background-color: #fff;
}

.boxContent .content .menuRelatorio li a {
	background-image: url('../../public/imagens/icone-menu.png');
	background-repeat: no-repeat;
	background-position: 15px 19px;
	width: 226px;
	height: 50px;
	display: table;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.boxContent .content .menuRelatorio li a.ativo {
	color: #6c6d6c;
}

.boxContent .content .menuRelatorio li a:hover {
	text-decoration: none;
}

.boxContent .content .menuRelatorio li a span {
	margin-top: 20px;
	margin-left: 40px;
	display: block;
}

#msgLogin{
	width: 476px;
	float: right;
	color: #ff0000;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}

.mensagemErro {
	color: #ff0000;
	font-size: 12px;
	line-height: 20px;	
}
.mensagemOk {
	color: #0066FF;
	text-align: center;
	font-size: 12px;
	line-height: 20px;	
}
.usuarioLogado {
	width: 500px;
    float: right;
    line-height: 20px;
    margin-top: 86px;
    text-align: right;
    font-size: 10px;
    font-weight: bolder;
}