body{
    background-color:#999;
    margin:0px;
    font-family:verdana;
    font-size:12px;
}

#container{
    position:absolute;
    float:left;
    width:1024px;
    background-color:white;
    margin-left:-512px;
    left:50%;
    height:100%;
}

#containerlogin{
    position:absolute;
    float:left;
    width:450px;
    background-color:white;
    left:50%;
    height:100%;
    text-align:center;
}
#logo{
    float:left;
    width:auto;
    height:auto;
    margin-left:50px;
    margin-top:5px;
}

#menu{
    background-color:#EEE;
    float:left;
    width:100%;
    height:auto;
    margin-top:10px;
    margin-left:0;
}

#msgErro{
    color:red;
    font:bold 14px;
}
#msgSucesso{
    background-color:#EEE;
    margin-top:20px;
}

#bemVindo{
    float:left;
    width:auto;
    font-size:16px;
}

#data{
    float:right;
    width:auto;
}

#temposessao {
	float:right;
	width:auto;
	font-size:12px;
	background-color: #EEEEEE;
	margin-top:60px;
}	

#tempo{
	font-size:20px;
}

#conteudo{
    float:left;
    width:100%;
    height:auto;
    margin-top:5px;
	position:relative;
}

#topo{
    float:left;
    width:100%;
    
}

#titulo{;
    width:95%;
    border: #999999 solid 1px;
    margin-top:10px;
    font-size: 18px;
    font-weight:500;
    color: #999999;
	background-color:#FFFFFF;
}
#subconteudo{
    width:95%;
    border: #999999 solid 1px;
    margin-top:10px;
    height:auto;
	background-color:#FFFFFF;
	position:relative;
}

#captainfo{
    width:95%;
    margin:10px;
    height:auto;
}

#linkpreto10px{
    font-size:10px;
    color:black;
}
#retornodata {
    width:100%;
    float:left;
    height:auto;
}
#infosecundaria{
    height:auto;
    margin-top:15px;
}

.errovermelho16{
    color:red;
    font-size:16px;
    font-weight:500;
}
.titulotabelapreto12{
    color:black;
    font-size:12px;
    font-weight:400;
    border: black solid 1px;
}
.dadostabelapreto10{
    color:black;
    font-size:10px;
    font-weight:300;
}
.subtitulo{
    font-size:18px;
    margin:10px;
}
.botaolancamentofreqhab{
    background-color: #999999;
    color:white;
}
.botaolancamentofreqdesab{
    background-color: #000000;
    color:white;
}
.botaolancamentofreqlancado{
    background-color: #FF0000;
    color:white;
}
.impar{
	background-color:#E5E5E5;
}

.errado{
	border:#FF0000 solid 3px;
	background-color:#FFD5D5;
}

.certo{
	border:#999999 solid 3px;
	background-color:#D9FFD9;
}