/*
 * Used in Principal/prelogin.tpl
 *
 */

html {
    background: #D3D9E0 url(../img/images/prelogin/bg.png) repeat-x top center;
    height: 760px;
}

#container {
    background: transparent url(../img/images/prelogin/box.png) no-repeat top center;
	height: 420px;
    margin: 70px auto 0;
    width: 770px;
}

ul#topIcons {
    float: right;
    font-size: 0.7em;
    font-weight: bold;
    margin-right: 10px;
	position: relative;
	z-index: 10;
}

ul#topIcons li {
    background: transparent no-repeat center left;
    border-right: 2px solid #003264;
    color: #999;
    float: left;
    margin-right: 10px;
    padding: 0 10px 0 20px;
}

ul#topIcons li a {
    color: #003264;
    text-decoration: none;
}

ul#topIcons li.home {
    background-image: url(../img/images/prelogin/icone_home.png);
}

ul#topIcons li.homeOff {
    background-image: url(../img/images/prelogin/icone_home_off.png);
}

ul#topIcons li.aymara {
    background-image: url(../img/images/prelogin/icone_aymara.png);
}

ul#topIcons li.contato {
    background-image: url(../img/images/prelogin/icone_contato.png);
    border-right: 0;
}

ul#topIcons li.contatoOff {
    background-image: url(../img/images/prelogin/icone_contato_off.png);
    border-right: 0;
}

ul#topIcons li.homeOff, ul#topIcons li.contatoOff  {
	cursor: pointer;
}

#box {
	height: 410px;
    position: relative;
    width: 700px;
}

div.logo {
	float: left;
}

div.logo img {
	margin: 45px 0 0 60px;
}

div.message div {
    clear: both;
    color: #999;
    font-size: 1em;
    line-height: 1.3em;
    margin: 50px 60px 0;
    width: 250px;
}

#login {
    float: right;
    margin-top: 125px;
    width: 324px;
}

#login #noScript {
	background: transparent url(../img/images/prelogin/bg_flash.png) no-repeat center center;
    height: 115px;
    position: absolute;
    position/*\**/: relative\9;
    width: 324px;
}

#login #noFlash {
    background: transparent url(../img/images/prelogin/bg_flash.png) no-repeat center center;
    height: 115px;
    position: absolute;
    width: 324px;
}

object#noFlash {
    visibility: hidden !important;
}

#login #noFlash a, #login #noScript span {
    color: #666;
    font-size: 0.9em;
    padding: 20px 40px;
    position: absolute;
}

#login #noScript span {
    padding-top: 40px;
	line-height: 1.3em;
}

#login #box-Login {
    background: transparent url(../img/images/prelogin/bg_login.png) no-repeat center center;
    height: 95px;
    padding: 20px 10px 0;
}

#login #box-Login .loginError {
    color: #D00;
    font-size: 0.8em;
    font-weight: bold;
    margin: -40px 0 0 10px;
    position: absolute;
}

#login #box-Login #tokenForm {
	display: none;
}

#login #box-Login #tokenForm form label {
	margin-top: 31px;
	width: 130px;
}

#login #box-Login #tokenForm form input[type="text"] {
	margin-top: 31px;
	width: 150px;
}

form label {
    color: #666;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 20px;
    margin-right: 10px;
	text-align: right;
    width: 120px;
}

form input, textarea {
    border: 1px solid #CDCDCD;
    font-size: 0.9em;
    margin-bottom: 10px;
    width: 160px;
}

form input[type="submit"] {
    background: transparent url(../img/images/prelogin/bt_ok.png) no-repeat center center;
    border: 0;
	color: #FFF;
    float: right;
	font-weight: bold;
    height: 34px;
    margin: -10px 10px 0 0;
	padding-bottom: 3px;
	*padding-bottom: 0;
    width: 50px;
}

#login #box-Login #loginForm div {
    float: left;
    margin: -8px 0 0 105px;
    width: 130px;
}

#login a {
    color: #666;
    float: right;
}

#login #box-Login a {
    font-size: 0.7em;
    margin-bottom: 3px;
}

#login #box-Login #tokenForm a {
    margin: -8px 9px 0 0;
}

#login span a {
    background: transparent url(../img/images/prelogin/icone_seguranca.png) no-repeat left center;
    font-size: 0.75em;
    margin: 15px 0 0 150px;
    padding-left: 20px;
	position: absolute;
    text-decoration: none;
}

ul#menu {
	background-color: #023262;
    font-size: 0.75em;
	height: 31px;
    margin: 0 0 35px 32px;
    *margin: -15px 0 51px 31px;
	padding: 8px 0 10px 30px;
	*padding-left: 29px;
    /*position: absolute;*/
    *position: relative;
	width: 677px;
    *width: 680px;
}

