
body {
	background: #aaa  repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817f7f;
}

* {
	padding: 0;
	margin: 0;
	outline-style: none;
	outline-width: 0;
}

a {
	text-decoration: none;
	color: #494949;
}

a:hover {
	color: #C93333;
	text-decoration: none;
}

.clear {
	clear: both;
}

.borda_left {
	float: left;
}

.borda_right {
	float: right;
}

a.botao100, input.botao100 {
	width: 97px;
	height: 22px;
	display: block;
	background: url(../imagens/botao100.gif);
}

a.botao140, input.botao140 {
	width: 139px;
	height: 22px;
	display: block;
	background: url(../imagens/botao140.gif);
}

a.botao60, input.botao60 {
	width: 60px;
	height: 22px;
	display: block;
	background: url(../imagens/botao60.gif);
}

input.botao100, input.botao140, input.botao60 {
	border: none;
	line-height: 1.9;
	text-align: center;
	color: #494949;
}

/**************************/
/*         Pagina         */

#page {
	width: 694px;
	margin: 0 auto;
	padding: 0 6px;
	background: #fff;
}

#cabecalho {
	height: 103px;
	border-bottom: 3px solid #d3d1d2;
	background: url(../imagens/topo.gif) no-repeat;
}

#cabecalho .logo_san {
	width: 210px;
	height: 97px;
	margin: 6px 0 0 -3px;
	position: absolute;
	background: url(../imagens/logo.gif) no-repeat;
}

#cabecalho .links {
	position: absolute;
	margin: 48px 0 0 242px;
	list-style: none;
}

#cabecalho .links li {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 12px;
	background: url(../imagens/sepmenutopo.gif) 0 4px no-repeat;
}

#cabecalho .links li.first {
	padding-left: 0;
	background: none;
}

#cabecalho .links li a {
	font-size: 10px;
	font-weight: bold;
}

/************************/
/*    MENU PRINCIPAL    */
#menu {
	height: 49px;
	margin-top: 2px;
	background: #f0f0f0 url(../imagens/backgroundmenu.gif) bottom no-repeat;
}

#menu h1 {
	float: left;
	margin: 10px 0 0 12px;
	font-size: 17px;
	color: #817F7F;
}

#menu .opcoes_menu {
	list-style: none;
	float: right;
	margin: 9px 12px 0 0;
}

#menu .opcoes_menu li {
	float: left;
	margin: 0 4px 0 4px;
}

#menu .opcoes_menu li a {
	line-height: 1.9;
	text-align: center;
}

/***********************/
/*   CONTEUDO PAGINA   */

#conteudo {
	background: url(../imagens/backgroundcontent.gif) top repeat-x;
	padding: 22px 12px;
}

#conteudo .descricao {
	margin-top: 10px;
}

#msg_abertura_chamado {
	margin-top: 20px;
	color: #555;
}

#msg_abertura_chamado p {
	margin-top: 15px;
	text-align: justify;
}

#msg_abertura_chamado .nro_protocolo {
	width: 300px;
	margin: 15px 0 0 35px;
	padding: 1px 0 16px 0;
	border-left: solid 3px #c94333;
	border-right: solid 3px #c94333;
	background-color: #f0f0f0;
}

#msg_abertura_chamado .nro_protocolo p {
	text-align: center;
}

/*************************/
/**     FORMULARIOS     **/
.form fieldset {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 8px;
	margin: 18px 0;
	width: 580px;
}
.form h2 {
	font-weight: bold;
	padding: 0 3px;
	font-size: 13px;
}
.form ol {
	margin-left: -8px;
}
.form li {
	list-style: none;
	border-top: 1px solid #ccc;
	padding: 10px 4px;
}
.form li.titulo {
	padding: 5px 4px;
	border-top: none;
	background: #e1f0fc;
	font-weight: bold;
	font-size: 13px;
}
.form li.titulo label {
	color: #65a3d2;
	width: 100%;
}
.form li.par {
	background: #f9f9f9;
}
.form li.ativa {
	background: #ecf7ff;
}
.form label {
	display: inline-block;
	width: 128px;
	vertical-align: top;
	line-height: 2;
	padding-left: 8px;
}
.form em {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}
.form span {
	font-size: 10px;
}
.form input.campo_padrao, .form select.campo_padrao, .form textarea.campo_padrao {
	width: 400px;
	padding: 3px;
	color: #999;
	border: 1px solid #777;
	height: 16px;
}
.form select.campo_padrao {
	width: 408px;
	height: 25px;
}
.form textarea.campo_padrao {
	height: 160px;
}
.form li.btnchamado {
	text-align: right;
}

/*************************/
/**      MENSAGENS      **/
li.erro, li.aviso, li.informacao, li.confirmacao {
	padding: 10px 3px 10px 38px;
	background: #bf2727 url(../imagens/error.png) 5px 2px no-repeat;
	color: #FFF;
}

li.aviso {
	color: #FFF;
	background: #d5b810 url(../imagens/warning.png) 5px 2px no-repeat;
}

li.informacao {
	color: #FFF;
	background: #d5b810 url(../imagens/info.png) 5px 2px no-repeat;
}

li.confirmacao {
	color: #FFF;
	background: #65a3e0 url(../imagens/confirm.png) 5px 2px no-repeat;
}

li.erro a, li.aviso a, li.informacao a, li.confirmacao a {
	float: right; 
	margin-top: -12px; 
	font-size: 10px;
	color: #ccc;	
}
