/* Global Definitions */
  

body {
	text-align: center;
	background-color: #FFFFFF;
}
body, div, input, textarea, select {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #062971;
}
a, a:link, a:visited {
	color: #3354AA;
	text-decoration: none;
	background: #ffc;
}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
	background: #ffb;
}
form {
	display: inline;
}

input {
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
}
.SiteContainer {
	margin-top: 100px;
}

.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.Foot {
	clear: left;
}
.SignIn,
.PasswordRequest { width: 500px; }
.SignIn .PageTitle,
.PasswordRequest .PageTitle{ width: 492px; }
.SignOut { width: 400px; }
.SignOut .PageTitle { width: 392px; }
.Apply { width: 580px; }
.Apply .PageTitle { width: 572px; }
.PasswordReset { width: 550px; }
.PasswordReset .PageTitle { width: 542px; }
.PageTitle {
	text-align: center;
	background: url("waves.blue.2.gif") repeat-x left top #E5EAF6;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
	border-left: 1px solid #C7D3EA;
	border-top: 1px solid #C7D3EA;
	border-right: 1px solid #C7D3EA;
}
.PageTitle, .PageTitle a, .PageTitle a:link, .PageTitle a:visited, .PageTitle a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.PageTitle a, .PageTitle a:link, .PageTitle a:visited, .PageTitle a:hover {
	background: none;
}
.PageTitle strong {
	font-weight: normal;
	color: orange;
}
.FormContainer {
	float: left;
	width: 100%;
	border: 1px solid #C7D3EA;
	background: #fff;
}
.About {
	width: 250px;
	float: left;
	margin-top: 12px;
	margin-bottom: 18px;
}
.Apply .About { width: 300px; border: 0px; }
.Form {
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 250px;
	margin-right: 18px;
	border-left: 1px solid #EBECFF;
	padding-left: 18px;
}
.Apply .Form { margin-left: 300px; }
.About h1,
.Form h1,
.FormComplete h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.About p,
.Form p,
.FormComplete p {
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.About p {
	padding-bottom: 6px;
}
.About p strong {
	font-weight: normal;
	text-decoration: underline;
}
.About p,
.About h1 {
	padding-left: 18px;
	padding-right: 18px;
}
.FormComplete {
	padding: 18px;
}
.FormComplete ul {
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 8px;
	padding-left: 0px;
}
.FormComplete li {
	margin-bottom: 6px;
}
.FormComplete li strong {
	color: #c00;
	font-weight: normal;
}
.InputBlock {
	background: #f3f3f3;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 4px;
	margin: 0px;
}

.PasswordRequestInputs,
.SignInInputs {
	margin-top: 6px;
}

.NewPasswordInputs dt,
.PasswordRequestInputs dt,
.ApplyInputs dt,
.SignInInputs dt {
	padding-top: 4px;
	color: #333;
	position: absolute;
}
.PasswordRequestInputs dd,
.SignInInputs dd {
	margin-left: 0px;
	padding-left: 63px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.CheckboxLabel a, .CheckboxLabel a:link, .CheckboxLabel a:visited {
	text-decoration: underline;
	background: none;
}
.CheckboxLabel a:hover {
	text-decoration: none;
	background: none;
}
.PasswordReset .InputBlock .InputLabel { width: 110px; }


.NewPasswordInputs dd {
	margin-left: 0px;
	padding-left: 114px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.Input { width: 130px; }

.FormButtons {
	text-align: right;
}
.Button {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	background: none;
	border: 0px;
	color: #062971;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	font-size: 13px;
	cursor: pointer;
}

.Links {
	float: right;
}

/* seccion del copyright*/
.Copyright,
.Links {
	color: #666666;
	margin-bottom: 20px;
}

/* seccion del pie de pagina */
.Foot a, .Foot a:link, .Foot a:visited, .Foot a:hover {
	background: none;
	text-decoration: none;
}
.Foot a, .Foot a:link, .Foot a:visited { color: #000000; }
.Foot a:hover { color: #062971; }