/*
* 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
*/

.SignInForm,
.SignInForm fieldset {
	background: #fff;
}

li {
	font-size: 1.4em;
}

.FormComplete li {
	font-size: 1.3em;
}

.SignInForm li {
	font-size: 1.35em;
}

a {
	text-decoration: underline !important;
}
.return {
	text-align: center;
}

.return a {
	text-decoration: underline !important;	
}
/* Global Definitions */
body {
	text-align: center;
}
body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 62.5%;
	color: #333;
}
input {
	font-family: arial;
	}
a, a:link, a:visited {
	color: #CD6800;
	text-decoration: none;
}
a:hover {
	color: #333;
	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: 1.4em;
	margin-bottom: 6px;
	padding-left: 18px;
}
.Error {
	color: #c00;
	font-size: 1.4em;
}
.SiteContainer {
	margin-top: 10em;
	border: 1px solid #c7d3ea;
	background: #fff;
}
.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Various page widths */

.SignIn { width: 28em; overflow: hidden; zoom: 1;}
.PasswordRequest { width: 50em; height: 21em; }
.PasswordRequest .PageTitle{ width: 49.2em; }
.SignOut { width: 40em; }
.Apply { width: 70em; }
.PasswordReset { width: 55em; }

/* Banner */

h1 {
	color: #fff;
	text-align: center;
	background: url('bg-banner.gif') repeat center top #E5EAF6;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #c7d3ea;
}
h1, h1 a {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
h1 strong {
	font-weight: normal;
	color: orange;
}

/* About Paragraphs */

.About {
	margin: 8px 0px 0px 0px;
	padding: 0px 4px 0px 8px;
	width: 26em;
	position: absolute;
	}
.About h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color:#333;
	}
.About p {
	margin: 0px;
	padding: 2px 0px 6px 0px;
	color:#333;
	line-height: 150%;
	}
.About p strong {
	font-weight: normal;
	text-decoration: underline;
	}

p {
	font-size: 1.3em;
}
/* Forms */

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px 6px 6px 6px;
	}
legend {
	font-size:1.4em;
	font-weight: bold;
	color:#333;
	}
fieldset p {
	margin: 0px;
	padding: 0px 2px 8px 2px;
	color: #333;
	}
#Form form {
	background: #f3f3f3;
	margin: 0px;
	padding: 6px 1px 6px 6px;
	}
#Form ul,
#Form ul li {
	list-style: none;
	margin: 0px;
	padding: 0 0 6px 0;
	}
#Form ul li {
	padding-bottom:6px;
	clear: both;
	margin: 0.3em 0;
	overflow: hidden;
	zoom: 1;
	}
#Form label {
	display: block;
	width: 35%;
	float: left;
	margin-right: 8px;
	color: #333;
	}
#Form input {
	width: 50%;
	}
#Form .Submit {
	clear: left;
	padding: 6px 0px 0px 88px;
	text-align: left;
	}
#Form .Button {
	width: auto;
	cursor: pointer;
	font-size: 1.2em;
	}

/* 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: 6.9em;
	text-align: left;
	font-size: 1em;
	}
#Form #RememberMe input {
	width: auto;
	}
.MembershipOptionLinks {
	margin: 4px 0px 0px 6px !important;
	}
.MembershipOptionLinks li {
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	display: block;
	background: #ffd;
	color:#333;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-size:0.9em;
	}
.MembershipOptionLinks a:hover {
	background:#ffc;
	color:#000;
	text-decoration: none;
	}
#Form .ForgotPasswordLink {
	float: left;
	z-index:100;
	clear: none;
	}

#Form .ForgotPasswordLink a {	
	padding: 6px;
}
#Form .ApplyForMembershipLink {
	float: left;
	z-index:100;
	margin-left: 7px;
	clear: none;
	}

	#Form .ApplyForMembershipLink a {	
		padding: 6px;

	}

/* Password Request Form */

.PasswordRequestForm .ErrorContainer {
	margin: 0px;
	}
.PasswordRequest .About {
	width: 23.4em;
	}
.PasswordRequestForm {
	padding: 0px 0px 0px 24.7em;
	}

/* Apply Form */
#Form.ApplyForm {
	padding: 0px 0px 0px 28.2em;
	}
.ApplyForm .ErrorContainer {
	margin: 0px;
	}
div.Apply #Form {
	height: 30em;
	}
html>body div.Apply #Form { /* ugly hack, but fixes display error in IE. */
	min-height: 322px;
	height: auto;
	}
#Form.ApplyForm .Submit input {
	font-size: 1.6em;
	}
#Form.ApplyForm label {
	width: 13em;
	}
#Form.ApplyForm input {
	width: 15.6em;
	}
#Form.ApplyForm .Submit input {
	width:auto !important;
	}
#TermsOfServiceCheckBox input {
	width: auto !important;
	}
#TermsOfServiceCheckBox {
	font-size: 1.4em;
	color: #333;
	}
#TermsOfServiceCheckBox a {
	text-decoration: underline;
	}

/* Password Reset Form */

#Form.PasswordResetForm .ErrorContainer {
	margin: 0px;
	}
#Form.PasswordResetForm .Submit {
	padding-left:10em;
	}
.PasswordReset .About {
	width: 25.4em;
	}
.PasswordResetForm {
	padding: 0px 0px 0px 26.7em;
	}

.Foot {
	position: absolute;
	top: 0;
	left: -9999em;
}
/* Form Complete */

.FormComplete {
	padding: 8px 16px 16px 16px;
	}
.FormComplete h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color:#333;
	}
.FormComplete ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.FormComplete ul li {
	margin: 0px;
	padding: 0px;
	color:#333;
	}
.FormComplete ul li strong {
	font-weight: normal;
	color:#e00;
	}

/* Foot */

.Foot {
	color: #ccc;
	text-align: center;
	font-size: 1em;
	}
.Foot a {
	color: #ccc;
	}
.Foot a:hover {
	color: #aaa;
	background: none;
	}