ul#menu li {
    background: transparent no-repeat center left;
    color: #FFF;
    float: left;
    height: 31px;
    line-height: 30px;
    padding-left: 50px;
}

ul#menu li a {
    color: #FFF;
    text-decoration: none;
}

ul#menu li.programa {
    background-image: url(../img/images/prelogin/programa.png);
}

ul#menu li.espiral {
    background-image: url(../img/images/prelogin/espiral.png);
    padding-left: 43px;
    margin-left: 40px;
}

ul#menu li.colecao {
    background-image: url(../img/images/prelogin/colecao.png);
    margin-left: 45px;
}

ul#menu li.galeria {
    background-image: url(../img/images/prelogin/galeria.png);
    padding-left: 43px;
    margin-left: 38px;
}







#topLoginForm {
	float: right;
	margin: 15px 60px -10px 0;
    width: 470px;
}
#topLoginForm form[name="login"] {
    background: transparent url(../img/images/prelogin/bg_top_login.png) repeat-x center center;
	height: 20px;
	margin-left: 90px;
	padding: 10px 0;
}
#topLoginForm form[name="login"] label {
	color: #063467;
	font-weight: bold;
    width: 48px;
}
#topLoginForm form[name="login"] input {
	float: left;
    width: 100px;
}
#topLoginForm form[name="login"] input[type="text"] {
	*margin-left: -38px;
}
#topLoginForm form[name="login"] input[type="submit"] {
	margin: -7px 0 0;
    width: 55px;
}
#topLoginForm a {
	color: #063467;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 320px;
}

#topLoginForm #noFlash {
	background-color: #003264;
	height: 34px;
	margin-left: 90px;
	*margin-left: 0;
	padding: 3px 20px;
	position: absolute;
	width: 340px;
}
#topLoginForm #noFlash a {
	color: #FFF;
	margin: 0;
}
#topLoginForm #noScript span {
	background-color: #003264;
	color: #FFF;
    display: block;
	font-size: 0.8em;
	height: 34px;
	margin-left: 90px;
	*margin-left: 0;
	padding: 3px 30px;
	position: absolute;
	width: 320px;
}



#title {
    background: transparent no-repeat left center;
	color: #063467;
	font-weight: bold;
    height: 24px;
    margin: 10px 0 30px 20px;
    padding-left: 35px;
}








#contact {
	height: 420px;
    width: 770px;
}
#contact #topLoginForm {
	position: relative;
	z-index: 20;
}
#contact #contactForm {
    background: transparent url(../img/images/prelogin/bg_contato.png) no-repeat bottom center;
	float: right;
	height: 290px;
	margin-right: 60px;
	position: relative;
    width: 470px;
	z-index: 10;
}
#contact #contactForm #title {
    background-image: url(../img/images/prelogin/contato.png);
}
#contact #contactForm form[name="contact"] {
    height: 190px;
}
#contact #contactForm form[name="contact"] label {
    width: 85px;
}
#contact #contactForm form[name="contact"] input, #contact #contactForm form[name="contact"] textarea {
    width: 360px;
}
#contact #contactForm form[name="contact"] textarea {
	height: 80px;
}
#contact #contactForm form[name="contact"] input[type="submit"] {
    background: transparent url(../img/images/prelogin/bt_enviar.png) no-repeat center center;
    border: 0;
    color: #FFF;
    float: right;
	font-weight: bold;
    height: 34px;
    margin: -5px 10px 0 0;
    padding-bottom: 2px;
    *padding-bottom: 0;
	text-transform: lowercase;
    width: 71px;
}
#contact #contactForm span {
    color: #666;
    font-size: 0.6em;
	padding-left: 50px;
}
#contact #contactForm span.error {
	color: #F00;
	font-weight: bold;
}
#contact #contactForm span.ok {
	color: #090;
	font-size: 0.8em;
	font-weight: bold;
}
a.linkBack {
	background: transparent url(../img/images/prelogin/bt_voltar.png) no-repeat center center;
	clear: both;
	color: #063467;
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	margin: 5px 65px 0 0;
	padding-left: 70px;
	text-align: right;
	text-decoration: none;
}




#contact #contactForm {
    background: transparent url(../img/images/prelogin/bg_contato.png) no-repeat bottom center;
	float: right;
	height: 290px;
	margin-right: 60px;
    width: 470px;
}
#contact #contactForm #title {
    background-image: url(../img/images/prelogin/contato.png);
}






