@CHARSET "ISO-8859-1";
/*
		Fontes
*/
/*
@font-face{
	font-family: 'Exo 2';
	src:
		url(https://www.sistemas.cohapar.pr.gov.br/portal/utilitarios/fontes/Exo2.woff)
		format('woff');
}

@font-face{
	font-family: 'Exo 2';
	src:
		url(https://www.sistemas.cohapar.pr.gov.br/portal/utilitarios/fontes/Exo2_bold.woff)
		format('woff');
	font-weight: bold;
}

@font-face{
	font-family: 'Exo 2';
	src:
		url(https://www.sistemas.cohapar.pr.gov.br/portal/utilitarios/fontes/Exo2_italic.woff)
		format('woff');
	font-style: italic;
}

@font-face{
	font-family: 'Exo 2';
	src:
		url(https://www.sistemas.cohapar.pr.gov.br/portal/utilitarios/fontes/Exo2_bold_italic.woff)
		format('woff');
	font-weight: bold;
	font-style: italic;
}
*/
/*
	Imagens
*/
.imgsair {	
	position: relative;
	width:32px;
	height:32px;
	background-repeat: no-repeat;
	background-position:100% 25%;
	background-size: 25%;
	position:relative;
	background-image: url(imagens/sair.png);
}

.imgalerta {
	position: relative;
	width:18px;
	background-repeat: no-repeat;
	background-position:0% 25%;
	background-size: 80%;
	position:relative;
	background-image: url(imagens/alerta.png);
}
#empreiteiro{
	position: relative;
	border:0px;
	width:24px;
	height:24px;
	background-image: url(imagens/empreiteiro.png);
	background-repeat: no-repeat;
	background-position:0% 25%;
	background-size: 100%;
}

#mutuario{
	position: relative;
	border:0px;
	width:24px;
	height:24px;
	background-image: url(imagens/mutuario.png);
	background-repeat: no-repeat;
	background-position:0% 25%;
	background-size: 100%;
}
#associacao{
	position: relative;
	border:0px;
	width:24px;
	height:24px;
	background-image: url(imagens/empreiteiro.png);
	background-repeat: no-repeat;
	background-position:0% 25%;
	background-size: 100%;
}
/*
	Tags
*/
body {
	position: absolute;
	margin: 0px;
	background: #f8f8f8;
	height: 100%;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px; 
	color: #555;
	overflow:scroll;
}

a{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px; 
	color: #555;
	cursor:pointer;
}

footer {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	bottom: 0%;
	width: 100%;
	background-color: #014175;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both; 
	background-size: 16.5%; 
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	position:fixed;
	bottom:0px;
	left:0px;
	height: 30px;
}

hr {
	border: 0px none;
	height: 1px;
	background: -moz-linear-gradient(left center, #BDBDBD, #DEDEDE) repeat scroll 0% 0% #DEDEDE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #BDBDBD), color-stop(1, #DEDEDE) );
}


td {
	padding-bottom: 0.6em;
	padding-right: 0.4em;
}


/*
	Classes por ID
*/
#appsscreen {
	width: 96%;
	min-height:77%;
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	border-collapse: collapse;
	float: left;
}

.header {
	width: 100%;
	min-width: 500px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#barra {
	position: relative;
	height: 1%;
	width: 100%;
	background-color: #86C461;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #86C461), color-stop(1, #4F9E3F));
	background: -moz-linear-gradient(center top, #86C461 5%, #4F9E3F 100%);
	box-shadow: 0px 3px 2px #BDBDBD;
	-webkit-box-shadow: 0px 3px 2px #BDBDBD;
	box-shadow: 0px 3px 2px #BDBDBD;
	z-index: 2;
}

#paginaNum {
	text-align: center;
}

.botaoSup:hover{
    -webkit-filter: brightness(0.9);
   	-moz-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
    -o-filter: brightness(0.9);
	filter: brightness(0.9);
}


