/*
* 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 {
	padding: 0;
	margin: 0;
	background: #fff url("forumHeader.gif") top left repeat-x;
	text-align: center;
}
body, div, input, textarea, select {
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #262623;
}
img {
    border: 0;
}

#mssContainer {
    width: 918px;
	margin: 0 auto;
}

#mssContainer p {
	margin: 0 !important;
}

#mssHeader {
    height: 140px;
}

#mssLogo {
    float: left;
    padding: 65px 0 0 89px;
}

#mssNav {
    height: 60px;
    padding: 0 89px;
}

#mssNav ul {
	margin: 0;
	padding: 0;
    list-style: none;
}

#mssNav ul li {
    float: left;
}

#mssNav ul li.area {
    float: right;
}

#mssNav ul li a {
    display: block;
    height: 60px;
}

#mssNav ul li a span {
    display: none;
}

#mssNav ul li a:hover,
#mssNav ul li a.selected {
    background-position: 0 60px;
}

#navIndex {
    width: 88px;
    background: url("/images/site/nav/overview.gif");
}

#navMonocontrol {
    width: 124px;
    background: url("/images/site/nav/monocontrol.gif");
}

#navFaq {
    width: 88px;
    background: url("/images/site/nav/faq.gif");
}

#navDemo {
    width: 88px;
    background: url("/images/site/nav/demo.gif");
}

#navForum {
    width: 88px;
    background: url("/images/site/nav/forum.gif");
}

#navBuy {
    width: 88px;
    background: url("/images/site/nav/buy.gif");
}

#navMyArea {
    width: 88px;
    background: url("/images/site/nav/area.gif");
}

#mssMisc {
    float: right;
    text-align: right;
}

#mssSticker {
    float: right;
    padding-top: 10px;
    padding-right: 69px; /* IE6 */
}


input {
	font-family: arial;
	}
a, a:link, a:visited {
	color: #6e6e65;
	text-decoration: none;
}
a:hover {
	color: #f81b59;
	text-decoration: none;
}
.ErrorContainer {
	background: url(alert.gif) no-repeat top left #ffe5ec;
	border-top: 1px solid #ff93b1;
	border-bottom: 1px solid #ff93b1;
	padding: 10px 9px 9px 9px;
	color: #f81b59;
	margin: 0 6px 0 6px;
}
.ErrorTitle {
	font-weight: bold;
	color: #f81b59;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 18px;
}
.Error {
	color: #f81b59;
	font-size: 12px;
}
.SiteContainer {
	margin-top: 100px;
	border: 1px solid #262623;
	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-color: #262623;
	color: #fff !important;
	padding: 4px 0 4px 0;
	margin: 0px 0 6px 0;
	border-bottom: 1px solid #d2d2c2;
}
h1, h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #262623;
	text-decoration: none;
}
h1 strong {
	font-weight: normal;
	color: orange;
}

/* About Paragraphs */

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

/* Forms */

fieldset {
	border: 0;
	margin: 0;
	padding: 0 6px 6px 6px;
	}
legend {
	font-size:14px;
	font-weight: bold;
	color:#262623;
	}
fieldset p {
	margin: 0;
	padding: 0 2px 8px 2px;
	color: #3c3c39;
	}
#Form form {
	background: #fff;
	margin: 0;
	padding: 6px 1px 6px 6px;
	}
#Form ul,
#Form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#Form ul li {
	padding-bottom:6px;
	}
#Form label {
	text-align: right;
	display: block;
	width: 35%;
	float: left;
	margin-right: 8px;
	color: #262623;
	}
#Form input {
	width: 50%;
	}
#Form .Submit {
	clear: left;
	padding: 6px 0 0 88px;
	text-align: left;
	}
#Form .Button {
	width: auto;
	cursor: pointer;
	}

/* Sign-In Page */

#Form.SignInForm fieldset {
	padding: 0 6px 0 6px;
	}
#Form.SignInForm .Submit {
	padding: 6px 0 0 0;
	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 0 0 6px !important;
	}
.MembershipOptionLinks li {
	width: 132px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	display: block;
	color:#aeae9e;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size:12px;
	}
.MembershipOptionLinks a:hover {
	color:#f81b59;
	text-decoration: none;
	}
.ForgotPasswordLink {
	position: absolute;
	z-index:100;
	}
.ApplyForMembershipLink {
	padding-left: 136px !important;
	}

/* Password Request Form */

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

/* Apply Form */
#Form.ApplyForm {
	padding: 0 0 0 282px;
	}
.ApplyForm .ErrorContainer {
	margin: 0;
	}
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: #262623;
	}
#TermsOfServiceCheckBox a {
	text-decoration: underline;
	}

/* Password Reset Form */

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

/* Form Complete */

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

/* Sign-out form */

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

/* Foot */

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