@import "../../../../../assets/css/screen/subnav.css";

@import "vanilla.css";
/*
* 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: #F5F9FF;
	text-align: center;
}
body, div, input, textarea, select {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #062971;
}
input {
	font-family: arial;
	}
a, a:link, a:visited {
	color: #3354AA;
	text-decoration: none;
}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
	background:#ffb;
}
.ErrorContainer {
	background: url(alert.gif) no-repeat top left #FFEDEF;
	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	padding: 10px 9px 9px 9px;
	color: #c00;
	margin: 0px 6px 0px 6px;
}
.ErrorTitle {
	font-weight: bold;
	color: #c00;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 18px;
}
.Error {
	color: #c00;
	font-size: 12px;
}
.SiteContainer {
	margin-top: 100px;
	border: 1px solid #c7d3ea;
	background: #fff;
}
.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}*/

/* Various page widths */

.SignIn { width: 280px; }
.PasswordRequest { width: 500px; }
.PasswordRequest .PageTitle{ width: 492px; }
.SignOut { width: 400px; }
.Apply { width: 580px; }
.PasswordReset { width: 550px; }

/* Banner */

h1 {
	text-align: center;
	background: url('waves.blue.gif') no-repeat center top #E5EAF6;
	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: #000;
	text-decoration: none;
}
h1 strong {
	font-weight: normal;
	color: orange;
}

/* About Paragraphs */

.About {
	margin: 8px 0px 0px 0px;
	padding: 0px 4px 0px 8px;
	width: 260px;
	position: absolute;
	}
.About h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color:#000;
	}
.About p {
	margin: 0px;
	padding: 2px 0px 6px 0px;
	color:#000;
	line-height: 150%;
	}
.About p strong {
	font-weight: normal;
	text-decoration: underline;
	}

/* Forms */

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px 6px 6px 6px;
	}
legend {
	font-size:14px;
	font-weight: bold;
	color:#000;
	}
	
	p.fillin{
		margin: 15px 0 -20px 20px !important;
		color:#003609;
		font-size:12px;
		font-weight:bold;
	}
fieldset p {
	margin: 0px;
	padding: 0px 2px 8px 2px;
	color: #333;
	}
#Form{
	margin: 0 auto;
}
#Form form {
	background: #f3f3f3;
	margin: 0px;
	padding: 6px 1px 6px 6px;
	}
#Form ul,
#Form ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#Form ul li {
	padding-bottom:6px;
	}
#Form label {
	text-align: right;
	display: block;
	width: 35%;
	float: left;
	margin-right: 8px;
	color: #000;
	}
#Form input {
	width: 50%;
	}
#Form .Submit {
	clear: left;
	padding: 6px 0px 0px 88px;
	text-align: left;
	}
#Form .Button {
	width: auto;
	cursor: pointer;
	}

/* Sign-In Page */

#Form.SignInForm fieldset {
	padding: 0px 6px 0px 6px;
	}
#Form.SignInForm .Submit {
	padding: 6px 0px 0px 0px;
	clear: left;
	text-align: center;
	}
#Form #RememberMe label {
	width: auto;
	padding-left: 95px;
	text-align: left;
	font-size: 12px;
	}
#Form #RememberMe input {
	width: auto;
	}
.MembershipOptionLinks {
	margin: 4px 0px 0px 6px !important;
	}
.MembershipOptionLinks li {
	width: 132px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	display: block;
	background: #ffd;
	color:#c96;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-size:12px;
	}
.MembershipOptionLinks a:hover {
	background:#ffc;
	color:#c90;
	text-decoration: none;
	}
.ForgotPasswordLink {
	position: absolute;
	z-index:100;
	}
.ApplyForMembershipLink {
	padding-left: 136px !important;
	}

/* Password Request Form */

.PasswordRequestForm .ErrorContainer {
	margin: 0px;
	}
.PasswordRequest .About {
	width: 234px;
	}
.PasswordRequestForm {
	padding: 0px 0px 0px 247px;
	}

/* Apply Form */
#Form.ApplyForm {
	padding: 20px 0px 0px 00px;
	}
.ApplyForm .ErrorContainer {
	margin: 0px;
	}
div.Apply #Form {
	height: 300px;
	}
html>body div.Apply #Form { /* ugly hack, but fixes display error in IE. */
	min-height: 322px;
	height: auto;
	}
