/*
Layout
*/
* {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	margin-top:0;
	font-size: 12px;
	background: url(/media/site/base/gradient-background.jpg);
}
	
#envelope {
    width: 1003px;
    margin: 0 auto;
    background: #0F4E6D url(/media/site/base/fundo_conteudo.png) repeat-y right;
}

#barra_lateral {
	float:right;
	width: 185px;
	height: 1%;
	background-color:#0F4E6D;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#barra_lateral h2 {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 10px;
}

#barra_lateral p {
	color: white;
	text-align: left;
	padding-left: 10px;
}

#barra_lateral th {
	color: white;
	font-size: 10px;
}

#barra_lateral .input {
	width: 120px;
	background-color: #afbecd;
	border: 1px solid #fff;
}

#barra_lateral .input:focus {
	background-color: #fff;
}

#barra_lateral .imagem {
	margin-bottom: 15px;
}

#barra_lateral a {
	color: white;
}

#conteudo {
	width: 660px;
	float:left;
	background-color:#FFF;
	min-height:548px;
	padding: 10px 30px 10px 128px;
	background-image: url(/media/site/artigos/lapis_microchip.png);
	background-repeat: no-repeat;
	background-position: top-left;
}

#menu_superior {
	height: 27px;
	background-color:#ff9231;
	font-size: 12px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
}

#rodape {
    clear:both;
    height: 16px;
    background-color:#ff9231;
    padding-top: 4px;
    padding-left: 10px;
}

#rodape a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

#rodape a:hover {
	text-decoration: underline;
}

#breadcrumb {
	background-color: #FFFFFF;
	height: 18px;
	margin: 10px 0px;
	border: 1px dotted black;
	padding-top: 4px;
}

#breadcrumb ul {
    display:inline;
    padding-left: 10px;
}

#breadcrumb li {
    display:inline;
    color:#666;
}

/*
Formatacao
*/

#conteudo a, #conteudo a:visited {
    color: #3575fd;
    text-decoration:none;
}

#conteudo a:hover {
    color: #3575fd;
    text-decoration:underline;
}

#conteudo th {
    text-align: left;
}

#conteudo tr {
    vertical-align: top;
}

#conteudo .caixa_erro {
    background-color: #FFDBD3;
    padding: 10px;
    margin: 10px;
}

#conteudo .caixa_mensagem {
    background-color: #FF9;
    padding: 10px;
    margin: 10px;
}

#conteudo h1 {
	font-size: 25px;
	color: #184664;
}

#conteudo h2 {
	font-size: 20px;
	color: #717F99;
}

#conteudo h3 {
	color: #717F99;
	font-size: 13px;
}

#conteudo p, #conteudo li, #conteudo td {
	color: #3c3c3c;
}

#conteudo li {
	margin-bottom: 10px;
}

/* Formularios */
textarea {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
}
#conteudo ul.errorlist {
	list-style: none;
	padding:0;
	margin:0;
}

#conteudo ul.errorlist li {
	color: #d00205;
}

.form_as_table input[type="text"], .form_as_table input[type="password"], textarea {
    width:100%;
    background-color: #D2ECF9;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 3px;
}

.form_as_table table {
    width: 550px;
}

.form_as_table table th {
    width: 120px;
	vertical-align:middle;
	font-weight: normal;
}

.form_as_table .secao, tr.secao {
	background-color:#036;
	color:#FFF;
}

.form_as_table table tr th.requerido, .form_as_table table tr.requerido th {
	font-weight: bold;
}

.form_as_table table tr th.erro, .form_as_table table tr.erro th {
	background-color: #FFDBD3;
}

table .titulo_tabela {
    background-color: #CCC;
}

