/*
* Copyright 2003 - 2005 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
*/

#page {
    width: 970px;
    margin: 0 auto 2em auto;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -moz-box-shadow: 0 0 5px 5px #555;
    -webkit-box-shadow: 0 0 5px 5px #555;
    box-shadow: 0 0 5px 5px #555;
    padding-bottom: 2em;
}

#header { background: #fff url(/i/layout/screenshot.png) no-repeat top right; }
		#logo { height: 120px; }
		#logo img { margin: 49px 0 0 20px; }
		#screenshot { background: #fff url(/i/layout/screenshot.png) no-repeat top right; width: 495px; height: 118px; float: right; text-decoration: none; outline: none; }
		#screenshot span { display: none; }
		#screenshot:hover span { display: block; float: right; background: #6688CC; color: #FFF; padding-left: .5em; padding-right: .5em }
		#screenshot:hover img { border: 0 !important; }
	#navigation { height: 35px; overflow: hidden;
            background: #7594D1; /* old browsers */
            background: -moz-linear-gradient(top, #7594D1 0%, #7090CF 20%, #6788CC 48%, #5F7FBE 73%, #607EB8 100%); /* firefox */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7594D1), color-stop(20%,#7090CF), color-stop(48%,#6788CC), color-stop(73%,#5F7FBE), color-stop(100%,#607EB8)); /* webkit */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7594D1', endColorstr='#607EB8',GradientType=0 ); /* ie */
            background: -o-linear-gradient(top, #7594D1 0%,#7090CF 20%,#6788CC 48%,#5F7FBE 73%,#607EB8 100%); /* opera */
        }
		#navigation ul { list-style: none; padding: 0 0 0 20px; margin: 0 0 0 -11px; }
		#navigation ul li { float: left; }
		#navigation a, #navigation a:visited { display: block; padding: 0 11px; color: #FFF; font: 12px/35px Verdana; text-decoration: none; }
		#navigation a:hover, #navigation li.selected a { background: #254295; }
		#navigation form fieldset { border-width: 0; padding: 6px; }
		#navigation form legend, #navigation form label { display: none; }
		#search { text-align: right; margin-top: 2px; }
		.stext, .sbutton { font-size: 11px; margin: 0; padding: 0; background: #F8F8F9; border: 1px solid #919191; padding: .2em;  } 
	#footer { width: 970px;
              -moz-border-radius: 16px;
              -webkit-border-radius: 16px;
              border-radius: 16px;
              background: -moz-linear-gradient(top, #dfdcd7 0%, #c1bcb8);
              background: -webkit-gradient(linear, left top, left bottom, from(#dfdcd7), to(#c1bcb8));
              background: -o-linear-gradient(top, #dfdcd7 0%, #c1bcb8 100%);
              /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdcd7', endColorstr='#c1bcb8');*/ /*IE can't do border-radius with DX filters, so omit */
              background-color:#dfdcd7;
              height: 134px;
              margin: 0 auto;
              color: #998C9A;
    }
		#footer .bounds { padding: 20px 50px 0 20px; }
		#footer ul { list-style-type: none; margin: 0; padding: 0; height: 25px !important; }
		#footer ul li {  float: left; color: #998C9A; }
		#footer h4 { color: #998C9A; }
		#footer form fieldset { border-width: 0; }
		#footer form legend, #footer form label { display: none; }
		#footer a, #footer a:visited { color: #9E4D03; }
		#footer a:hover { text-decoration: none; border-bottom: 1px dotted #6283C5; }
		#newsletter, 
		#newsletter label,
		#newsletter legend,
		#newsletter fieldset,
		#newsletter form { padding-left: 0; margin-left: 0; padding-top: 0; margin-top: 0; }
		#newsletter { padding-top: 10px; }
		#newsletter input { font-size: 11px; font-family: Verdana, Arial; padding: 1px; }
		#newsletter .formInputText { width: 300px; }
		#newsletter ul, #newsletter li { margin: 0; padding: 0; }
		* html #newsletter { margin-top: -10px; }
#pelago, #pelago a { display: block; width: 98px; height: 47px; }
	#pelago span { display: none; }
	#pelago a,
	#pelago a:link,
	#pelago a:visited { background: url(/i/layout/logo_pelago.gif)  no-repeat;  }
	#pelago a:hover { background: url(/i/layout/logo_pelago_on.gif) no-repeat; border-bottom: 0px; }
#subnavigation { background: #254295; }
	#subnavigation ul { list-style-type: none; margin: 0; padding: 5px 0 5px 21px; }
	#subnavigation ul li { display: inline; margin: 0; padding: 0; color: #708FCF; }
	#subnavigation ul li a,
	#subnavigation ul li a:visited { color: #fff; }
	#subnavigation ul li a:hover { border-bottom: 1px dotted #fff; }
	#subnavigation ul li.TabOn a,
	#subnavigation ul li.TabOn a:visited { border-bottom: 1px dotted #fff; }

/* Utility */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

/* Heading */
h1, h2, h3, h4 { margin: 8px 0 8px 0; }
	h1 { font-size: 23px; color: #609900; font-family: Georgia; font-weight: normal; }
	h2 { font-size: 16px; }
	h3 { font-size: 14px; color: #6283C5; }
		h3 span { display: none; }
	h4 { font-size: 11px; }

/* Global Definitions */  
body {
	margin:0px;
	padding:0px;
	background: #887D75;
	}
body, div, table, td {
	font: 11px/150% Verdana;
	color:#062971;
	}
input {
	font-family: arial;
	}

/* Link */
a { text-decoration: none; }
	a:link, a:visited { color: #6283C5; }
	a:hover, a:active, a:focus { border-bottom: 1px dotted #6283C5; }
	a.img:hover, a.img:active, a.img:focus { border-bottom-width: 0px; }

.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: 30px;
	background: #fff;
}
.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Various page widths */
  
.SignIn { width: 40%; }
.PasswordRequest { width: 500px; }
.PasswordRequest .PageTitle{ width: 492px; }
.SignOut { width: 400px; }
.Apply { width: 630px; }
.PasswordReset { width: 550px; }

/* Banner */
  
h1 {
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 6px 0px;
}
h1, h1 a {
	font-size: 20px;
	font-weight: bold;
	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;
	border-right: 1px solid #f3f3f3;
	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;
	}
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: 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 {
	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;
	}

.ForgotPasswordLink a:hover,
.ApplyForMembershipLink a:hover { border-bottom: 0; }

/* Password Request Form */

.PasswordRequestForm .ErrorContainer {
	margin: 0px;
	}
.PasswordRequest .About {
	width: 234px;
	}
.PasswordRequestForm {
	padding: 0px 0px 0px 247px;
	}
	
/* 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: 200px;
	}
#Form.ApplyForm .Submit input {
	width:auto !important;
	}
#TermsOfServiceCheckBox input {
	width: auto !important;
	}
#TermsOfServiceCheckBox {
	font-size: 12px;
	color: #000;
	}
#TermsOfServiceCheckBox a {
	
	}
	
/* Password Reset Form */

#Form.PasswordResetForm .ErrorContainer {
	margin: 0px;
	}
#Form.PasswordResetForm .Submit {
	padding-left:100px;
	}  
.PasswordReset .About {
	width: 254px;
	}
#Form.PasswordResetForm {
	padding: 0px 0px 0px 267px;
	}
  
/* Form Complete */
  
.FormComplete {
	padding: 8px 16px 16px 16px;
	}
.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;
	}

/* Sign-out form */

#SignOutForm div.Submit {
	text-align:center;
	margin-top:10px;
	}

/* Foot */
	
.Foot {
	color: #ccc;
	text-align: center;
	font-size: 10px;
	}
.Foot a {
	color: #ccc;
	}
.Foot a:hover {
	color: #aaa;
	background: none;
	}
	
/* window css */
#windowBackground { position: absolute; display: table; top: 0px; left: 0px; background-color: #000; }
#windowMsg { display: none; color:#009900; padding: 12px 0px; }
#windowMsgError { display: none; color: #AA1111; padding: 12px 0px; }
input.submit { background-color: #669933; color: white; border-top: 1px solid #AADD77; border-left: 1px solid #AADD77; border-right: 1px solid #225500; border-bottom: 1px solid #225500; }
