@charset "utf-8";

html, body {
 /* background: url("aai.svg.png") no-repeat center, #1b3e5c url("login/bg_lines_login.gif") repeat-x scroll center top; */
	background: #1b3e5c url(login/bg_lines_login.gif) top repeat-x;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.login .loginPanel {
	background: url(login/panel_login.png) no-repeat;
	width: 470px;
	height: 372px;
	padding-bottom: 70px;
}
table.login label {
	font-size: 14px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.login input[type=text], table.login input[type=password] {
	width: 95%;
	height: 22px;
	border: 1px #fff solid;
	background-color: #1b3e5c;
	color: #fff;
	padding-left: 7px;
	padding-top: 3px;
}
table.login input[type=button], table.login input[type=submit] {
	width: 70px;
	height: 25px;
	border: 1px #fff solid;
	padding-bottom: 5px;
	cursor: pointer;
	background: #1b3e5c url(layout/bg_button.jpg);
	font-weight: bold;
	color: #aaa;
}
table.login input[type=button]:hover, table.login input[type=submit]:hover {
	width: 70px;
	height: 25px;
	border: 1px #fff solid;
	background: #1b3e5c url(layout/bg_button_hover.jpg);
	font-weight: bold;
	color: #fff;
}


table.login ul, table.login li.feedbackPanelERROR {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table.login .msgLogin, table.login span.feedbackPanelERROR {
	/*padding: 5px;*/
	/*border: 1px #cc0000 solid;*/
	display: inline;
	background: url(login/login_asterisk.gif) no-repeat left;
	padding-left: 15px;
	padding-right: 100px;
	text-align: right;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	visibility: visible;
}

table.login .menu {
	padding-right: 75px;
}

table.login .help, table.login .contact, table.login .registration {
	width: 49px;
	height: 59px;
	float: right;
	cursor: pointer;
}
table.login .help {
	background: url(login/login_help.png) no-repeat center;
}
table.login .contact {
	background: url(login/login_email.png) no-repeat center;
}
table.login .registration {
	background: url(login/login_register.png) no-repeat center;
}
table.login .help:hover {
	background: url(login/login_help_hover.png) no-repeat center;
}
table.login .contact:hover {
	background: url(login/login_email_hover.png) no-repeat center;
}
table.login .registration:hover {
	background: url(login/login_register_hover.png) no-repeat center;
}


.contato {
	font-size: 12px;
}
.contato p {
}
.contato label {
	font-weight: bold;
}
.contato a {
	color: #000;
}
.contato a:hover {
	color: #003366;
}
.contato h1 {
	font-size: 12px;
	font-weight: bold;
}
.contato ul {
	margin: 0px;
	padding: 0px;
}
.contato li {
}

.ajuda {
}

/* Solicitar cadastro de usuário */
input[type="text"], select, textarea {
	border: 1px solid #333333;
}
input.mandatory, select.mandatory, textarea.mandatory {
	border-right: 6px solid #333333;
}
	

.fieldsetLogin {
	border-top: none;
	padding-left: -15px;
	background: url(layout/bg_fieldset.gif) top repeat-x;
	border: 1px #222 solid;
	border-top: none;
	padding-top: 20px;
}

.fieldsetLogin > legend {
	color: #fff;
	font-weight: bold;
	border-top: none;
	padding-top: 25px;
}	
