@charset "utf-8";
/* background : #fff;
* cores: 
*/

html, body {
	margin:0;
	padding:0;
	width:100%;
	font-size:10pt;
	background:#2c2c2c;
	border:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
}
a:hover {
	cursor: pointer;
}
ul {
	margin:0;
	padding:0;
}
.jquery{
	display:none;
}
.tudo {
	min-width:980px;
	padding-top:65px;
	background:none;
	position:relative;
}

/********* topo **************************/
.topo, .topoAdmin {
	position:fixed;
	top:0;
	left:0;
	padding-top:10px;
	width:100%;
	z-index:1000;
	background: #2c2c2c url(../imagens/bg_topo_preto.jpg) repeat-x 0 0;
}
.topoAdmin {
	/*background: #12c2c2c;*/
}
.topo_int {
	margin:0 auto;
	width:980px;
	height:55px !important;
	overflow:hidden;
	position:relative;
	background: #2c2c2c url(../imagens/bg_topo_preto.png) repeat-x 0 0;
}
.logomarca {
	height:24px;
	width:154px;
	position:absolute;
	right:10px;
	top:10px;
}
.opcoes_topo {
	float:left;
	color:#eee;
	font-size:9pt;
	font-weight:bold;
}
.opcoes_topo ul {
	overflow:hidden;
	list-style:none;
	padding-top:8px;
}
.opcoes_topo li {
	float:left;
	height:20px;
	display:inline;
	padding:7px 10px 3px 5px;
	margin-right:5px;
	overflow:hidden;
	background:url(../imagens/bg_botao_preto.png) repeat-x 0 0;
}
.opcoes_topo li span.ui-icon {
	height:16px;
	width:16px;
	float:left;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
.opcoes_topo li a, .opcoes_topo li a:link, .opcoes_topo li a:active, .opcoes_topo li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.opcoes_topo .usuario {
	background:none;
	border:1px #999 solid;
}

/********* menu_sup **************************/
.menu_sup{
	width:960px;
	height:25px;
	position:relative;
	background:#F3F3F3;
	margin:10px auto 0 auto;
	padding:10px 10px 0 10px;
	border-bottom:1px #aaa solid;
}
.menu_sup ul{
	padding:0;
	float:right;
	display:none;
}
.menu_sup .ui-menu-item{
	font-weight:bold !important;
	border:1px #aaa solid;
	margin:0 1px !important;
}

.titulo_pagina{
	float:left;
	overflow:hidden;
}
.titulo_pagina div{ 
	overflow:hidden;
	padding:2px 5px 0 5px;
	border:1px #aaa solid;
	border-bottom:none;
	background:#fff !important;
}
.titulo_pagina span.ui-icon{
	float:left;
	height:16px;
	widows:16px;
	margin-top:5px;
	display:inline-block;
	vertical-align:middle;
}
.titulo_pagina .titulo{
	float:left;
	font-size:12pt;
	padding:3px 5px 0 5px;
	font-weight:bold!important;
}

/********* formulario *************************/
.formulario {
	font-size:9pt!important;
	overflow:hidden;
}
.formulario img {
	vertical-align:middle;
}
.formulario label {
	font-weight:bold;
	font-size:9pt;
	vertical-align:middle;
}
.formulario input, .formulario label, .formulario button {
 vertical-align:middle;
}
.formulario .campo, .formulario .campoTextArea {
	height:22px;
	width:auto;
	padding-left:5px;
}
.formulario .campoTextArea {
	height:50px;
}
.formulario .tabela {
	padding:0;
	margin:0;
	font-size:8pt !important;
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
}
.formulario .tabela td {
	margin:0;
	padding:3px;
	vertical-align:top;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
.formulario .tabela thead td{
	font-size:10pt;
}
.formulario .campoMin {
	height:22px;
	margin-right:5px;
	width:300px;
}
.formulario .campoExtra {
	width:630px;
	height:22px;
}
.formulario .campoLogin {
	width:200px;
	height:25px;
}
.formulario .campoSelect {
	height:25px;
	width:150px;
}
.formulario .detalheSistemas td {
	font-weight:bold;
	font-size:8pt;
}
.formulario .detalheSistemas td img {
	cursor:pointer!important;
}
.icone{
	width:16px;
	height:16px;
	padding:3px;
	display:inline-block;
	border:1px #aaa solid;
	vertical-align:middle;
}
.icone .ui-icon{
	display:block;
	float:none;
	height:16px;
	width:16px;
}
.menus{
	padding:5px;
	clear:both;
	overflow:hidden;
}
.menus .menus_esq{
	float:left;
}
.menus .menus_dir{
	float:right;
}
.mensagemP {
	font-size:9px;
	color:#F00;
}
.imgNoticia {
	height:128px;
	width:128px;
}
.textoMini {
	font-size:9px;
	color:#999;
}
.menuNoticias {
}
.menuNoticias img {
	vertical-align:middle;
	margin-left:3px;
	cursor:pointer;
}
.menuNoticias .input {
	width:80px;
	height:20px;
	background:none;
	border:1px #7DBEFF solid;
	font-weight:bold;
	color:#09C;
}
/********* conteudo **************************/
.conteudo{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:10px;
	background:#fbfbfb;
	position:relative;
}
.conteudo .conteudo_esq{
	float:left;
	width:200px;
	padding:5px;
}
.conteudo .conteudo_dir{
	float:right;
	width:735px;
	padding:0 5px;
}
.texto-conteudo{
	padding:10px 10px;
	margin-bottom:10px;
}
/********* rodape **************************/
.rodape {
	color:#fff;
	height:55px;
	width:980px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	background: #242424;
}
/********* sistemas ***********************/
.sistemas {
}
.sistemas ul {
	overflow:hidden;
	list-style:none;
}
.sistemas li {
	color:#666;
	width:940px;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	padding:5px 5px 5px 10px;
}
.sistemas .arquivo {
	float:left;
	width:600px;
	overflow:hidden;
}
.sistemas .arquivo img {
	float:left;
	margin-right:10px;
	height:40px;
	width:30px;
}
.sistemas .titulo {
	font-size:10pt;
	font-weight:bold;
}
.sistemas .data {
	float:right;
	font-size:9pt;
	font-weight:bold;
	color:#333;
	background-color:#CCC;
}
.sistemas .download {
	float:right;
	width:340px;
	height:40px;
	overflow:hidden;
}
.sistemas .download .versao {
	width:150px;
	padding:3px 5px 0 5px;
	font-weight:bold;
	text-align:center;
	height:33px;
	float:left;
}
.sistemas .download img {
	float:right;
	height:26px;
	width:26px;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
	padding:2px;
	border:1px #aaa solid;
}
.sistemas .download img:hover {
	background:#6fbffc;
}
/********* botoes **************************/
.button{
	padding:2px;
	overflow:hidden;
	border:1px #aaa solid;
	cursor:pointer;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}
.button .ui-icon{
	height:16px;
	width:16px;
	float:left;
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}
.button:hover{
	background:#fff;
}
#combobox {
	border:none;
	background:none;
	width:30px;
}
#combobox option {
	background:#333;
	font-weight:bold;
	color:#fff;
	border:none!important;
}
.botao {
	width:100px;
	height:25px;
	border:none;
	color:#333;
	text-align:center !important;
	font-weight:600;
	font-size:0.8em !important;
	line-height:10px !important;
	background:url(../imagens/botoes/bg_botao.png);
	vertical-align:middle !important;
	padding:0 !important;
}
.botao:hover {
	cursor:pointer;
	background:url(../imagens/botoes/bg_botaoH.png);
}
.botao .buscar, .botao .salvar, .botao .imprimir, .botao .cancelar, .botao .limpar, .botao .alterar, .botao .cadastrar, .botao .editar, .botao .voltar, .botao .usuarios, .botao .excluir, .botao .ok {
	padding:4px 0 4px 18px;
	background:url(../imagens/botoes/buscar.png) no-repeat left;
}
.botao .salvar {
	background:url(../imagens/botoes/save.png) no-repeat left;
}
.botao .imprimir {
	background:url(../imagens/botoes/print.png) no-repeat left;
}
.botao .cancelar {
	background:url(../imagens/botoes/cancel.png) no-repeat left;
}
.botao .limpar {
	background:url(../imagens/botoes/clear.png) no-repeat left;
}
.botao .cadastrar {
	background:url(../imagens/botoes/add.png) no-repeat left;
}
.botao .editar {
	background:url(../imagens/botoes/edit.png) no-repeat left;
}
.botao .voltar {
	background:url(../imagens/botoes/voltar.png) no-repeat left;
}
.botao .usuarios {
	background:url(../imagens/botoes/solicitantes.png) no-repeat left;
}
.botao .excluir {
	background:url(../imagens/botoes/excluir.png) no-repeat left;
}
.botao .alterar {
	background:url(../imagens/botoes/atualizar.png) no-repeat left;
}
.botao .ok {
	background:url(../imagens/botoes/ok.png) no-repeat left;
}
/********** noticias ************************/
.noticias {
}
.noticias li {
	margin-bottom:10px;
	padding:5px 10px;
	overflow:hidden;
}
.noticias li .titulo {
	font-size:12pt;
	color:#005CB9;
	font-weight:bold;
}
.noticias li .data {
	font-size:8pt;
	color:#FF8000;
	font-weight:bold;
}
.noticias li img {
	float:left;
	height:46px;
	width:46px;
}
.noticias .texto {
	float:right;
	width:900px;
	padding-left:10px;
	font-size:9pt!important;
	text-align:justify;
	margin-bottom:10px;
}
.noticias .subtitulo {
	font-size:10pt;
	font-weight:bold;
	color:#69F;
}
.noticias .rodapeNoticia {
	clear:both;
	font-size:8pt!important;
	color:#999;
	padding:3px;
	overflow:hidden;
}
.noticias .rodapeNoticiaEsq {
	float:left;
}
.noticias .rodapeNoticiaDir {
	float:right;
}
.noticias .rodapeNoticiaDir img {
	height:16px;
	width:16px;
	margin-left:5px;
	cursor:pointer;
}
.noticias fieldset {
	margin-top:10px;
	border:1px #ccc solid;
}
.noticias fieldset legend {
	border:1px #ccc solid;
	color:#09F;
}
.sistems {
	overflow:hidden;
}
.sistems li {
	float:left;
	display:inline;
	padding:3px;
	font-weight:bold;
	color:#333;
	margin:1px;
	border:1px #ccc solid;
	text-align:left;
}
/********** outros **************************/
img {
	border:none;
}
form {
	overflow:hidden;
	margin:0;
	padding:0;
}
h3 {
	padding:0;
	margin:10px 0;
}
.miniTexto {
	font-size:9pt;
	font-weight:normal;
}
.mensagem {
	text-align:center;
	margin-top:10px;
}
.menu_extra {
	overflow:hidden;
	font-size:8pt;
	font-weight:bold;
	padding:3px;
	clear:both;
	background:#e4e4e4 !important;
}
.menu_extra_esq {
	float:left;
	padding:5px;
}
.menu_extra_dir {
	float:right;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
/**** sugestoes ***************************************/
.sugestoes {
	overflow:hidden;
	list-style:none;
	width:100%;
}
.sugestoes div, .sugestoes li {
	padding:3px;
}
.sugestoes li {
	float:left;
	display:inline;
	width:308px;
	height:200px;
	margin:10px 10px 0 0;
}
.sugestoes .usuario {
	font-weight:bold;
	color:#06F;
	overflow:hidden;
}
.sugestoes .texto {
	text-align:justify;
	height:137px;
	overflow:auto;
}
.sugestoes .opcoes {
	clear:both;
	overflow:hidden;
}
.sugestoes .opcoes .opcoesDir {
	float:right;
}
.sugestoes .opcoes img {
	cursor:pointer;
	float:left;
}
.sugestoes .opcoes .opcoesDir .data {
	background:url(../imagens/calendario.png) no-repeat left top;
	height:16px;
	font-size:8pt;
	color:#666;
	font-weight:bold;
	padding-left:18px;
}
.sugestoes .situacao {
	height:26px;
	width:39px;
	float:right;
	cursor:pointer;
}
.botoes a {
	padding:0 2px;
	border:1px #ccc solid;
	margin:0 2px;
}
.login {
	padding-left:160px;
	width:300px;
	margin: 100px auto;
	background:url(../imagens/ppl.png) no-repeat left top;
}
.login .formulario {
	padding:10px;
}
.liberado {
	color:#090 !important;
}
.bloqueado {
	color:#F00 !important;
}
.ativo {
	color:#333 !important;
}
.inativo {
	color:#999 !important;
}
.azul {
	color:#039;
}
.cinza {
	color:#999;
}
.amarelo {
	color:#F90;
}
.detalhe {
	font-size:9px;
	color:#999;
}
.novo {
	background: url(../imagens/label.png) no-repeat center;
	height:35px;
	width:48px;
	padding-top:13px;
	color:#333;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
}
.informacoes {
	padding:10px;
	list-style:none;
}
.informacoes a, .informacoes a:link {
	text-decoration:none;
}
.informacoes li {
	color:#333;
	width:300px;
	padding:10px;
	font-size:12pt;
	font-weight:bold;
	margin:5px 0;
	overflow:hidden;
	border:1px #aaa solid;
}
.informacoes li span.ui-icon {
	float:left;
	height:16px;
	widows:16px;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.informacoes li a {
	float:right;
	display:block;
	width:70px;
	text-align:center;
	padding:3px 10px;
	border:1px #aaa solid;
	vertical-align:middle;
}
.informacoes li a:hover {
	background: #BFDFFF;
}
.informacoes li div {
	margin-top:10px;
	font-size:18pt;
}
.ajaxStatus {
	position:absolute;
	left:45%;
	top:45%;
	z-index:3000;
}
.ajaxStatus img{
	display:none;
}
.sistems {
}
.sistems li {
	float:left;
	display:inline;
	width:160px;
}
.forms {
	overflow:hidden;
}
.forms label.label {
	display:block;
	width:100%;
	margin:5px 0;
	color:#666;
	font-weight:bold;
	padding-left:5px;
}
.forms .esq{
	float:left;
}
.forms .dir{
	float:right;
}
.forms legend{
	padding:2px 5px;
}
.forms fieldset, .forms legend{
	border:1px #aaa solid;
}

.contato{
	border:5px #ccc solid;
	overflow:hidden;
	padding:5px;
}
.contato .header{
	overflow:hidden;
	margin-bottom:10px;	
}
.contato .header .id{
	float:left;
	color:#666;
	height:16px;
	font-size:16pt;
	font-weight:bold;
	display:block;
	width:30px;
	text-align:center;
	padding:10px 5px 14px 5px;
	background:url(../imagens/quadro.png) no-repeat 0 0;
}
.contato .header .status{
	float:right;
	font-weight:bold;
	padding:5px;
	border:3px #ccc solid;
}
.contato .detalhes{
	
}
.contato li{
	padding:3px 0;
	color:#666;
}
.contato li span{
	font-weight:bold;
}
.contato li b{
	font-weight:normal;
	border-bottom:1px #ccc solid;
}

/*TEMAS*/
.temas{
	padding:0;
	height:25px;
	width:200px;
	padding-left:3px;
	font-weight:bold;
	position:relative;
}
#themeGallery img, .jquery-ui-switcher-list-hldr img,
.jquery-ui-themeswitcher img{
	border:none !important;
	background:none !important;
	display:block !important;
}
.jquery-ui-themeswitcher-trigger{ 
	background:none !important; 
	border:none  !important; 
	text-align:left !important; 
	padding:0 !important; 
	margin:0 !important;
}

.dialogs{ display:none; }

/*** Mensagens ***/
.dialogMsgGlobal{
	background: none;
	padding:0;
	padding-bottom:16px;
	height:auto;
	width:auto;
	min-width:0;
	min-height:0;
	border:none;
}
.dialogMsgGlobal .ui-dialog-titlebar{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.dialogMsgGlobal .ui-dialog-title{
	padding:0;
	margin:0;
}
.dialogMsgGlobal .ui-dialog-titlebar .ui-icon{
	background-color:#fff;
	padding:0 1px;
}
.dialogMsgGlobal .ui-dialog-content{
	min-height:0 !important;
	height: auto !important;
	margin:0;
	padding:0;
	padding-bottom:16px;
	background: url(../imagens/shadow.png) no-repeat right bottom;
}
.msg{
	font-size:12pt;
	overflow:hidden;
	font-weight:bold;
	padding:10px 20px;
	text-align:center;
	
	width: 500px;
	margin: 0 auto;
	position:absolute;
	top:200px;
	left:240px;
	z-index:4000;
}
.msg .ui-icon{
	height:16px;
	width:16px;
	float:none;
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}
.msg b{
	display:block;
	text-align:left !important;
	font-size:9pt !important;
	margin-bottom:0;
	padding-bottom:0;
	border-top:none;
	border-left:none;
	border-right:none;
}
.msg.msgclosethick, .msgclosethick{
	background-color: #FFF0F0;
	color: #f00;
	border: 1px #f00 solid;
}
.msg.msgclosethick .ui-icon{
	background-image: url(../jquery/images/ui-icons_ff0000_256x240.png);
}
.msg.msgalert, .msgalert{
	background-color: #FFFFEA;
	color: #F93;
	border: 1px #F93 solid;
}
.msg.msgalert .ui-icon{
	background-image: url(../jquery/images/ui-icons_f9bd01_256x240.png);
}
.msg.msginfo, .msginfo{
	background-color: #E8F3FF;
	color: #007CF9;
	border: 1px #007CF9 solid;
}
.msg.msginfo .ui-icon{
	background-image: url(../jquery/images/ui-icons_2e83ff_256x240.png);
}

/***** Mensagens *****/
.msgError{ vertical-align:middle; margin-right:3px; overflow:hidden; }
.msgs{ cursor:default; }
input.msgError, textarea.msgError{ border:1px solid #f00 !important; margin-right:0; }
.msgError span{ background-color:#ffe; color:#f00; font-size:7pt !important; border:1px #f00 solid; padding:3px 5px; }
.msgError img{ /*background:none !important;*/ height:12px; width:10px; float:none; display:inline-block; vertical-align:middle; }
.msgGlobal{ font-size:7pt !important; color:#f00; text-align:left; padding:2px 0; text-decoration:underline; }
.mensagemGlobal{ text-align:center; font-size:12pt!important; color:#f00; font-weight:bold; background:#ffe; border:1px #f00 solid; padding:10px; }

.msgError{ vertical-align:middle; margin-right:3px; overflow:hidden; position:absolute;display:inline-block; white-space:nowrap;z-index:101; }
.msgs{ cursor:default; vertical-align:middle; }
input.msgError, textarea.msgError{ margin-right:0; }
.msgError span{ font-size:7pt !important; padding:3px 5px !important; display:inline-block;overflow:hidden; vertical-align:middle; }
.msgError img{ height:16px; width:5px; float:none; display:inline-block; vertical-align:middle !important; border:none;  background-position: -102px -16px; }

.ui-menu-horizontal.ui-menu { 
	width: auto; 
	height:24px; 
	border:none;
	padding-bottom:0; 
	position:relative;
}
.ui-menu-horizontal.ui-menu .ui-menu{
	z-index:1000;
	width:150px;
	height:auto;
	top:25px !important;
	left:0 !important;
}
.ui-menu-horizontal.ui-menu .ui-menu-item{
	float:left;
	width:auto;
	display:inline;
	margin-bottom:0;
	position:relative;
	vertical-align:middle;
}
.ui-menu-horizontal.ui-menu .ui-menu-item a,
.ui-menu-horizontal.ui-menu .ui-menu-item a:hover{
	overflow:hidden;
	font-weight:bold;
}
.ui-menu-horizontal.ui-menu .ui-menu .ui-menu-item{
	float:none;
	width:100%;
	border:none;
	display:block;
}
.ui-menu-horizontal.ui-menu .ui-menu .ui-menu-item .ui-menu{
	z-index:1000;
	width:150px;
	height:auto;
	top:5px !important;
	left:150px !important;
}

.campos-vertical{
	list-style:none;
	margin:0;
	padding:0;
}
.campos-vertical li{
	margin:2px 0;
	font-weight:bold;
}
.campos-vertical li input,
.campos-vertical li select,
.campos-vertical li textarea{
	display:block;
}
