html {
	overflow-y: scroll;
}

a { color: #09c; font-size: 11px; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

address {
	color: #666;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	margin: 10px 0 20px 0;
	text-align: left;
}

body {
	background-color: #999;
	background-image: url('../imagem/bg.jpg');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h1 { font-size: 26px; font-weight: 100; margin: 0 0 10px 0; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 20px 0 10px 0; }
h3 { font-size: 16px; font-weight: normal; 	margin: 20px 0 10px 0; }
p { font-size: 11px; line-height: 16px; }

.invisivel {display: none; }

.ancora a {
	display: block;
	background-image: url('../imagem/bullet-seta.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	padding-left: 20px;
}

/* formulários */
label {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

legend { margin: 5px 0; }

input, select, textarea{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 10px 0;
}

button {
	display: block;
	background-color: #693;
	border: 1px solid #693;
	font-size: 10px;
	color: #fff;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}

fieldset {
	margin-bottom: 10px;
}
/* fim formulários */

.box-informativo .box-secundario .box-secundario-interno  {
	height: 115px;
}
.box-calendario .box-secundario .box-secundario-interno  {
	height: 115px;
}

/* calendario */
.cal {
	border-collapse: collapse;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	width: 100%;
}

.cal td {
	overflow: auto;
	width: 15px;
	height: 15px;
	padding: 1px;
}
.cal th { border-bottom: 1px solid #999; }
.cal-fimsemana { color: #999; }
.cal-anterior, .cal-proximo { color: #ccc; }
.cal-hoje { background-color: #eee; }
.cal-evento { background-color: #09c; }
.cal-evento a { color: #fff; }
/* fim calendario */

/* indicação */
.indicacao { margin-bottom: 10px; }
.indicacao-lnk {
	padding-left: 20px;
	background-image: url('../imagem/bullet-indicacao.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
/* fim indicação */

/* inscrição */
.inscricao-lnk {
	margin-left: 10px;
	padding-left: 20px;
	background-image: url('../imagem/bullet-inscricao.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
/* fim inscrição */

.dia { font-size: 9px; color: #999; margin-right: 20px;}
.legenda { font-size: 10px; color: #999; margin-bottom: 10px; }
.separador { color: #fff; border: 0; padding-top: 5px; }

.tabela {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 20px;
	width: 100%;
}
.tabela th { border-bottom: 1px solid #09c; }
.tabela-destaque { font-weight: bold; }

.lista li {
	background-image: url('../imagem/bullet-seta.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
	line-height: 15px;
	padding-left: 20px;
}

ul .lista-corpo {
	margin-bottom: 20px;
}

.lista-corpo li , .lista-corpo li a {
	font-size: 11px;
	line-height: 16px;
}

.lista-corpo-rotulo {
	font-weight: bold;
}

.corpo-fonte {
	font-size: 10px !important;
	margin: 5px 0 25px 0 !important;
}

/* cabecalhos */
.corpo-cabecalho3 {
	background-image: url('../imagem/bullet-seta.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-left: 20px;
}
/* fim cabeçalhos */

#pagina { width: 900px; margin:0 auto 10px auto; text-align:left; }
#cabecalho { background-color: #fff; height: 180px; }
#cabecalho-logo { float: left; margin: 35px 50px 0 20px; }
#cabecalho #cabecalho-banner { padding-top: 10px; }

/* menu */
#menu { margin-top: 10px; position: relative; }
#menu ol { float: left; height: 38px; padding: 0 0 0 30px; }
#menu li { float: left; }

.menu a { color: #fff; font-size: 11px; }
.menu li {
	padding: 10px 20px;
	_padding: 10px 18px;
	height: 18px;
	background-image: url('../imagem/menu-separador.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.menu .primeiro { background-image: none; }
#menu .menu-selecionado { background-image: url('../imagem/menu-marcador.png'); background-repeat: no-repeat; background-position: bottom; }
.menu-selecionado a { color: #09c; }

#menu-interno {
	background-color: #069;
	background-image: url('../imagem/menu-bg.jpg');
	background-repeat: repeat-x;
	height: 38px;
}

#submenu {
	background-color: #09c;
	background-image: url('../imagem/submenu-bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 35px;
}

.submenu {
	clear: both;
	left: 10px;
	margin-left: auto;
	position: absolute;
	top: 42px;
	width: 850px;
	z-index: 1000;
}


.submenu li {
	background-image: none;
	padding: 10px 15px;
	_padding-top: 15px;
}

.submenu a {
	font-size: 10px;
	color: #fff;
}

li .submenu-selecionado { background-image: url('../imagem/submenu-marcador.gif'); background-repeat: repeat-x; background-position: bottom; }
li .submenu-selecionado a { color: #036; }
/* fim menu */

#corpo {
	background-color: #fff;
	padding: 20px;
}

#principal {
	width: 480px;
	float: left;
}

#principal p {
	margin-bottom: 10px;
}

#barra-lateral {
	width: 320px;
	float: right;
}

#busca { padding: 20px 20px 10px 20px; }
#busca a { color: #fff; font-size: 11px; }

.busca-txt {
	width: 200px;
	padding: 5px;
	border: 1px solid #693;
	height: 20px;
	font-size: 18px;
	line-height: normal !important;
}

.busca-btn {
	height: 20px;
	width: 55px;
	border: none;
	background-color: #693;
	color: #fff;
	font-size: 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

/* rodapé */
#rodape { clear: both; padding: 20px 0 0 0; text-align: right; }
#rodape-menu  { font-size: 10px; }
#rodape-menu li {
	float: left;
	background-image: url('../imagem/rodape-menu-separador.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#rodape-menu a { padding: 0 5px; }
#rodape-menu .feed { padding-right: 10px; background-image: url('../imagem/feed.gif'); }
#rodape-recurso-texto a { padding: 1px; }

#rodape-barra {
	color: #999;
	background-color: #eee;
	font-size: 9px;
	padding: 5px;
}

.rodape-recurso-texto1 { font-size: 7px; width: 9px; height: 9px; }
.rodape-recurso-texto2 { font-size: 9px; width: 11px; height: 11px; }
.rodape-recurso-texto3{ font-size: 11px; width: 13px; height: 13px; }
/* fim rodapé */


/* boxes */
.box-fonte { color: #999; font-size: 9px; text-align: right; }
.box-fonte img { padding-left: 5px; vertical-align: middle; }

.box-comentario { color: #999; font-size: 9px; }

.box-primario-header, .box-secundario-header {
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
}
.box-primario-header { color: #fff; background-color: #09c; }
.box-secundario-header { background-color: #ccc; background-image: url('../imagem/box-header-bg.jpg'); background-repeat: repeat-x; background-position: bottom; }

.box-primario, .box-secundario {
	border: 1px solid #eee;
	border-bottom: none;
	border-top: none;
}

.box-primario-interno, .box-secundario-interno { padding: 20px; }
.box-primario-lista { font-size: 11px; line-height: 15px; }
/* fim boxes */

/* bordas */
.b-busca { background-color: #9c0; }
.b-cabecalho, .b-rodape { background-color: #fff; }
.b-menu { background-color: #069; }
.b-submenu { background-color: #09c; }
.b-rodape-barra { background-color: #eee; }
.b-primario { background-color: #09c; }
.b-secundario { background-color: #ccc; }
.b-primario-bottom, .b-secundario-bottom { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.b-primario-bottom-outer, .b-secundario-bottom-outer { border-bottom: 1px solid #eee; }

.b1, .b2, .b3, .b4 { font-size: 1px; overflow: hidden; display: block; }
.b1 { height: 1px; margin: 0 6px; }
.b2 { height: 1px; margin: 0 3px; }
.b3 { height: 1px; margin: 0 2px; }
.b4 { height: 2px; margin: 0 1px; }
/* fim bordas */


/* especificos - separar em .css */
.box-informativo-calendario, .box-informativo, .box-calendario {
	height: 180px;
}
.box-informativo {
	width: 48%;
	float: left;
}
.box-informativo p {
	font-size: 9px;
	
}

.box-calendario {
	width: 48%;
	float: right;
}
/* fimespecificos - separar em .css */

.lnk-botao {
	background-color: #693;
	border: 1px solid #693;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
}

.lnk-botao:hover {
	text-decoration: none;
	border: 1px solid #660;
}
