@charset "UTF-8";/* CSS Document */
* {
	font-family: Helvetica, Arial, sans-serif;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#0a8e13;
}

a:hover, a:active {
	color:#646464;
	text-decoration:underline;
}

body {
	margin:0;
	line-height:1.3em;
	background: #0065bb url('../img/default/bg.jpg') top center repeat-y;
	font-size:12px;
	color:#646464;
}

div#content{
	float:left;
	width:540px;
	padding:0 40px;	
	text-align:justify;
}

div#info{
	float:right;
	width:292px;
	margin-top:320px;
}

div#main {
	position:relative;
	width:920px;
	margin:0 auto;
}

div#flash {
	height:564px;
}

div#main-wrapper {
	margin-top:-320px;
	padding-top:20px;
	background: url('../img/default/main-bg.jpg') center bottom no-repeat;
}

div#terramidia {
	position:relative;
	height:75px;
}

div#terramidia img {
	position:absolute;
	top:26px;
	right:70px;
}

div#top-bar {
	background: url('../img/default/top-bar-bg.jpg');
}

div#top-bar ul {
	width:850px;
	height:37px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	text-align:right;
}

div#top-bar ul li {
	display:inline
}

div#breadcrumbs {
	width:350px;
	margin:10px 0;
	font-size:11px;
}

div#breadcrumbs a{
	color:#2472B0;
}

/************************************************** BOX **************************************************/
div.box {
	position:relative;
	float:left;
	width:278px;
	padding:7px;
}

div.box a.intro:link, div.box a.intro:visited{
	color:#646464;
}

div.box a.intro:hover, div.box a.intro:active{
	color:#0a8e13;
}

div.box h3 {
	position:relative;
	margin:0 0 15px 0;
	padding:10px 15px;
	border-bottom:1px solid #0a698e;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#0a698e;
}

div.box h3 a {
	position:absolute;
	right:15px;
	font-size:11px;
	letter-spacing:0;
	color:#0a698e;
}

div.box ul {
	margin:0;
	padding:0 15px;
	list-style-type:none;
}

div.box ul li {
	margin-bottom:10px;
	clear:both;
}

div.box ul li a img {
	float:left;
	margin: 0 5px 5px 0;
	border:1px solid #646464;
}

/************************************************** BOX - ENDERECO **************************************************/
div.box-endereco h3 {
	border:none;
}

div.box-endereco a {
	color:#2472b0;
}

/************************************************** BOX - NEWSLETTER **************************************************/
div.box-newsletter h3 {
	width:281px;
	height:42px;
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
	background:url('../img/default/box-newsletter-header.gif') no-repeat;
}

div.box-newsletter div.body {
	width:261px;
	min-height:100px;
	padding:10px 10px 35px 10px;
	background: url('../img/default/box-body-bg.png') no-repeat center bottom;
	color:#fff;
}

/************************************************** BOX - ENQUETE **************************************************/
div.box-enquete h3 {
	width:281px;
	height:42px;
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
	background:url('../img/default/box-enquete-header.gif') no-repeat;
}

div.box-enquete div.body {
	width:261px;
	min-height:100px;
	padding:10px 10px 35px 10px;
	background: url('../img/default/box-body-bg.png') no-repeat center bottom;
	color:#fff;
}

div.box-enquete fieldset{
	border:1px solid red;
}

/************************************************** BOX - ATENDIMENTO **************************************************/
div.box-atendimento h3 {
	width:281px;
	height:42px;
	margin:0;
	padding:0;
	border:none;
	border:none;
	text-indent:-9999px;
	background:url('../img/default/box-atendimento-header.gif') no-repeat;
}

div.box-atendimento div.body {
	width:261px;
	min-height:100px;
	padding:10px 10px 35px 10px;
	background: url('../img/default/box-body-bg.png') no-repeat center bottom;
	color:#fff;
}

/************************************************** BOX - FORMS **************************************************/
div.box form {
	margin:0;
	padding:0;
}

div.box div.input {
	clear:both;
	margin-bottom:8px;
}

div.box div.input label {
	display:block;
	float:left;
	width:60px;
}

div.box div.input input {
	width:190px;
	margin:0;
	padding:2px 2px;
	border:none;
	font-size:12px;
	vertical-align:middle;
	background:url('../img/default/box-input-bg.png');
	color:#646464;
}

div.box div.input input.small {
	width:94px;
	background:url('../img/default/box-input-small-bg.png');
}

div.box div.submit {
	position:absolute;
	bottom:15px;
	right:15px;
}

div.box div.submit input {
	background:none;
	width:auto;
}

div.hr{
	padding:5px;
	margin-bottom:30px;
	border-bottom:1px solid #0a698e;
	font-size:12px;
	text-align:right;
	color:#0a698e;
}

div.hr hr{
	display:none
}

div.line {
	padding:10px 24px 10px 20px;
	min-height: 220px; /* TODO Hack ie6 */
}

div.pagination {
	margin:10px;
	text-align:center;
	font-size:11px;
}

