/* padroes do layout */
body {
    background: transparent url("imagens/bgBody.png") repeat-x;
    margin:0 auto;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;

}

#top{
    width: 700px;
}
#topo h1 {
background:url("imagens/logo_seduc.png") no-repeat scroll 0 0 transparent;
float:left;
height:81px;
padding:0;
width:350px;
margin-top: -5px;
margin-left: 200px;
}

h1{
    text-align: center;
    color:#333333;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size:26px;
    font-weight:bold;
}
body a {
    color: #666666;
}

body a:hover {
    color: #006699;
}

#topo {

    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight:bold;
    height: 100px;
}

#showDisciplinas{
    width: 100%;
}

#conteudo {
    background-color: #FFFFFF;
    margin: auto;
}

#rodape {
    width: 100%;
    overflow:auto;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    color: #4F4F4F;
    background: #D6D6D6 repeat-x;
}

form {
    margin: 0 auto;
    font-size:16px;
    width: 100%;
    float:left;
    
}

fieldset {
    background-color: #FFFFFF;
    margin:10px auto;
    padding: 10px;
    width: 815px;
    border:2px solid #2561de;
    
}

legend {
    color: #fff;
    font-weight: bold;
    background: #2561de;
    padding: 5px;
}

form label.leg {
    clear:left;
    display:block;
    float:left;
    width:300px;
    text-align:right;
    padding-right:7px;
    color:#333333;
    margin-bottom: 0.2em;
    font-family: Arial, sans-serif;
    font-size:1.1em;
    font-weight:normal;

}

form input {
    margin-bottom: 10px;
    padding: 5px;
    border:2px solid #ccc;
}

form select {
    background: #EDEDED;
    margin-bottom: 10px;
    padding: 5px;
    border:2px solid #ccc;
}

form select:FOCUS,INPUT:FOCUS {
    border:2px solid #B33900;
}

erro{
     /* remove the next line when you have trouble in IE6 with labels in list */
    color:#CC3300;
    padding-top: 0px;
    margin-top: 0px;
    font-size:12px ;
    margin-right: 10px !important;
    margin-left: 5px;

    /* display:none !important; */


}

form span.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color:#CC3300;
   
    /*	margin-left:15em;
	padding-right:1em;
	*/
    font-size:80% ;
    width: 200px !important;
    margin-right: 10px !important;
    margin-left: 5px;

    /* display:none !important; */

}

.link{
    background: #AD1023;
    border:1px solid gray;
    color: #DBDBDB;
    text-decoration: none;
    padding: 5px
}
.link:hover{
    color:#fff;
    text-decoration: none;
}

.style1 {
    color: #CC3300;
}

.table {padding: 10px; background:#8F8F8F; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; font-weight:bold; height:23px; }

.tableint { border-top:1px solid #666; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333; background-color:#FFFFFF; height:24px; vertical-align:middle; }
.tableint1 { border-top:1px solid #666; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333; background-color:#F5F5F5; height:24px; vertical-align:middle; }


#menu {margin: -45px auto; width: 700px; font-size: 20px}

#menu li {
    float: left;
    list-style: none;
    padding: 5px;
    display: inline;

}

#menu li a {
    height:1px; /* IE5.0 bug */
    padding: 5px;
    margin:0;
    border: 2px solid #fff;
    text-decoration: none;

}

#menu li a:link{
    color: #575757;

}

#menu li a:hover {
    padding: 5px;
    color: #3B3B3B;
    font-size: 21px;
    border: 2px solid #fff;
}

.erroLogin{
    background: #AE2525;
    margin: auto;
    width: 200px;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    padding: 5px;

}
.botao {
    clear: both;
    background:url("imagens/fundo_botao.png") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    height:22px;
    margin:0 350px 20px;
    padding:0;
    width:100px;
}
.botao:hover {
    background-position:0 -22px;
}

.voltar{
    font-size: 18px;
    padding: 5px;
    
}

#frmLogin{
}


.corpo_protocolo{
    border: 1px solid #2561de;
    margin: auto;
    padding: 10px 20px 20px 20px;
	width: 860px;
    font-family: arial;

}
.topo_protocolo{
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 30px;
}
