@charset "utf-8";
/* Login */
#centro_login{
	background-image: url(../imagens/fundo_login.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 305px;
	margin: 10% auto 0;
	padding: 5px;
}
#centro_login label,
#centro_login input{
	padding: 2px;
}
#centro_login label,
#centro_login input{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#centro_login {
	font-family: Verdana;
	font-size: 11px;
	color: #000;	
}
#centro_login a{
	color: #000;
	text-decoration: none;
}
#centro_login a:hover{
	color: #000;
	text-decoration: underline;
}

#centro_login table{
	margin: 11px 27px 0;
}
#centro_login div.erro{
	font-family: verdana;
	font-size: 11px;
	color: #F00;
	background: none !important;
	text-align: center;
	padding: 35px 0 0;
}
.msg_status{
	margin: 20px 0;
	text-align: center;
}

#container{
	margin: 10px auto;
	width: 960px;
}
#tabs{
	background: #E7E7E7;
}
#tabs a{
	outline: none;
}
/* Cor de fundo da tela e da tab */
.conteudo_tab, .ui-state-active{
	background: #E7E7E7 !important;
}
label{
	font-weight: bold;
	display: block;
}
fieldset{
	border: 1px solid #CCC;
	padding: 0 8px;
	margin: 0 0 15px;
	clear: both;
}
fieldset legend{
	color: #666;
}
#topo{
	height: 46px;
}
#topo div{
	float: left;
	margin: 0 4px 0 0;
}
.linha{
	display: block;
	clear: both;
	position: relative;
}
.linha > div{
	float:left;
	margin: 5px 4px 5px 0;
}
.clear{
	clear:both;
}
input, select, textarea{
	border: 1px solid #B6B6B6;
	background-color: #FFF;
}
input, textarea{
	padding: 3px;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
}
select{
	padding: 1px;
	height: 21px;
}
option{
	padding: 1px;
}
input:focus, select:focus, textarea:focus{
	border-color: #2C2C2C;
	background-color: #EFFFB0;
}
input[type=checkbox]{
	border: none;
}
.readonly{
	background: #E8E8E8;
	color: #414141;
}
#documentos_pendentes{
	height: 246px;
	overflow-y: scroll;
}
.lista{
	border: 1px inset #E6E6E6;
	background: #FFF;
}
.lista li{
	list-style: none;
}
/* Exibe a lupa no campo matrícula */
span.busca{
	position: relative;
}
span.busca img{
	position: absolute;
	right: 3px;
	margin: 2px;
	top: -3px;
	cursor: pointer;
	border: 0;
}

form .erro{
	background: #F77 !important;
	color: #FFF;
	font-weight: bold;
}
h1.erro{
	color: #F00;
	font-weight: bold;
}
input[type=image]{
	border: none;
	background: none;
}
/* Principal */
#principal{
	height: 100%;
	padding: 15px;
	font-family: Verdana, Geneva;
	font-size: 12px;
}
#principal fieldset{
	border: 1px dashed #666;
}
#principal legend{
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #666;
	background-color: #FFF;
	margin-left: 8px;
}
#principal ul{
	padding: 10px 20px;
	list-style-type: square;
}
#principal ul li{
	padding: 3px 0;
}
#principal ul ul{
	padding: 0 15px;
	list-style-type: circle;
}
#principal ul a{
	color: #006;
	text-decoration: none;
}
#principal ul a:hover{
	text-decoration: underline;
}

.captcha{
	cursor: pointer;
}
#auxiliar{
	display: none;
	text-align: center;
}