/* tags */
html {
	background: #FFF url(../img/layout/bg_html.gif) repeat;
	height: 100%;
}
body {
	height:100%;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #666;
	background: transparent;
}
a {
	color: #26834E;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #A6AE04;
}
label {
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	color: #036E31;
	margin-top: 6px;
	letter-spacing: -1px;
}

input,button,textarea,select {
	background: #FFF url(../img/layout/form/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #CCC;
	border-color:#DDD #CCC #CCC #DDD;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 14px;
}

input:focus,button:focus,textarea:focus,select:focus {
	border-color: #A6AE04;
}

button {
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #FFF;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	color: #FFF;
	background: #000 url(../img/layout/form/bg_button.jpg) 0 0 repeat-x;
	overflow: visible;
	padding: 3px 4px;
	margin-right: 3px;
}
button:hover {
	color: #EEE;
}
/* paging */
ul.paging {
	display: block;
	text-align: center;
	border-bottom: #28B 3px solid;
	margin: 20px 0 0 0;
	padding: 5px 0;
}
ul.paging li.title{
	display: block;
	clear: both;
	padding: 10px;
	text-align: left;
	border-bottom: #28B 2px solid;
}
ul.paging li,
ul.paging li a {
	display: inline;
	color:#28B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
ul.paging li.numbers,
ul.paging li.numbers a {
	padding: 0 5px;
}
ul.paging li span.current {
	background: #28B;
	color: #FFF;
	font-size: 18px;
	padding: 0 5px;	
}
ul.paging li.first a,
ul.paging li.prev a,
ul.paging li.next a,
ul.paging li.last a {
	font-size: 16px;
	letter-spacing:-1px;
	padding: 0 5px;
}
/* layout */
#corpo{
	width: 759px;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	text-align: left;
	background: transparent url(../img/layout/bg_corpo.png) 0 0 repeat-y;
}
* html #corpo {
	background-image: url(../img/layout/bg_corpo.gif);
}
#rodape {
	width: 759px;
	margin: 0 auto;
	position: relative;
	padding: 0 8px;
	text-align: left;
	background: transparent url(../img/layout/bg_rodape.png) 0 0 no-repeat;
}
* html #rodape {
	background-image: url(../img/layout/bg_rodape.gif);
}
#rodape address {
	padding: 15px 0;
	text-align: center;
	color: #3F525E;
}
#rodape address a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#rodape address a:hover {
	color: #C00;
	text-decoration: underline;
}
#topo {
	background: transparent url(../img/layout/bg_topo.jpg) center top no-repeat;
	min-height:226px;
	height: 226px;
	height: auto;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 15px;
	width: 192px;
	height: 148px;
	z-index: 100;
}
#logo a {
	display: inline;
	float: left;
	width: 192px;
	height: 148px;
	background: transparent url(../img/layout/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#formRestrito {
	top: 0;
	left: 0;
	margin: 0 0 0 510px;
	position: absolute;
	width: 255px;
	height: 74px;
}
#formRestrito legend {
	position: relative;
	padding: 5px 22px 25px 62px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: transparent url(../img/layout/form/bg_legend_acesso.gif) right top no-repeat;
}
* html #formRestrito legend {
	padding-left: 52px;
}
#formRestrito label {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}
#formRestrito input {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	float: left;
	display: inline;
	background: #FFF;
	width: 50px;
	margin: 0 10px 0 5px;
	height: auto;
}
#formRestrito button {
	display: inline;
	float: left;
	font-size: 11px;
	width: auto;
	height: auto;
	font-weight: normal;
	padding: 2px;
	border: 0;
	text-transform: lowercase;
	height: 19px;
}

#menu {
	height: 43px;
	clear: both;
	width: 759px;
	padding: 74px 0 0 0;
	background: transparent url(../img/layout/bg_menu.jpg) left bottom repeat-x;
}
* html #menu { padding-bottom: 7px; }
*+html #menu { padding-bottom: 7px; }
#menu li {
	display: inline;
	float: left;
}
#menu li.shadow { display: none; }
#menu li a {
	display: inline;
	float: left;
	padding: 3px 40px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	text-decoration: none;
	border-left: 2px solid #FDD707;
}
#menu li a:hover {
	color: #DED;
	border-left-color: #DED;
}
#menu li a#opt1 {
	margin-left: 230px;
}
/* internas */
#conteudo {
	background: #FFF url(../img/layout/bg_conteudo.jpg) 0 0 repeat-x;
	padding: 0 15px 15px 15px;
	display: inline;
	float: left;
	width: 729px;
	position: relative;
	line-height: 150%;
	text-align: justify;
}
#conteudo h2 {
	background: #26834E url(../img/layout/bg_barra_titulo.gif) 0 0 repeat-x;
	font-weight: bold;
	font-size: 26px;
	padding: 8px 15px;
	color: #FFF;
	overflow: hidden;
	margin: 0 -15px 15px -15px;
	width: 729px;
	height: 26px;
	text-align: left;
	line-height: 100%;
	cursor: default;
}
#conteudo h2 span.detalhe {
	background: transparent url(../img/layout/det_titulo.gif) left 7px no-repeat;
	display: inline;
	float: left;
	height: 26px;
	width: 9px;
	padding-right: 6px;
}
#conteudo h3 {
	margin-bottom: 1em;
	color: #26834E;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}
