@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe, table, caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { 
    vertical-align: baseline; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
    font-style: inherit; 
    font-size: 12px;
	color:#666;
    outline: 0; 
    padding: 0; 
    margin: 0; 
    border: 0; 
} 
:focus { 
    outline: 0; 
} 
body { 
    background: white; 
    line-height: 1; 
    color: black; 
} 
ol, ul { 
    list-style: none; 
} 
table { 
    border-collapse: separate; 
    border-spacing: 0; 
} 
caption, th, td { 
    font-weight: normal; 
    text-align: left; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: ""; 
} 
blockquote, q { 
    quotes: "" ""; 
}  

#tarja{
	background-color:red;
	color: white;
	font-weight: bold;
	padding:2px;
	position:fixed;
	top: 0px;
	text-align: center;
	width:100%;
}

/* Global */

.orange {
	color:#188596;
}
a:link {
	color:#188596;
	text-decoration:none;
}
a:visited {
	color:#188596;
	text-decoration:none;
}
a:hover {
	color:#b0d600;
	text-decoration:underline;
}

/* Estrutura */

body {
	background: url(../images/login_header_back.jpg) repeat-x #F9FAF5;
}
#info {
	text-align:center;
	margin-top:12px;
}
#login {
	background: url(../images/back_login.jpg) no-repeat;
	width:293px;
	height:302px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-170px;
	margin-left:-150px;
}
#form-wrap {
	margin:85px 0 0 35px;
}
#login label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
}
#login input {
	background:#EAEDDC;
	width:213px;
	border:0px;
	padding:5px;
	font-size:20px;
	margin:3px 0 8px 0;
}
#login .btn-entrar {
	background:url(../images/btn_login_entrar.gif) no-repeat;
	width:86px;
	height:34px;
	border:0px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:0px;
	display:block;
	margin-left:137px;
}
#login .btn-entrar:hover {
	background:url(../images/btn_login_entrar.gif) no-repeat 0 -34px;
}
#login p {
	margin-top:70px;
	text-align:center;
}

form#formLogin label.error {
	display:none !important;
}
form#formLogin input.error {
	background-color:#f99 !important;
}
h3.message {
	font-size:16px;
	display:block;
	text-align:center;
	padding:5px;
	margin:10px;
	background-color:#DDD;
	clear:both !important;
}
ul.error_list li {
  color: #f00;
}

/* alert message */
div#msg {
  left:0px;
  position:absolute;
  top:-34px;
  width:293px;
}
.notice, .error, .warning, .info {
  font-weight: bold;
  margin: 0px 0 10px 0;
  padding: 5px;
  text-align:center;
}
.notice {
  border: 1px solid #9c9;
  background: #e2f9e3 url(../images/icons/tick.gif) no-repeat 4px 3px;
  color: #060;
}
.error {
  border: 1px solid #c68484;
  background: #fcc url(../images/icons/cross.gif) no-repeat 4px 3px;
  color: #C45050;
}
.warning {
  border: 1px solid #dd0;
  background: #ffc url(../images/icons/error.gif) no-repeat 4px 3px;
  color: #000;
}
.info {
  border: 1px solid #82c2d4;
  background: #ebf5f8 url(../images/icons/information.gif) no-repeat 4px 3px;
  color: #000;
}
/* fim - alert message */