/*
* 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 {
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
font-size: 62.5%;
line-height:1.6em;
margin: 0px;
color:#434d3e;
background:#EDEDED url(/templates/main/images/bg.jpg) repeat-x center top;
}
input {
	font-family: arial;
	}
a, a:link, a:visited {
	color: #3354AA;
	text-decoration: none;
}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
}
.ErrorContainer {
	background: url(alert.gif) no-repeat top left #EDEDED;
	border-top: 1px solid #C7D3EA;
	border-bottom: 1px solid #C7D3EA;
	padding: 10px 9px 9px 9px;
	color: #3A6369;
	margin: 0px 6px 0px 6px;
}
.ErrorTitle {
	font-weight: bold;
	color: #3A6369;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 18px;
}
.Error {
	color: #3A6369;
	font-size: 12px;
}
.SiteContainer {
        padding:6px;
	margin-top: 100px;
	border: 1px solid #c7d3ea;
	background: #EDEDED;
}
.SiteContainer,
.Foot {
        text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.Foot {
	display:none;
}

/* Various page widths */

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

/* Banner */

/* 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:#434D3E;
	}
.About p {
	margin: 0px;
	padding: 2px 0px 6px 0px;
	color:#434D3E;
	line-height: 150%;
	}
.About p strong {
	font-weight: normal;
	text-decoration: underline;
	}
.About a {
color:#4B6DB7;
text-decoration:none;
}
.About a:hover{
color:#4B6DB7;
text-decoration:underline;
}

/* Forms */

fieldset {
	border: 0px;
	margin: 0px;
	}
legend {
	font-size:14px;
	font-weight: bold;
	color:#434D3E;
	}
fieldset p {
	margin: 0px;
	color: #434D3E;
	}
#Form form {
	}
#Form ul,
#Form ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#Form ul li {
	padding-bottom:6px;
	}
#Form label {
	text-align: left;
	display: block;
	float: left;
	color: #434D3E;
	}
#Form input {
	width: 100%;
	}
#Form .Submit {
	text-align: left;
	}
#Form .Button {
	width: auto;
	cursor: pointer;
	}

/* Sign-In Page */

#Form.SignInForm fieldset {
        padding:0px 6px 0px 0px;
	}
#Form.SignInForm .Submit {
	clear: left;
	text-align: left;
	}
#Form #RememberMe label {
	text-align: right;
	font-size: 12px;
	}
#Form #RememberMe input {
	width: auto;
	}
.MembershipOptionLinks {
	}
.MembershipOptionLinks li {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	display: block;
        color:#3A6369;
	text-decoration: none;
	text-align: left;
	font-size:12px;
	}
.MembershipOptionLinks a:hover {
        color:#3A6369;
	text-decoration: underline;
	}
.ForgotPasswordLink a {
        text-align:center;
	}
.ApplyForMembershipLink {
	display:none
	}

/* Password Request Form */

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

/* Password Reset Form */

#Form.PasswordResetForm .ErrorContainer {
	margin: 0px;
	}
#Form.PasswordResetForm .Submit {
	padding-left:100px;
	}
.PasswordReset .About {
	width: 254px;
	}
.PasswordResetForm {
	padding: 0px 0px 0px 267px;
	}
/* Apply Form */
#Form.ApplyForm {
	padding: 0px 0px 0px 282px;
	}
.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: 104px;
	}
#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;
	}

/* Form Complete */

.FormComplete {
	padding: 8px 16px 16px 16px;
	}
.FormComplete h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
.FormComplete ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.FormComplete ul li {
	margin: 0px;
	padding: 0px;
	}
.FormComplete ul li strong {
	font-weight: normal;
	}

/* Foot */

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

