/* GLOBAL RESET
-----------------------------------------------------------------------------*/
@import url(Reset.css);


/* BASIC STRUCTURE
-----------------------------------------------------------------------------*/
html{margin: 0; padding: 0; background: #fff; z-index: 1; width: 100%; height: 100%; overflow: hidden; color: #444}
body {	font-family: Arial, Helvetica, sans-serif; }
#container, #footer{width: 100%;	position: relative; z-index: 1;}
#container{height: 100%}
#footer{position: absolute; right: 0;}

/* GENERAL ELEMENTS
-----------------------------------------------------------------------------*/
a:link{ color: #555; float: right;}
	a:hover{text-decoration: underline;  color: #555; }
	a:active  { color: #555; }
	a:visited  { color: #555; }
	
label{font-size: 13px !important; margin:0 0 -5px 6px;}
input{border: 1px solid #eaeaea; margin: 0 0 8px; width: 285px}


/*************************************/
/*       Mensagens do Sistema        */
.msg-box-erro {
	background: #FFFDFD url(Imagens/ico-msg-erro.png) no-repeat;
	background-position: 5px 4px;
	border: 1px #B45020 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 8px 0 9px 35px;
	margin: 15px 0 5px 0;
	color: #B22;
}
.msg-box-ok {
	background: #FDFFFD url(Imagens/ico-msg-ok.png) no-repeat;
	background-position: 5px 4px;
	border: 1px #50B420 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 8px 0 9px 35px;
	margin: 15px 0 5px 0;
	color: #191;
}
/*************************************/


	
/* Login
-----------------------------------------------------------------------------*/
.error
{	color:#BF2B0B;
	font-size: 12px;
	border:1px solid #CC2B08; 
	background: #FBF1ED; 
	padding: .15em .25em; 
	margin: .35em auto; 
	width: 310px;
	position: absolute;
		top: -18%;
		left: 0;
		right: 0;}

.login
{	font-size: 12px;
	position: relative;
	width: 310px;
	margin: 8% auto;
	overflow: hidden;
}

#login, #recuperar_senha {
}

#login div, #recuperar_senha div
{
	background: #E7E7E7;
	padding: 8px;
	overflow: hidden;
}

.recuperarSenha {
	margin: 5px 0 0 2px;
	float: left;
	color: #2F77A5;
	font-weight: bold;
	cursor: pointer;
}
.recuperarSenha:hover {
	color: #378AC1;
	text-decoration: none;
}

input[type=submit], input[type=button]	
{	width:40%;
	color: #fff;
	border: 1px solid #C6C6C6;
	font-size:11px; font-weight: bold;
	padding-bottom:5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


/*************************************/
/*           Botões e Links          */
.botao1 {
	background-color: #2F77A5 !important;
	border: 1px solid #4997CB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	color: #FFF !important;
	text-decoration: none !important;
	cursor: pointer;
}
.botao1:hover {
	background-color: #378AC1 !important;
	border: 1px solid #67A8D3;
}

.link1 {
	color: #2F77A5 !important;
	cursor: pointer;
}
.link1:hover {
	color: #378AC1 !important;
}
.cor_admin {
	color: #2F77A5;
}
/*************************************/