#Form.ApplyForm .Submit {
	padding-left: 118px;
	}
#Form.ApplyForm label {
	width: 98px;
	}
#Form.ApplyForm input {
	width: 156px;
	}
#Form.ApplyForm .Submit input {
	width:auto !important;
	}
#TermsOfServiceCheckBox input {
	width: auto !important;
	}
#TermsOfServiceCheckBox {
	font-size: 12px;
	color: #000;
	}
#TermsOfServiceCheckBox a {
	text-decoration: underline;
	}

/* Password Reset Form */

#Form.PasswordResetForm .ErrorContainer {
	margin: 0px;
	}
#Form.PasswordResetForm .Submit {
	padding-left:100px;
	}
.PasswordReset .About {
	width: 254px;
	}
.PasswordResetForm {
	padding: 0px 0px 0px 267px;
	}

/* Form Complete */

.FormComplete {
		padding:8px 40px 0px 60px;
	}
.FormComplete h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color:#000;
	}
.FormComplete ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.FormComplete ul li {
	margin: 0px;
	padding: 0px;
	color:#000;
	}
.FormComplete ul li strong {
	font-weight: normal;
	color:#e00;
	}

/* Foot */

.Foot {
	color: #ccc;
	text-align: center;
	font-size: 10px;
	}
.Foot a {
	color: #ccc;
	}
.Foot a:hover {
	color: #aaa;
	background: none;
	}

#Form form{
	background: transparent !important;
}

div.ApplyForm input{
	border-bottom-color:-moz-use-text-color;
	border-bottom-style:none;
	border-bottom-width:0px;
	border-left-color:-moz-use-text-color;
	border-left-style:none;
	border-left-width:0px;
	border-right-color:-moz-use-text-color;
	border-right-style:none;
	border-right-width:0px;
	border-top-color:-moz-use-text-color;
	border-top-style:none;
	border-top-width:0px;
	height:19px;
	width:299px;
}

div.ApplyForm {
	background: #729633 url(form-register.gif) no-repeat top left;
	padding:0pt;
	width:430px;
}

#Form.ApplyForm label {
	font-weight: normal;
	color:#003300;
	display:block;
	float:left;
	font-size:1em;
	width:110px;
}

#Form.ApplyForm fieldset {
	background: #93ae64;/* url(form-register-bottom.gif) no-repeat bottom left; */
	padding-top: 20px;
	width: 398px;
	margin: 0 10px;
}
#Form.ApplyForm li p{
	color:#003300;
	font-size:0.9em;
	margin-left:118px;
	font-weight: normal;
	padding-left: 0px;
}

#Form.ApplyForm legend {
	color:#003609;
	font-size:12px;
	font-weight:bold;
}

#Form.ApplyForm li .check,#Form.ApplyForm li#TermsOfServiceCheckBox input{
	width: 1em;
	height: 1em;
}
#Form.ApplyForm li.fl{
	float: left;
	margin-right: 10px;
}

#Form.ApplyForm ul#reglistone li{
	margin: 10px 30px;
	font-weight: normal;
	color: #000;
}
#Form.ApplyForm ul#reglisttwo li{
	background:transparent url(../../../../../assets/img/smallArrow2.gif) no-repeat scroll 0pt 25%;
	color:#FFF;
	display:block;
	font-size:12px;
	font-style:italic;
	margin:0pt 20px 0pt 18px;
	padding:0pt 0px 5px 12px;
	text-decoration:none;
}

#Form.ApplyForm{
	margin: 0 0 20px 60px;
}
/* Thanks! Subnav */
div#subNavigation {
	height: 22px;
	margin: 15px 0 15px 50px ;
	border-bottom: 1px solid #dfdfdf;
}

div#subNavigation ul {
	margin-left: -30px;
}
div#subNavigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	zoom: 1;
}

div#subNavigation ul li strong a {
	border-bottom: 4px solid #e4581b;
}

div#subNavigation a {
	color: #333;
	padding: 0;
	font-size: 1.4em;
	margin-right: 15px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

div#subNavigation a:hover {
	border-bottom: 4px solid #e4581b;
}


.ir {
	text-indent: -999px;
	overflow: hidden;
}

p.title_a,p.title_b{
	margin-left: 60px;
	font-weight: bold;
}

p.title_b{
	color:#E45920;
	font-style:italic;
	font-weight:bold;
}