/*
* Copyright 2003 Mark O'Sullivan
* This file is part of Vanilla.
* Vanilla is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
* Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along with Vanilla; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
* The latest source code for Vanilla is available at www.lussumo.com
* Contact Mark O'Sullivan at mark [at] lussumo [dot] com
*
* Description: Default cascading stylesheet for Vanilla sign in screens
*/


/* Global Definitions */  
body { 
	background: #FFFFFF;
	text-align: center;
	color : #0068B5;
}

body, div, input, textarea, select {
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	/* Trebuchet MS, Verdana, Tahoma, Arial; */
	font-size: 8pt;
	color: #0068B5;
}
input {
	font-family: arial;
}
	
a, a:link, a:visited {
	color: #0068B5;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
	/*background:#ffb;*/
}

a img {
	border: 0;
}

h2 {
	font-weight: bold;
	font-size: 9pt;
	margin-left: 12px;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
	text-align: center;
	color: #C01616;
	font-size: 14px;
}

.clear {
	clear: both;
}

.ErrorContainer {
	/* background: url(alert.gif) no-repeat top left #FFEDEF; */
	background-color: #FFEDEF;
	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	padding: 10px 9px 9px 9px;
	color: #c00;
	margin: 0px 0px 12px 0px;
}

.ErrorContainer.bis {
	text-align: center;
}

.ErrorContainer img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.ErrorContainer.bis img{
	margin-right: 20px;
}

.ErrorTitle {
	font-weight: bold;
	color: #c00;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 18px;
}

.Error {
	color: #c00;
	font-size: 10px;
}

#cabe_baix {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 69px;
}

#cabe_baix img {
	margin: 0px 0px -1px 0px;
	padding: 0px;
	height: 69px;
}

#preContainer {
	margin-top: 100px;
	background-color: #E1E2E3;
	margin-bottom: 0px;
	padding: 0px;
	height: 15px;
	font-size: 1px;
}

#postContainer {
	margin: 0px !important;
	background-color: #E1E2E3;
	border-width: 0px;
	padding: 0px !important;
	height: 10px !important;
	width: 297px;
	font-size: 1px;
}

.loginOptions {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	margin-bottom: 3em;
}

div.loginOptions div{
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 1.5em;
	margin-left: 7px;
	margin-right: 7px;
}

.SiteContainer {
	margin-top: 5em;	
	margin-bottom: 0;
	background: #fff;
	width: 297px;
}

.SiteContainer .SignIn{
	margin-top: 5em;	
	margin-bottom: 0;
	background: #fff;
	width: 650px;
}

.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Various page widths */ 
.PasswordRequest,
.PasswordRequest .PageTitle,
.SignOut,
.Apply,
.PasswordReset,
.SignIn { 
	width: 297px;
}

.SignIn.Wide{
	width: 650px !important;
}

/* Banner */
  
h1 {
	text-align: center;
	background: url('waves.blue.gif') no-repeat center top #73a0c5;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #c7d3ea;
}
h1, h1 a {
	font-size: 20px;
	font-weight: bold;
	color : #0068B5;
	text-decoration: none;
}
h1 strong {
	font-weight: normal;
	color : #0068B5;
}
	
/* About Paragraphs */

.About {
	margin: 0px 0px 0px 0px;
	padding: 10px 8px 0px 0px;
	width: 297px;
	border-width: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	font-size: 9px;
}
	
.About h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	color: #0068B5;
}

.About p {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 6px 2px;
	color: #0068B5;
	line-height: 150%;
	text-align: left;
}

.About p strong {
	font-weight: normal;
	text-decoration: underline;
}

/* Forms */
  
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	
legend {
	font-size:14px;
	font-weight: bold;
	color: #0068B5;
}

fieldset legend {
	color: grey;
}

fieldset p {
	margin: 0px;
	padding: 0px 2px 8px 2px;
	color: #0068B5;
}

div#Form,
div#Form2{
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 2.2em;
	margin: 0px;
}
	
#Form form,
#Form2 form {
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

#Form ul,
#Form ul li,
#Form2 ul,
#Form2 ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#Form ul li,
#Form2 ul li {
	padding-bottom:9px;
}

#Form ul,
#Form2 ul {
	margin-left: 2em;
}

#Form label,
#Form2 label {
	text-align: left;
	display: block;
	width: 31%;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	color: #0068B5;
	font-weight: bold;
	color: #0068B5;
}

#Form input,
#Form2 input {
	width: 60%;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.acceder {
	border-width: 0px !important;
	width: 83px !important;
	height: 17px !important;
}

#Form .Submit,
#Form2 .Submit {
	text-align: center;
}

#Form .Button,
#Form2 .Button {
	width: auto;
	cursor: pointer;
}
	
/* Sign-In Page */

#Form.SignInForm fieldset {
	padding: 0px 6px 3em 6px;
}
	
#Form.SignInForm .Submit {
	padding: 6px 0px 0px 0px;
	clear: left;
	text-align: center;
}
	
#Form #RememberMe label {
	width: auto;
	padding-left: 95px;
	text-align: right;
	font-size: 12px;
}
	
#Form #RememberMe input {
	width: auto;
}
	
.MembershipOptionLinks {
	margin: 4px 0px 0px 6px !important;
}
	
.MembershipOptionLinks li {
	width: 142px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
	
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	display: block;
	padding: 3px;
	border: 2px outset #73a0c5;
	background: #73a0c5;
	text-decoration: none;
	color: #0068B5;
}

