
label{
font-weight:bold;
color:#999999;
font-size:12px;
}

input{
margin:2px;
border:solid 0px;
background-color:#eee;
padding:3px;
font-size:12px;
color:#333;
}

textarea{
width:150px;
height:100px;
border:solid 0px;
background-color:#eee;
padding:3px;
font-size:12px;
color:#333;
font-family:Arial, Helvetica, sans-serif;
}

.bot_forme{
background-color:#990000;
padding:5px;
margin:3px;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
color:#FFFFFF;
cursor:pointer;
}


h2{
margin:0;
color:#999999;
font-size:14px;
text-transform:uppercase;
letter-spacing:-1px;}




ul{
text-decoration:none;
color:#817f7f;
font-size:11px;
margin:0px;

padding-left:13px;}

li{

padding-bottom:5px;
}

#banner{
width:900px;
height:193px;
background-image:url(../imagens/img/back_banner_geral_novo.jpg);
background-color:#FFF;
}


#foto_historico{
width:150px;
padding-top:5px;
float:left;}



#historico{
padding-top:10px;
margin-top:10px;
float:right;
width:510px;
padding-left:10px;
padding-bottom:10px;
border-bottom:1px solid #990000;
}


#cont_lista{
width:678px;
float:left;
padding:5px;
padding-left:20px;
background-image:url(../imagens/img/back_caixa_fotos.jpg);
background-position:10px 30px;
background-repeat:no-repeat;
}

#menu_internas{
background-image:url(../imagens/img/back_menu_interna.jpg);
background-repeat:repeat-x;
width:176px;
height: 450px;
margin-bottom:10px;
float:left;
}


#top_menu_interna{
background-image:url(../imagens/img/menu_interna.jpg);
background-repeat:no-repeat;
background-position: 10px 2px;
margin-bottom:20px;
width:100%;
height:21px;
}

#menu_cont_interna ul {
list-style:none;
padding:1px;
margin:0px;}

#menu_cont_interna li{
color:#993300;
font-size:11px;
border-bottom: dashed #333333 1px;
padding:5px;
}


#menu_cont_interna li a{
color:#666666;
font-size:11px;
font-weight:bold;
letter-spacing:0px;
font-family: Tahoma, Geneva, sans-serif;
}

#menu_cont_interna li a:hover{
text-decoration:none;
color:#2E1E69;
}

#sub_colegio{
padding-left:40px;
padding-bottom:3px;
font-size:10px;
border-bottom: dashed #333333 1px;
}


a .sub {
text-decoration:none;
color:#999999;
}

a:hover .sub {
color:#666666;
text-decoration:underline;}

.matricula{color:#666666;
border-bottom:none;
font-size:11px;
font-weight:bold;
letter-spacing:-1px;
padding:5px;}

.maks{font-weight:bold;
color:#993300;
margin-left:5px;
font-size:9px;}

#cont{
width:678px;
float:left;
padding:5px;
padding-left:20px;
background-image:url(../imagens/img/back_caixa_fotos.jpg);
background-position:10px 30px;
background-repeat:no-repeat;
}

hr{
margin-top:0px;
color:#2e1e69;
border:solid 1px #2e1e69;}

hr1{
margin-top:0px;
color:#2e1e69;
border:solid 1px #2e1e69;}



#projetos{
padding:10px;
margin-top:10px;
float:left;
width:655px;
margin-bottom:10px;
border-bottom:1px solid #990000;
}



#caixa_matricula{
float:left;
width:320px;
padding-bottom:20px;
margin-top:10px;

margin-right:10px;}

h3{
font-size:12px;
text-transform:uppercase;
padding:0px;
margin:0px;
color:#2e1e69;
font-weight:bold;
}

.cad_aluno {
	font-size:11px;
	color:#900;
	font-weight:bold;
}
.botoes {
	/*border:solid thin #999; */
	border:none; 
	cursor:pointer; 
	height:40px; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:middle;
}
/* Tira setas dos campos tipo number e date */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