#conteudo a.botao {
	text-transform: lowercase;
}
/* capa */
#capa #conteudo {
	background: #FFF url(../img/layout/bg_conteudo_capa.jpg) 0 0 no-repeat;
	padding: 0 0 15px 0;
	width: 759px;
}
#capa #conteudo p {
	text-align: left;
}
#capa #topo #banner {
	position: relative;
	z-index: 90;
}
#capa #conteudo #firula {
	background: transparent url(../img/layout/firula_capa.png) 0 0 no-repeat;
	height: 75px;
	margin: -40px 0 0 0;
	position: relative;
	z-index: 10;
}
#capa #conteudo h2 {
	background: none;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	width: auto;
	float: none;
	display: block;
	height: auto;
	visibility: hidden;
}
#capa #conteudo #empresa {
	position: relative;
	float: left;
	display: inline;
	z-index: 11;
	margin: -28px 10px 0 15px;
	width: 190px;
}
#capa #conteudo #empresa h2 {
	margin: 0 0 15px 0;
}
#capa #conteudo #empresa p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#capa #conteudo #servicos {
	float: left;
	display: inline;
	position: relative;
	z-index: 12;
	margin: -50px 0 0 0;
	width: 500px;
	padding: 0 0 0 25px;
}
#capa #conteudo #servicos h2 {
	padding: 0 0 25px 0;
}
#capa #conteudo #servicos p {
	font-size: 11px;
}
#capa #conteudo #servicos ul {
	margin:10px 0;
}
#capa #conteudo #servicos ul li a {
	display: inline;
	float:left;
	width:285px;
	padding: 2px 0 2px 15px;
	background: transparent url(../img/layout/mini_seta.gif) left 8px no-repeat;
	color: #333;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#capa #conteudo #servicos ul li a:hover {
	text-decoration: underline;
}
#capa #conteudo #clientes {
	display: none;
	float: left;
	position: relative;
	margin: -50px 0 0 10px;
	z-index: 13;
	width: 195px;
}
#capa #conteudo #clientes h2 {
	padding: 0 0 25px 0;
}
#capa #conteudo #clientes ul {
	padding: 0 0 0 8px;
	display: none;
}
#capa #conteudo #clientes ul li {
	display: inline;
	float: left;
	margin: 12px 0 0 12px;
}
#capa #conteudo #clientes ul li span {
	display: none;
}
/* contato */
#contato #conteudo form {
	float: left;
	display: inline;
}
#contato #conteudo address {
	background: transparent url(../img/layout/bg_address.png) 0 0 no-repeat;
	width: 342px;
	height: 260px;
	float: right;
	display: inline;
	padding: 120px 0 0 20px;
	line-height: 200%;
}
#contato #conteudo address p {
	width: 300px;
}
#contato #conteudo address strong {
	color: #000;
}
#contato #conteudo address .telefone span {
	font-weight: bold;
	color: #036E31;
}
/* clientes */
#clientes #conteudo .galeria {
	margin: 0 0 15px 0;
}
#clientes #conteudo .galeria li {
	display: inline;
	float: left;
	margin: 20px;
}
#clientes #conteudo .galeria li a {
	display: inline;
	float: left;
	height: 1%;
}
#clientes #conteudo .galeria li span {
	display: none;
}
/* servicos */
#servicos #conteudo .listaServicos li {
	display: inline;
	float: left;
	width: 729px;
}
#servicos #conteudo .listaServicos li h3 {
	font-size: 16px;
	background: transparent url(../img/layout/bullet.gif) left 4px no-repeat;
	padding: 0 0 0 15px;
	margin: 8px 0 8px 15px;
	width: 714px;
	float: left;
	display: inline;
}
#servicos #conteudo .listaServicos li div.base {
	padding-left: 15px;
	float: left;
	display: inline;
}