.divBannerTituloNovo{
	width: 100%;
	min-width: 1000px;
	padding: 0px 0px 0px 0px;
	background-color: #033675;
}
.divBannerTituloConteudoNovo{
	font-size: 24px;
	background-color: #033675;
	color:#FFFFFF;
	width: 100%;
}

/*
	Classes
*/

.m1-button:active {
	position: relative;
	top: 1px;
	cursor: pointer;
}
.m1-button img{
	float:left;
	margin-right:3px;
}

.m2-button {
	box-shadow: 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7C7C7C), color-stop(1, #6C6D6B));
	background: -moz-linear-gradient(center top, #7C7C7C 5%, #6C6D6B 100%);
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #555555;
	display: inline-block;
	color: #ffffff;
	padding: 5px 8px;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.m2-button:hover {
	background-color: #86C461;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6C6D6B), color-stop(1, #7C7C7C));
	background: -moz-linear-gradient(center top, #6C6D6B 5%, #7C7C7C 100%);
	border: 1px solid #555555;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Exo 2', sans-serif;
}

.m2-button:active{
	position: relative;
	top: 1px;
	cursor: pointer;
}

.m2-button img{
	float:left;
	margin-right:3px;
}

.m3-button{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #c7c7c7;
	display:inline-block;
	color:#777777;
	padding: 1px 2px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.m3-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.m3-button:active {
	position:relative;
	top:1px;
}
.m3-button img{
	float:left;
	margin-right:3px;
	width:16px;
	height:16px;	
}
.m4-button{
	-moz-box-shadow: 0 1 0 0 #D8D8D8;
	-webkit-box-shadow: 0 1 0 0 #D8D8D8;
	box-shadow: 0 1px 0 0 #D8D8D8;
	background-color:#033675;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #045da7), color-stop(1, #033675));
	background: -moz-linear-gradient(center top, #045da7 5%, #033675 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045da7', endColorstr='#033675');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045da7', endColorstr='#033675');
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #02215a;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	text-shadow: none !important;
	min-height: 22px;
	padding: 5px;
}
.m4-button:hover{
	-moz-box-shadow: 0 1px 0 0 #d8d8d8;
	-webkit-box-shadow: 0 1px 0 0 #D8D8D8;
	box-shadow: 0 1px 0 0 #D8D8D8;
	background-color:#387BB3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #387BB3), color-stop(1, #045da7));
	background: -moz-linear-gradient(center top, #387BB3 5%, #045da7 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387BB3', endColorstr='#045da7');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387BB3', endColorstr='#045da7');
		
	border:1px solid #045da7;
	cursor:pointer;
	color:#fff !important;
}

.m5-button{
	-moz-box-shadow: 0 1 0 0 #D8D8D8;
	-webkit-box-shadow: 0 1 0 0 #D8D8D8;
	box-shadow: 0 1px 0 0 #D8D8D8;
	background-color:#e40a0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background: -moz-linear-gradient(top, #e40a0a, #9f0202);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40a0a', endColorstr='#9f0202');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40a0a', endColorstr='#9f0202');
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #02215a;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	text-shadow: none !important;
	min-height: 22px;
	padding: 5px;
	font-weight: bold;
}
.m5-button:hover{
	-moz-box-shadow: 0 1px 0 0 #d8d8d8;
	-webkit-box-shadow: 0 1px 0 0 #D8D8D8;
	box-shadow: 0 1px 0 0 #D8D8D8;
	background-color:#387BB3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f62b2b), color-stop(1, #d20202));
	background: -moz-linear-gradient(center top, #f62b2b 5%, #d20202 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f62b2b', endColorstr='#d20202');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f62b2b', endColorstr='#d20202');
		
	border:1px solid #045da7;
	cursor:pointer;
	color:#fff !important;	
}

.m4-button img, .m5-button img{
	vertical-align: middle;
}


.m6-button {
	font-size:12px;
	font-family: "Exo 2",sans-serif;
	font-weight:normal;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	padding:3px 5px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 105%, #edf1f7 0% );
	background:-ms-linear-gradient( top, #ffffff 105%, #edf1f7 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edf1f7');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #ffffff), color-stop(0%, #edf1f7) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.m6-button:hover{
	background:-moz-linear-gradient( center top, #edf1f7 105%, #ffffff 0% );
	background:-ms-linear-gradient( top, #edf1f7 105%, #ffffff 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf1f7', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #edf1f7), color-stop(0%, #ffffff) );
	background-color:#e0e0e0;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
}


.ml-buttonLimpar {
		-moz-box-shadow: 0px 1px 0px 0px #EF7A25;
		-webkit-box-shadow: 0px 1px 0px 0px #EF7A25;
		box-shadow: 0px 1px 0px 0px #EF7A25;
		background-color:#FF9345;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9345), color-stop(1, #EF7A25) );
		background:-moz-linear-gradient( center top, #FF9345 5%, #EF7A25 100% );
		-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9345', endColorstr='#EF7A25');
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9345', endColorstr='#EF7A25');
		-webkit-border-top-left-radius:4px;
		-moz-border-radius-topleft:4px;
		border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
		-moz-border-radius-topright:4px;
		border-top-right-radius:4px;
		-webkit-border-bottom-right-radius:4px;
		-moz-border-radius-bottomright:4px;
		border-bottom-right-radius:4px;
		-webkit-border-bottom-left-radius:4px;
		-moz-border-radius-bottomleft:4px;
		border-bottom-left-radius:4px;
		text-indent:0;
		border:1px solid #EF7A25;
		display:inline-block;
		color:#ffffff !important;
		font-family:'Exo 2', sans-serif !important;
		font-size:24px;
		font-weight:bold !important;
		width:230px;
		text-decoration:none !important;
		text-align:center;
		cursor:pointer;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: none !important;
}
/*Hover*/
.ml-buttonLimpar:hover {
		
		-moz-box-shadow: 0px 1px 0px 0px #E25100;
		-webkit-box-shadow: 0px 1px 0px 0px #E25100;
		box-shadow: 0px 1px 0px 0px #E25100;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E98751), color-stop(1, #E25100) );
		background: -moz-linear-gradient(center top, #E98751 5%, #E25100 100%);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E98751', endColorstr='#E25100');
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E98751', endColorstr='#E25100');
		background-color:#E98751;
		
		border:1px solid #E25100;
		cursor:pointer;
		color:#ffffff;
		font-family:'Exo 2', sans-serif;
}
/*Active*/
.ml-buttonLimpar:active {
	position:relative;
		top:1px;
		cursor:pointer;
}

.alerta {
	background: #FCFCD9 url(imagens/alerta2.png) 9px center no-repeat;
	background-size: 18px 18px;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid #F9B35C 1px;
	padding: 5px 5px 5px 35px;
	margin:3px;
}

.alerta_ok {
	background: #D7F7CA url(imagens/ok.png) 9px center no-repeat;
	background-size: 18px 18px;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid #2C9E1F 1px;
	padding: 5px 5px 5px 35px;
	margin:3px;
}

.alerta_erro {
	background: #FCDDD9 url(imagens/erro.png) 9px center no-repeat;
	background-size: 18px 18px;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid #EF654D 1px;
	padding: 5px 5px 5px 35px;
	margin:3px;
}

.hidden {
	display: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.middle {
	line-height: 32px;
}

.resultados {
	position: relative;
	vertical-align: top;
	width: 95%;
	border-collapse: collapse;
}

/* 
	Formata��o da tabela
*/
.tabela, .tabela1 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.tabela tr:hover td {
	background: #FFFACD;
	border: 1px solid #bbb;
	color: #000;
}

.tabela tr:nth-child(odd), .impar{
	background-color: #eee;
}

.tabela tr:nth-child(even), .par{
	background-color: #fff;
}

.tabela td, .tabela1 td {
	vertical-align: middle;
	border: 1px solid #ddd;
	text-align: left;
	padding: 7px 5px;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	color: #555;
}
.tabela tr:first-child td:first-child, tr.cab td:first-child{
	border-top-left-radius: 7px;
}
.tabela tr:first-child td:last-child, tr.cab  td:last-child{
	border-top-right-radius: 7px;
}

.tabela tr:first-child td, .cab td{
	border: 0px;
	background: -moz-linear-gradient(center top, #74b856 10%, #2D8438 100%);
	background: -o-linear-gradient(center top, #74b856 10%, #2D8438 100%);
	background: -webkit-linear-gradient(center top, #74b856 10%, #2D8438 100%);
	background: linear-gradient(to bottom, #74b856 10%, #2D8438 100%);
	text-align: left;
	font-size: 15px;
	/*text-transform:uppercase; */
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	box-shadow: 0px 0px 0px #000;
}
.tabela tr:first-child td a, .tabela1 tr td a{
	color: white;
	text-decoration: none;
}

/* Tabelas de Cadastro */
table.cadastro tr td:first-child {
	text-align: right;
}


.div-pesquisa {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

.span-filtro {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 80px;
}

.tabelaGridTitulo {
	background: url(../imagens/pma/database_list_li_hover.png) repeat-x #ccc;
	font-size: 14px;
	font-family: Calibri;
	font-weight: bold;
}

#div-exportacao {
	float: right;
	vertical-align: top;
}

#div-exportacao img {
	width: 20px;
	height: 20px;
	float: right;
	border: 0;
	vertical-align: text-bottom;
}

#resposta {
	text-transform: uppercase;
}

#tabPrincipal {
	border-collapse: collapse;
	padding: 0;
	margin: 5px;
	border-spacing: 0;
	width: 99%;
}

#cabecalho {
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
	width: 100%;
}

#cabecalho .left {
	width: 150px;
	padding: 5px;
}

#cabecalho .center {
	text-align: center;
	font-family: Calibri;
	font-size: 17px;
	padding: 5px;
}

#cabecalho .right {
	width: 150px;
	text-align: right;
	padding: 5px;
}

#cabecalho img {
	border: 0
}

#corpo {
	margin-top: 5px;
	min-height: 500px;
	vertical-align: top;
}

#rodape p {
	background: #eee;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 5px;
	font-size: .8em;
	text-align: center;
}

#barraMenu {
	position: relative;
	width: 98%;
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 0px;
	border: 0px solid #B3B3B3;
	padding: 0px 0px 0px 0px;
}

/*
	Menu 
*/
ul.dropdown {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	z-index: 1;
}

ul.dropdown li {
	z-index: 1;
	float: left;
	font-size: 14px;
	list-style: none;
	position: relative;
	background-color: #E6E6E6;
}

ul.dropdown li.itemMenu {
	margin-left: 5px;
	margin-right: 0px;
	border: 1px solid #B3B3B3;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

ul.dropdown li.nomeAcesso {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #004074;
	background-color: #3574b3;
	background: -moz-linear-gradient(left, #16568F 0%, #3574b3 80%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #16568F),
		color-stop(80%, #3574b3) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #16568F 0%, #3574b3 80%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #16568F 0%, #3574b3 80%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #16568F 0%, #3574b3 80%);
	/* IE10+ */
	background: linear-gradient(to right, #16568F 0%, #3574b3 80%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#16568F',endColorstr='#3574b3', GradientType=1 ); /* IE6-9 */
	color: #FFFFFF;
	font-size: 16px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 5px;
}

ul.dropdown li.nomeAcesso :hover {
	background-color: inherit;
}

ul.dropdown li a {
	text-decoration: none;
	padding: 0px;
	color: #555555;
}

ul.dropdown :hover {
	background-color: #D5E0EC;
}

ul.dropdown a:hover {
	background-color: #D5E0EC;
}

.menuNivel1 :hover {
	background-color: #D5E0EC;
}

.menuNivel1 {
	padding: 0px;
}

ul.dropdown img, li.itemMenu img{
	border:0;
}

/*  
	LEVEL TWO
*/
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 200px;
	background-color: #D5E0EC;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #c3c6c9;
}

ul.dropdown ul li {
	float: none;
	font-size: 13px;
	border-bottom: 0px solid #c3c6c9;
	padding: 0;
	background-color: #D5E0EC;
}

ul.dropdown ul li a {
	display: block;
	padding: 10px 5px;
	background-color: transparent;
	border: 1px solid #D5E0EC;
}

ul.dropdown ul li a:hover {
	background-color: #f5f6f8;
	border: 1px solid #c3c6c9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

.linkSubmenu:hover {
	background-color:#F5F6F8  !important;
	border-radius: 5px  !important;
	-webkit-border-radius: 5px  !important;
	-ms-border-radius: 5px  !important;
}
table.linkSubmenu tr:hover {
	background-color: #f5f6f8 !important;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	
}
table.linkSubmenu tr td:hover {
	background-color: #f5f6f8 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
/*
	LEVEL THREE
*/
ul.dropdown ul ul li.linksubmenu :hover{
	background:#29383A no-repeat center right;
	border: 0px solid #c3c6c9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

ul.dropdown ul ul {
	left: 100%;
	top: 0;
	background: red;
}

ul.dropdown ul ul li {
	background:#D5E0EC no-repeat center right;
	border: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

ul.dropdown li:hover>ul {
	visibility: visible;
}

/* PAGINA��O */
.paginacao{
	background-color:#f5f5f5;
	margin: 0px;
	border-top: 1px solid #dfdfdf;
	background:#eee;
	padding: 2px 0px 2px 0px;
	line-height:270%;
	width:100%;
	margin-top:15px;
}
.paginacao a:link, .paginacao a:visited {
	border-radius: 4px;
    color: #555;
    text-decoration: none;
	border: 1px solid #ccc;
	background-color:#d6dcdf;
	padding: 5px 8px;
	font-size: 13px;
}
.paginacao a:hover, .paginacao a:active, #paginaAtual:link, #paginaAtual:visited, #paginaAtual:hover, #paginaAtual:active {
	border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
	border: 1px solid #6C6D6B;
	background-color:#555;
	padding: 5px 8px;
	font-size: 13px;
}
/* FIM DA PAGINA��O */

/* Generic context menu styles */
.contextMenu {
	border: 1px solid #C3C6C9;
    border-radius: 5px;
    background: none repeat scroll 0% 0% #D5E0EC;
	position: absolute;
	width: 240px;
	z-index: 99999;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #555;
	text-decoration: none;
	display: block;
	line-height: 25px;
	height: 25px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 2px 5px;
	padding-left: 28px;
	
}

.contextMenu LI.hover A {
	border: 1px solid #C3C6C9;
    border-radius: 5px;
	background-color:  #F5F6F8;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}
.divTexto{
	width: 100%;
	min-width: 1000px;
	padding: 10px 10px 30px 10px;
}
.divTextoParagrafo{
	left: 50%;
	margin-left: -500px;
	position: relative;
	width: 1000px;
	min-width: 1000px !important;
}

.divTextoParagrafo p{
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.divTextoParagrafoErro{
	left: 50%;
	margin-left: -500px;
	position: relative;
	width: 1000px;
	min-width: 1000px !important;
}
.divTextoParagrafoErro p.erro{
	font-size: 22px;
	color: #C80000;
	text-align: center;
}
.divTextoParagrafoErro p.sucesso{
	font-size: 22px;
	text-align: center;
}
