*{
    margin:0;
    padding:0;list-style:none;
    vertical-align:baseline;
    outline: none;
    border:none;
    text-decoration:none;
}

body {
    background: #ecf1f7 url(../img/bkground.png) repeat top;
    color: #142056;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
	
}

a:link {text-decoration: none; color: #74b8fc}
a:visited {text-decoration: none; color: #74b8fc}
a:hover {text-decoration: underline; color: #00ff40;}


div#geral {width: 980px; margin: 0 auto;}
div#geral #content {height:auto;}
div#geral #content #text_top {margin: 0 auto; width: 80%; text-align:left; margin-top: 150px; font-size: 10pt;}
div#geral #content #text_top  p {padding: 5px;}

/*Tela de Login*/
#geral #content #boxLogin{width:414px; background: #ffffff; height: 221px; margin: 0 auto; margin-top: 180px; padding: 30px 10px; color: #000000;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; -moz-box-shadow: 2px 2px 2px 2px #414141;-webkit-box-shadow: 2px 2px 2px 2px #414141;box-shadow: 2px 2px 2px 2px #414141;}

/*Estilo dos botoes*/
#geral #content #boxLogin {background: #ffffff url(../img/logoacsp.png) no-repeat top left; padding-left:4px;background-size: 130px 60px;}
#geral #content #boxLogin #panelButton button{margin:6px 0 10px 10px;overflow:hidden;cursor:pointer;width:120px;height:43px;display:inline;text-align:center;}
#geral #content #boxLogin div.box-rodape{position: relative; width: 100%; margin-top: -43px; font-size: 8pt; color: #03b0cf; text-align: center;}

/*Footer*/
#geral #footer {width: 900px; margin-top: 60px; height:75px; background: url(../img/footer.png) no-repeat;}
#geral #footer span.rights{width: 100%; clear:both; display: block; padding-top: 60px; font-size: 8pt; color: #454545 !important; text-align:center;}

/*FORMULARIOS*/
#geral #content #boxLogin form {margin-top: 50px;}
span{clear: both;width: 120px; padding: 5px 30px 0 15px; float:left;font-size:90%;}

input{margin-right:4px;margin-top:3px;border:1px solid #949494;padding:3px;}

input,select,textarea,file{margin-right:4px;margin-top:3px;}
input,textarea,file {border:1px solid #000000;padding:3px;background-color:#fff;font-size:15px;}
input:focus,textarea:focus,file:focus{border:1px solid #ff8040;padding:3px}

fieldset{border: none;margin-top:15px; color: #fff; font-weight:bold;}
/*fieldset.filtro{border:none;background: url(../img/bg-tit-login.png) repeat-x top; background-color:#F2F2F2;position:relative;display:table;padding:3px;padding-bottom:7px}*/

input.campo_minimo,select.campo_minimo,textarea.campo_minimo{width:20px}
input.campo_pqno,select.campo_pqno,textarea.campo_pqno{width:50px}
input.campo_grande,select.campo_grande,textarea.campo_grande{width:140px}
input.campo_medio,texteare.campo_medio{width:100px}select.campo_medio{width:110px}


/*t_b -> botão cinza*/
button.c_c {
    background:transparent url(../img/buttons/login.png) no-repeat scroll 0 0;
    color:#f86c06;
    text-shadow:0 1px 2px #ffffff;
    font-family:arial;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:30px;
    line-height:normal;
    margin:3px 0 0 0;
    padding-bottom: 10px;
    text-align:center;
    background-position: 0 0;
}
button.c_c:hover {
    background-position: 0 -42px;
    color:#ffffff;
    text-shadow:0 1px 2px #000000
}


.error_field {
	margin-left: 15px;
    font-size: 12px;
    text-align: left;
	padding:5px 0 5px 0; 
	margin: 2px 2px 3px 12px;
	border: 1px solid #908f8f;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	width: 365px;
}

/* Content Elements: Messages */
.message, .warning, .success, .error {
	width: 365px;
	_width: auto;
	padding: 5px;
	margin: 4px 2px 3px 12px;
	font-size: 12px;
}

.message {
	color: #ffffff;
	background-color: #aaa9a6;
}

.warning {
	color: #ffffff;
	background-color: #ff9900;
}

.success {
	color: #ffffff;
	background-color: #009000;
}

.error {
	color: #ffffff;
	background-color: #ff0000;
	border: 1px solid #908f8f;
	font-weight: bold;
}