/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
	text-align: center;
}

body {
	text-align: left;
}

h1 {
	font-size: 16px;
	color: #00788A;
}

h2 {
	margin: 0 0 -10px 0;
	padding: 0;
}

p {
	line-height: 18px;
}

a {
	color: #00788A;
}

input {
	border: 1px solid #3ba7b7;
}

hr {
	border: none;
	border-bottom: 1px dashed #CCCCCC;
}

#site {
	width: 800px;
	padding: 5px;
}

#cabecalho {
	clear: both;
	width: 100%;
	height: 16px;
}

#span_login_cabecalho {
	float: right;
	margin-top: -5px;
	margin-bottom: 5px;
}

#menu {
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
}

#corpo {
	clear: both;
	width: 100%;
}

#logo_busca {
	width: 100%;
	height: 130px;
	background-image: url(../img/faixa_azul.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo_busca #logo_scriba {
	margin: 15px;
}

#logo {
	float: left;
	width: 55%;
}

#menu_scriba {
	padding-top: 10px;
	font-size: 9px;
}

#busca {
	width: 43%;
	float: right;
	padding-top: 35px;
}

#conteudo {
	background-image: url(../img/faixa_laranja.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

#rodape {
	padding-top: 10px;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	background-image: url(../img/faixa_azul.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.comentario {
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

.fonte10px {
	font-size: 10px;
}

.borda_destaque_e {
	background-image: url(../img/borda_destaque_transp_e.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.borda_destaque_d {
	background-image: url(../img/borda_destaque_transp_d.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.link_sem_underline {
	text-decoration: none;
}

.link_sem_underline:hover {
	text-decoration: underline;
}