/* Design Slut
Company: Departika
Author: Chad Spencer
Copyright 2009 */


/*-----Global Definitions-----*/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 0.1px;
}

body {
	padding: 0 0 50px 0;
	margin: 0 auto;
	font: normal 11px Lucida Grande, Lucida Sans Unicode, sans-serif;
	text-align: center;
	background: url(dotted_background.gif) repeat center 4px;
}

a {
	outline: none;
}

a img {
	border: none;
}

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .wrapper {
	height: 1%;
}

.wrapper {
	display: block;
}


/* Global Definitions */
body, div, input, textarea, select {
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #062971;
}


.ErrorContainer {
	background: url(alert.gif) no-repeat top left #FFEDEF;
	padding: 11px 9px 9px 9px;
	color: #c00;
	margin: 0 6px 0 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: 90px;
}
.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Various page widths */

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

/* Banner */

h1 {
	text-indent: -9999px;
	width: 169px;
	height: 188px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(logo.gif);
	}
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: 0 0 0 0;
	padding: 0 4px 0 8px;
	width: 250px;
	position: absolute;
	}
.About h2 {
	font: bold 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3d3d3d;
	margin: 0;
	padding: 0;
	}
.About p {
	margin: 0;
	padding: 2px 0 6px 0;
	color: #3d3d3d;
	font: normal 10px/15px Lucida Grande, Lucida Sans Unicode, sans-serif;
	}
.About p strong {
	font-weight: normal;
	}
.About a {
	color: #dc9009;
	}

/* Forms */

fieldset {
	border: 0;
	}
legend {
	font: bold 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3d3d3d;
	padding: 0;
	}
fieldset p {
	margin: 0 0 15px 0;
	font: normal 11px/15px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3d3d3d;
	}
#Form form {
	background:#e5f0f1;
	padding: 30px;
	margin: 0 0 5px 0;
	}
#Form ul,
#Form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#Form ul li {
	padding-bottom:6px;
	}
#Form label {
	display: block;
	color: #474747;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
	}
#Form #RememberMe input,
#Form #TermsOfServiceCheckBox input {
	background: none;
	border:none;
	padding: 0;
	margin: 0;
	width: auto;
	margin: 0 2px 3px 0;
	vertical-align: middle;
	}
#Form input {
	background:#fff;
	color: #474747;
	border:1px solid #cfcfcf;
	padding: 5px;
	margin: 0 0 5px 0;
	width: 95%;
	}
#Form input.Button {
	padding: 5px;
	border: none;
	background: #232323;
	width: 125px;
	color: #5eb1ec;
	cursor: pointer;
	}
#Form a {
	color: #dc9009;
	}

/* 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;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	}
#Form #RememberMe input {
	width: auto;
	}

.MembershipOptionLinks li {
	display: inline;
	}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	color: #898a8a;
	text-decoration: underline;
	font-size:10px;
	padding: 0 10px 0 10px;
	}

/* Password Request Form */

.PasswordRequestForm .ErrorContainer {
	margin: 0;
	}
.PasswordRequest .About {
	width: 220px;
	}
.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 label {
	width: 98px;
	}
#Form.ApplyForm input {
	width: 156px;
	}
#Form.ApplyForm .Submit input {
	display: block;
	width:125px !important;
	margin: 10px 0 0 0;
	}
	
#Form.ApplyForm input.Button {
	width: 125px;
	margin: 5px 0 0 0;
}
	
#TermsOfServiceCheckBox input {
	width: auto !important;
	}
#TermsOfServiceCheckBox {
	font: normal 11px/15px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #474747;
	display: block;
	}
#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 {
	background:#e5f0f1;
	padding: 30px;
	margin: 0 0 5px 0;
	}
.FormComplete h2 {
	font: bold 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3d3d3d;
	margin: 0;
	padding: 0 0 6px 0;
	}
.FormComplete a {
	color: #dc9009;
	}
.FormComplete ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.FormComplete ul li {
	margin: 0;
	padding: 0;
	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 {
	display: none;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	}
.Foot a {
	color: #ccc;
	}
.Foot a:hover {
	color: #aaa;
	background: none;
	}