div.pagination a {
	padding:3px 5px;
	background:url('../img/default/pagination-bg.gif') repeat-x;
	border:1px solid #72abdb;
	text-decoration:none;
	color:#fff;
}

div.pagination a:hover, div.pagination a:active{
	color:#72abdb;
	background:#C0DCF1;
}

div.pagination .current {
	padding:3px 5px;
	background:#72ABDB;
	border:1px solid #72abdb;	
	font-weight:bold;
	color:#fff;
}

div.pagination .disabled {
	padding:3px 5px;
	background:url('../img/default/pagination-bg.gif') repeat-x;
	border:1px solid #72abdb;	
	color:#72abdb;
}

/************************************************** FORM **************************************************/

form label{
	display:block;
}

div.input{
	margin-bottom:10px;
}

div.input input{
	width:200px;
	padding:3px;
	font-size:12px;
	color:#646464;
	border:none;
}

div.input select{
	padding:3px;
	font-size:12px;
	color:#646464;
	border:none;
}

div.input textarea{
	width:500px;
	height:150px;
	padding:3px;
	font-size:12px;
	color:#646464;
	border:none;
}

div.input .form-error{
	border:1px solid #c00;
}

div.radio label{
	display:inline;
}

div.error-message{
	font-size:11px;
	color:#c00;
}

/************************************************** FORM TEST **************************************************/

form#TestResultForm fieldset{
	margin: 0 0 20px 0;
	padding:0;
	border:none;
}

form#TestResultForm legend{	
	font-weight:bold;
}

form#TestResultForm div.radio input{
	width:auto;
}

/************************************************** FORM TEST **************************************************/



form#ElementInscricaoOficina div.input label{
	display:block;
	float:left;
	width:80px;
}

form#ElementInscricaoOficina div.input input{
	width:300px;
}

h2.title, div#content h2{
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#2472b0;
}

h3.title, div#content h3{
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#2472b0;
}

img.text{
	float:left;
	margin: 0 10px 10px 0;
	border:2px solid #fff;
}

span.date {
	color:#0a8e13;
}

span.intro {
	display:table-cell;
	color:#646464;
}

span.small {
	font-size:10px;
}

span.small a{
	color:#2472b0 !important;
}

/********************* rodape *********************/

ul#footer {
	height:61px;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	line-height:61px;
}

ul#footer li {
	display:inline;
	padding:5px;
}

ul#footer li a {
	text-decoration:none;
	color:#fff;
}

ul#footer li a:hover, ul#footer li a:active {
	text-decoration:underline;
}

/********************* album ********************/

ul.album{
	list-style:none;
	margin:0;
	padding:0;
}

ul.album li{
	display:inline;
}

ul.album a{
	display:inline-table;
	margin:2px;
	border:3px solid #fff;
}

/********************* listagens *********************/

ul.index {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.index li {
	margin:20px 0;
	clear:both;
	border-bottom:1px solid #A9CEE9;
}

ul.index a:link, ul.index a:visited {
	color:#0a8e13;
}

ul.index a:hover, ul.index a:active {
	color:#646464;
}

ul.index a.intro:link, ul.index a.intro:visited {
	color:#646464;
}

ul.index a.intro:hover, ul.index a.intro:active {
	color:#0a8e13;
}


ul.index a.title{
	font-weight:bold;
}

ul.index img {
	float:left;
	margin: 0 10px 5px 0;
	border:2px solid #fff;
}

ul.index div.links{
	position:relative;
	margin:10px 0;
	font-size:10px;	
}

ul.index div.links span.category a{
	color:#2472B0;
	font-weight:bold;
}

ul.index div.links span.read-more{
	position:absolute;
	right:20px;
}

ul.index h3 {
	margin:0;
	font-size:12px;
	font-weight:bold;
}

/********************* enquetes - resultados *********************/

ul.pool {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

ul.pool li.votesBar {
	font-size:10px;
	margin-bottom:10px;	
}

ul.pool div.votesBarWrapper {
	position:relative;
	margin-right:10px;
	width:540px;
	height:15px;
	border:1px inset #0c6cc0;
	background: #c2dbef;
	text-align:center;
}

ul.pool div.percentage {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color: #000;
}

ul.pool div.votesBar {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background: url('../img/default/pool_bar.gif');
}

/********************* revistas *********************/

ul.revistas{
	line-height:1.1em;
}

ul.revistas li{
	float:left;
	clear:none;
	width:140px;	
	height:230px;
	padding:0 18px;
	text-align:left;
	font-size:11px;
	border:none;
}

ul.revistas li a{	
	text-decoration:none;
	color:#646464 !important;
}

ul.revistas li a img{
	margin:0;
	padding:0;	
	border:3px solid #fff;
}

/********************* testes - resultados *********************/

ul.test-result{
	margin:0;
	padding:0;
	list-style:none;
}

ul.test-result li{
	margin-bottom:10px;
}

ul.test-result li.user-result{
	padding:10px;
	border:1px solid #479052;
	background:#E6E9B4;
	color:#172F5B;
}