#email {
    height: 420px;
	position: relative;
    width: 730px;
	*z-index: 1;
}
#email .box {
    background: transparent url(../img/images/prelogin/bg_senha.png) no-repeat center center;
	color: #666;
	float: right;
    height: 136px;
	margin-top: 50px;
    width: 426px;
}
#email .box div {
	font-size: 0.8em;
    padding: 12px 10px;
}
#email .box span {
	color: #F00;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 40px;
}
#email .box span.ok {
	color: #0A0;
}
#email form[name="email"] {
	margin-left: 60px;
}
#email form[name="email"] input {
	float: none;
    width: 220px;
}
#email form[name="email"] input[type="submit"] {
    background: transparent url(../img/images/prelogin/bt_enviar.png) no-repeat center center;
    border: 0;
    color: #FFF;
    float: right;
	font-weight: bold;
    height: 34px;
    margin: -10px 10px 0 0;
    padding-bottom: 0;
	text-transform: lowercase;
    width: 71px;
}
#email #box-Characters {
	clear: both;
	margin-left: 35px;
}
#email #box-Characters .box {
	margin-top: 20px;
}
#email #box-Characters .box div {
	margin: 30px 0;
}
#email img.imgBoy {
	float: left;
}
#email img.imgGirl {
	float: right;
}
#email a.linkBack {
	float: none;
	*float: inherit;
	margin: 0 0 0 310px;
	*margin: -40px 140px 0 0;
}


#newPassword {
	height: 410px;
	position: relative;
    width: 770px;
}
#newPassword #newPasswordForm {
    background: transparent url(../img/images/prelogin/bg_nova_senha.png) no-repeat center center;
    color: #666;
	float: right;
	height: 265px;
	margin: 60px 50px 0 0;
    width: 459px;
}
#newPassword #newPasswordForm div {
	font-size: 0.8em;
	margin: 15px 20px 20px;
	line-height: 20px;
}
#newPassword #newPasswordForm form {
	width: 400px;
}
#newPassword #newPasswordForm form label {
	margin-right: 10px;
	text-align: right;
	width: 200px;
}
#newPassword #newPasswordForm form input {
	width: 180px;
}
#newPassword #newPasswordForm form input[type="submit"] {
    background: transparent url(../img/images/prelogin/bt_enviar.png) no-repeat center center;
    border: 0;
    color: #FFF;
    float: right;
	font-weight: bold;
    height: 34px;
    margin: -3px 5px 5px;
    padding-bottom: 3px;
	text-transform: lowercase;
    width: 71px;
}
#newPassword #newPasswordForm span {
	float: right;
	font-size: 0.7em;
	margin-top: -10px;
	text-align: center;
	width: 200px;
}
#newPassword #newPasswordForm div.error {
	color: #F00;
	font-size: 0.65em;
	font-weight: bold;
    margin: 13px 0 0 10px;
}
#newPassword a.linkBack {
    margin-top: 15px;
}




#container.contract {
    background-image: url(../img/images/prelogin/box_contrato.png);
	height: 565px;
}
#contract {
    height: 555px;
    width: 770px;
}
#contract #contractForm {
	background: transparent url(../img/images/prelogin/bg_contrato1.png) no-repeat scroll left top;
    color: #666;
	float: right;
	margin: 40px 40px 0 0;
    width: 450px;
}
#contract #contractForm form {
	height: 335px;
	margin-bottom: 20px;
	text-align: center;
    width: 426px;
}
#contract #contractForm form span.box {
	display: block;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}
#contract #contractForm form a {
	color: #063467;
	font-size: 0.75em;
	font-weight: bold;
}
#contract #contractForm form input {
    background: transparent url(../img/images/prelogin/bt_concordo.png) no-repeat center center;
    border: 0;
    color: #FFF;
	float: none;
 	font-size: 0.75em;
	font-weight: bold;
    height: 35px;
    margin: 10px 5px;
    padding-bottom: 5px;
    *padding-bottom: 0;
	text-transform: lowercase;
    width: 104px;
}
#contract #contractForm form input.disabled {
    background: transparent url(../img/images/prelogin/bt_concordo_off.png) no-repeat center center;
}
#contract #contractForm form div.contractDescription {
	background-color: #EEE;
	border: 1px #DDD solid;
	font-size: 0.7em;
	height: 200px;
	overflow: auto;
	text-align: left;
}
#contract #contractForm form div.contractDescription div,
#contract #contractForm form div.contractDescription span,
#contract #contractForm form div.contractDescription p,
#contract #contractForm form div.contractDescription blockquote,
#contract #contractForm form div.contractDescription font {
	margin-bottom: 10px;
}
#contract #contractForm form div.contractDescription ul {
	list-style-type: disc;
	padding-left: 30px;
}
#contract #contractForm .ps {
    background: transparent url(../img/images/prelogin/bg_contrato2.png) no-repeat center center;
	font-size: 0.8em;
	height: 96px;
    width: 426px;
}
#contract #contractForm .ps span {
	display: block;
	padding: 20px;
}
#contract #contractForm span.error {
	display: block;
	font-size: 0.8em;
	padding: 35px 20px;
}



#footer {
    color: #333;
    font-size: 0.7em;
    position: absolute;
    /*margin-top: 84px;*/
    *margin-top: -20px;
    text-align: center;
    width: 770px;
}


