@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	background: url(../images/marcador-h1.gif) left bottom no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 9px;
	font-size: 20px;
	font-weight: normal;
}
p {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #62829a;
}
/* CLASS */
table.ranking {
	margin-top: 10px;
}
table.ranking th {
	background: #dee6eb;
	height: 30px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #0a4e80;
}
table.ranking td {
	height: 31px;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: left;
	color: #0a4e80;
	border-bottom: solid 1px #dee6eb;
}
table.ranking tr:hover {
	background: #eef2f5;
}
table.menu-footer th {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #62829a;
	height: 27px;
	border-bottom: solid 1px #62829a;
}
table.menu-footer td {
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-align: left;
	color: #62829a;
	height: 27px;
	margin-left: 20px;
	border-bottom: solid 1px #b9c8d3;
}
table.menu-footer a {
	text-decoration: none;
	color: #62829a;
}
table.menu-footer td:hover {
	background: #d5dfe5;
}
.condominio {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #62829a;
	line-height: 18px;
	width: 219px;
	height: 224px;
	float: left;
	margin: 20px 0px 0px 22px;
	border-bottom: solid 1px #c8d6df;
}
a.innerborder, a.innerborder img {
	float: left;
	overflow:hidden;
}
a.innerborder:hover {
	border: 3px solid #c8d6df;
}
a.innerborder:hover img {
	margin: -3px;
}
.concurso-quadro {
	width: 100%;
	height: 150px;
	margin-top: 30px;
}
.concurso-quadro img {
	border: 0;
	margin-right: 15px;
	float: left;
}
button.bt-ok {
	background: url(../images/bt-ok.gif) no-repeat;
	width: 36px;
	height: 36px;
	cursor: pointer;
	float: right;
	border: none;
}
button.bt-enviar {
	background: url(../images/bt-enviar.gif) no-repeat;
	width: 68px;
	height: 36px;
	cursor: pointer;
	border: none;
}
.float-login {
	width: 318px;
	height: 36px;
	position: absolute;
	left: 55%;
	margin: 430px 0px 0px 13px;
	cursor: pointer;
}

/* DIV'S */
#login {
	background: #dee6eb url(../images/bg-login.gif) top center no-repeat;
	width: 390px;
	height: 316px;
	margin: 0px auto 0px auto;
}
#login form input.nome {
	background: #FFF url(../images/input-nome.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin-top: 13px;
	border: none;
}
#login form input.nascimento {
	background: #FFF url(../images/input-nascimento.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin-top: 13px;
	border: none;
}
#login form input.email {
	background: #FFF url(../images/input-email.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin-top: 13px;
	border: none;
}
#login form input.telefone {
	background: #FFF url(../images/input-telefone.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin-top: 1px;
	border: none;
}
#login form input.rg {
	background: #FFF url(../images/input-rg.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin-top: 1px;
	border: none;
}
#login form input.senha {
	background: #FFF url(../images/input-senha.gif) left no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #62829a;
	width: 315px;
	height: 29px;
	padding: 11px 0px 0px 15px;
	margin: 1px 0px 13px 0px;
	border: none;
}
#login p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#flash {
	width: 100%;
	height: 610px;
	text-align: center;
}
#content-stage {
	width: 942px;
	margin: 35px auto 0px auto;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #62829a;
}
#content-stage #content-left {
	width: 294px;
	float: left;
}
#twitter_div ul#twitter_update_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #62829a;
}
#twitter_div ul#twitter_update_list li {
	padding: 10px 16px 10px 0px;
	border-bottom: solid 1px #dee6eb;
}
#twitter_div ul#twitter_update_list li a {
	text-decoration: none;
	color: #de313b;
}
#twitter_div ul#twitter_update_list li a:hover {
	text-decoration: underline;
}
#content-stage #content-right {
	width: 294px;
	float: right;
}
#content-stage #content-center {
	width: 294px;
	margin: 0px 30px 0px 30px;
	float: left;
}
#content-stage #regulamento {
	width: 618px;
	margin: 30px 0px 0px 0px;
	float: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #62829a;
}
#content-stage #coluna {
	width: 294px;
	margin: 30px 0px 0px 30px;
	float: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #62829a;
}
#content-footer {
	background: #dee6eb url(../images/firula-footer.gif) top repeat-x;
	width: 100%;
	height: 138px;
	margin-top: 42px;
	padding-top: 123px;
	clear: both;
}
#content-footer #footer-menu {
	width: 537px;
	margin: 0px auto 0px auto;
}
#footer-copyright {
	background: #0a4e80 url(../images/diagonal-footer.gif) center top no-repeat;
	width: 100%;
	height: 40px;
	padding-top: 70px;
}
#footer-copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-copyright #copyright {
	width: 942px;
	margin: 0px auto 0px auto;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}