/* SYS */
#go-restrict {
	margin-top: 27px;
	margin-left: 120px;
}
#conteudo .bt-voltar {
	display: block;
	clear: both;
	margin: 5px 14px;
	padding: 3px;
	text-decoration: none;
}
#conteudo .bt-voltar span {
	float: left;
	display: inline;
	margin-right: 2px;
	text-indent: 0;	
}
#conteudo .bt-voltar:hover {
	color: #FFF;
}
#authMessage {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 12px 5px;
	cursor: default;
}
#conteudo .header-sys {
	border-bottom: 1px solid #DDD;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
#conteudo a.logout {
	float: right;
	display: inline;
	margin-right: 8px;
}
#conteudo a.logout span {
	float: left;
	text-indent: 0;	
}
#conteudo p.saudacao {
	padding-left: 8px;
}
#conteudo .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
#conteudo .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#conteudo .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: default;
}
#conteudo table {
	margin: 12px 0;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	background: #FFF;
}
#conteudo table.lista-chamados th,
#conteudo table.lista-chamados td {
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	cursor: default;
}
#conteudo table.lista-chamados .acoes {
	width: 68px;
	cursor: default;
}
#conteudo table.lista-chamados .acoes a {
	display: block;
	padding: 3px 6px;
	margin: -4px -10px;
	text-decoration: none;
	font-size: 11px;
}
#conteudo table.lista-chamados .acoes a span {
	float: left;
	display: inline;
	text-indent: 0;	
}
#conteudo table.lista-chamados .acoes a.bt-del {
	margin: -1px -8px;
	padding: 2px 5px;
	background-color: #990000;
}
#conteudo table.lista-chamados td {
	font-weight: normal;
	font-size: 11px;
}
#conteudo table.lista-chamados td.syslog {
	width: 100px;
	overflow: hidden;
}
#conteudo table.lista-chamados td.syslog a,
#conteudo table.lista-chamados td.syslog a span {
	float: left;
	display: inline;
	color: #2C5F98;
}
#conteudo table.lista-chamados td.syslog a span {
	margin-right: 2px;
	text-indent: 0;	
}
#conteudo table.lista-chamados td.syslog a:hover {
	text-decoration: none;
	color: #1C9E54;
}
#conteudo table.lista-chamados tr.odd td {
	background: #DFFFEC;
}
#conteudo table.lista-chamados tr.atrasado td {
	background: #FFD0BF;
}
#conteudo table.lista-chamados tr:hover td{
	background: #E7FFCF;
}

#sys.chamado #conteudo h3 {
	line-height: 24px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 6px;
}
#sys.chamado #conteudo h3 strong {
	font-size: 14px;
	font-style: italic;
	color: #666;
}
#conteudo .chamado {
	padding: 0 14px 10px;
}
#conteudo .chamado .input {
	margin: 5px 0;
	color: #333;
}
#conteudo .chamado .input p {
	font-size: 11px;
	line-height: 16px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 6px 9px;
}
#conteudo .chamado .bt-download span {
	float: left;
	display: inline;
	margin-right: 1px;
	text-indent: 0;
}
#conteudo .chamado h4 {
	font-size: 14px;
	font-weight: bold;
	color: #26834E;
	text-align: center;
	margin: 10px 2px;
}
#conteudo .chamado table {
	width: 97%;
	margin: 0 auto 6px;
}

#sys #conteudo form fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #036E31;
}
#sys #conteudo form fieldset p {
	margin: 8px 0;
}
#sys #conteudo form fieldset .rowButton input {
	padding: 3px 5px;
	overflow: visible;
	cursor: pointer;
}
#sys #conteudo table tbody tr.warn td {
	background: #FFC;
}
#sys #conteudo table tbody tr.warn:hover td {
	background: #FFA;
}
#sys #conteudo table tbody tr.danger td {
	background: #FCC;
}
#sys #conteudo table tbody tr.danger:hover td {
	background: #FAA;
}
.ui-dialog {
	text-align: left;
}
div.paging {
	color: #999;
	margin-bottom: 14px;
	text-align: center;
	cursor: default;
}
div.paging div.disabled {
	color: #ccc;
	display: inline;
	cursor: default;
}
div.paging a {
	padding: 1px 3px;
	text-decoration: none;
	background: #3B6F07;
	color: #FFF;
	font-weight: bold;
	padding: 0 2px;
}
div.paging a:hover {
	background-color: #62A226;
}