.MembershipOptionLinks a:hover {
	text-decoration: none;
	border: 2px outset #93c0e5;
	background: #93c0e5;
	color: #000;
}
	
.ForgotPasswordLink {
	position: absolute;
	text-align: center;
	z-index:100;
}
	
.ApplyForMembershipLink {
	padding-left: 146px !important;
	text-align: center;
}
	
/* Password Request Form */

#Form.PasswordResetForm .ErrorContainer,
.PasswordRequestForm .ErrorContainer,
.ApplyForm .ErrorContainer {
	margin: 0px 0px 10px 0px;
}
	
.PasswordRequest .About {
	width: 275px;
}
	
.PasswordRequestForm {
	padding: 0px 0px 0px 0px;
	width: auto;
}

.PasswordRequestForm p,
.PasswordRequestForm h3 {
	margin-left: 10px;
	margin-right: 10px;
}

/* Apply Form */
#Form.ApplyForm {
	padding: 2.2em 0px 0px 0px;
}

#Form.ApplyForm label {
	width: 115px;
}

#Form.ApplyForm input {
	width: 115px;
}

#Form.ApplyForm.Registrar li label+input{
	width: 135px;
	margin-left: 10px;
}

#Form.ApplyForm .Submit input {
	width:auto !important;
}

#TermsOfServiceCheckBox input,
.InfoCheckBox input {
	width: auto !important;
	vertical-align: middle;
}

#Form.ApplyForm li p {
	font-size: 9px;
	color: #0068B5;
	text-align: left;
	margin-top: 1em;
	line-height: 1.5em;
	margin-right: 25px;
}

ul li p#InfoCheckBox {
	font-size: 9px;
	color: #0068B5;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 5px;
}

p#TermsOfServiceCheckBox {
	font-size: 9px;
	color: #0068B5;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: auto;
}


#TermsOfServiceCheckBox a {
	text-decoration: none;
	font-weight: bold;
}
	
/* Password Reset Form */

#Form.PasswordResetForm .Submit {
	padding-left:0px;
}

.PasswordReset .About {
	width: auto;
}

#Form.PasswordResetForm {
	padding: 0px;
}
  
/* Form Complete */
  
.FormComplete {
	padding: 10px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	margin: -1px 0px 0px 0px;
	/* background-image: ; */
}

.FormComplete h2 {
	/* font-size: 14px; */
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	/* Trebuchet MS, Verdana, Tahoma, Arial; */
	font-size: 8pt;
	font-weight: bold;
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 6px 0px;
	color: #ed1c24;
}

.FormComplete ul {
	list-style: none;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
	font-size: 9px;
	color: #0068B5;
}

.FormComplete ul li {
	margin: 0px;
	padding: 0px;
	color: #0068B5;
}

.FormComplete ul li strong {
	font-weight: normal;
	color: #758809;
}

.FormComplete ul li p{
	margin-bottom: 10px;
}

/* Foot */
	
.Foot {
	color: #ccc;
	text-align: center;
	font-size: 10px;
}

.Foot a {
	color: #ccc;
}

.Foot a:hover {
	color: #aaa;
	background: none;
}
	
.boton_bajo {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -1px;
}

.dynamiccheckbox {
	font-size: 9px ;
	float:right;
	margin-right: 0.8em;
}

.basiccheckbox {
	vertical-align: middle;
	margin-right: 1px;
	border-width: 0px !important;
}

ul.continuar li {
	font-size: 11px !important;
	color: #0068B5;
	padding-left: 14px;
	background-image: url(imagenes/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 3px;
}

ul.continuar li a:hover {
	color: #758809;
}

.SiteContainerMail {
	margin-top: 0px;	
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.SiteContainerMail div.InteriorMail,
div#LoginBis {
	width: 648px;
	padding: 0px;
	margin: -1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	clear: both;
}

.InteriorMail p {
	text-align: left;
	margin-top: 5px;
}

.InteriorMail h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	color: #8f8f8f;
	text-align: left;
}

.InteriorMail h4 span {
	color: #0068B5;
}

.InteriorMail .ContenidoMail {
	margin: 15px 25px 20px 25px;
	height: auto;
	color: #8f8f8f;
}

#CerramientoMail {
	margin: 0px;
	border-width:0px;
	padding: 0px;
	height: 10px;
	width: 650px;
	font-size: 1px;
	text-align: center;
}

.BotonBajoMail {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -1px;
}

div#CabeBaixMail {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 69px;
}

div#CabeBaixMail a {
	padding: 0px;
	margin: 0px;
}

div#CabeBaixMail img{
	margin: 0px;
	padding: 0px;
}

.ApplyForm.Conectar {
	float: left;
	width: 302px;
	border-width: 0px !important; 
	padding-left: 20px;
}

.ApplyForm.Registrar {
	float: right;
	width: 322px !important;
	border-width: 0px !important; 
	padding-left: 0px !important;
}

.ApplyForm.Conectar h2,
.ApplyForm.Registrar h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	color: #7C7B7F;
	font-size: 14px;
	font-weight: bold;
}

.ApplyForm.Registrar p.InfoCheckBox a:link,
.ApplyForm.Registrar p.InfoCheckBox a:visited{
	color: #0068B5;
	font-weight: bold;
}

.ApplyForm.Registrar p.InfoCheckBox a:hover{
	color: #000000;
	font-weight: bold;
}

.resaltado {
	color: #C8D300;
}

.importante {
	color: #ed1c24 !important;
}

#frmSignIn li,
#ApplicationForm li {
	background-image: url(imagenes/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px !important;
}
