@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.corpo{
	background-color:#F7F7F7; 
	border:1px solid #CCC; 
	padding:5px;
}

#topo{
	background-image:url(../img/bg1_top.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
	width:100%; 
	height:118px;
}

#logo_left{
	background-image:url(../img/logo_left.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	height:118px;
}

#logo_center{
	background-image:url(../img/logo_center.jpg); 
	background-position:top center; 
	background-repeat:no-repeat;
	height:118px;
}

#nav_bar{
	background-image:url(../img/header_cadastro.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:16px;
	font-weight:bold;
	height:65px;
}

#nav_bar_title{
	font-size:18px;
	font-weight:bold;
	background-image:url(../img/icone_ficha_inscricao.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
	padding:10px 0 0 50px;
}

.tabela_calendario{
	border-left:1px solid #999;
	border-top:1px solid #999;
}

.tabela_calendario td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px;
}

.tabela_cadastro{
	background-color:#F7F7F7;
	border:1px solid #CCC;
	margin-top:3px;
}

.tabela_cadastro td{
	padding:5px;
}

.tabela_recuperar_senha td{
	padding:5px;
}

#login{
	border:1px solid #CCC;
	padding:5px;
	width:90%; 
	margin: 0 auto;
}

h3 {
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
}

input { 
	border: 1px solid #CCC; 
	margin-bottom: .5em;  
}

input.error { 
	border: 2px solid red; 
}

select.error { 
	border: 2px solid red;
}

label.error {
	color:#C00;
	display: block;
}

label.valid {
	background: url('../img/checked.gif') no-repeat;
	width: 16px;
	height: 16px;
}

#novo_polo {
	display:none;
}