/*
* 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
*/


/* Global Definitions */
  
.DebugBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border-bottom: 1px solid #C7D3EA;
	text-align: left;
	width: 100%;
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 4px;
}
.Sql {
	border-top: 2px dashed #efefef;
	margin-top: 4px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #CA0971;
} 
  
body {
	padding: 0px;
	margin: 0px;
	background: #ffffff url('/img/bg.jpg') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
}

p {
	line-height: 1.5;
}

img {
	border: 0;
}

#page {
	width: 761px;
	margin: auto;
	margin-bottom: 10px;
	background: #ffffff url('/img/page-bg.gif') repeat-y;
}

#head {
	width: 761px;
	height: 200px;
	background: #ffffff url('/img/head.jpg') no-repeat;
}

#content {
	width: 761px;
	background: transparent url('/img/page-top.jpg') no-repeat top left;
}

#container {
    display: inline;
	padding: 0 50px;
	height: 500px;
}

#foot {
	width: 761px;
	height: 81px;
	background: #006ab6 url('/img/foot.gif') no-repeat;
}

a#login {
	display: block;
	width: 43px;
	height: 12px;
	background: url('/img/login.gif') no-repeat;
	background-position: 0 0;
	position: relative;
	left: 22px;
	top: 67px;
}

a#login:hover {
	background-position: 0 -12px;
}

a#login span {
	display: none;
}

/** nav styles ********************************/
#nav {
	position: relative;
	left: 22px;
	top: 130px;
	text-align: center;
	width: 551px;
}

.nav_link span {
	display: none;
}

a.nav_link {
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tip {
	position: relative;
	left: 50px;
	top: 140px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f48129;
	text-align: left;
	clear: left;
}
#nav1 a, #nav1 img, #nav2 a, #nav2 img {
	float: left;
}

#nav2 {
	padding-left: 12px;
	clear: left;
	padding-top: 2px;
}

a#con:hover, a#cal:hover, a#bst:hover, a#ssc:hover, a#ssn:hover, a#pic:hover,
a#frm:hover, a#dsc:hover, a#trp:hover, a#sta:hover, a#nws:hover {
	background-position: 0 -15px;
}

a#con {
	width: 68px;
	background: url('/img/contacts.gif');
}

a#cal {
	width: 68px;
	background: url('/img/calendar.gif');
}

a#bst {
	width: 74px;
	background: url('/img/bible_study.gif');
}

a#ssc {
	width: 106px;
	background: url('/img/sunday_school.gif');
}

a#ssn {
	width: 145px;
	background: url('/img/sunday_snacks.gif');
}

a#pic {
	width: 59px;
	background: url('/img/pictures.gif');
}

a#frm {
	width: 48px;
	background: url('/img/forms.gif');
}

a#dsc {
	width: 77px;
	background: url('/img/discussion.gif');
}

a#trp {
	width: 36px;
	background: url('/img/trips.gif');
}

a#sta {
	width: 124px;
	background: url('/img/student_accounts.gif');
}

a#nws {
	width: 76px;
	background: url('/img/newsletter.gif');
}

body, div, input, textarea, select {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #062971;
}
a, a:link, a:visited {
	color: #3354AA;
	text-decoration: none;
	background: #ffc;
}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
	background: #ffb;
}
form {
	display: inline;
}
.ErrorContainer {
	margin: 0px;
	margin-top: 10px;
	border: 1px solid #FFC2CA;
	background: #FFEDEF;
	padding: 8px;
}
.ErrorTitle {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 2px dotted #FFC2CA;
	margin-bottom: 4px;
}
.Error {
	font-size: 12px;
	color: #CC0000; 
}
input {
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
}
.SiteContainer {
	margin-top: 0px;
}
.BugReportContainer {
	margin-top: 20px;
}
.SiteContainer,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.Foot {
	clear: left;
}
.SignIn,
.PasswordRequest { width: 500px; }
.SignIn .PageTitle,
.PasswordRequest .PageTitle{ width: 492px; }
.SignOut { width: 400px; }
.SignOut .PageTitle { width: 392px; }
.Apply {
	margin: 0px 50px;
}
.Apply .PageTitle { width: 572px; }
.BugReportContainer,
.BugReport,
.PasswordReset { width: 550px; }
.BugReportContainer .PageTitle,
.PasswordReset .PageTitle { width: 542px; }
.PageTitle {
	margin: 0px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #333333;
	letter-spacing: .125em;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
}
.PageTitle, .PageTitle a, .PageTitle a:link, .PageTitle a:visited, .PageTitle a:hover {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.PageTitle a, .PageTitle a:link, .PageTitle a:visited, .PageTitle a:hover {
	background: none;
}
.PageTitle strong {
	font-weight: normal;
	color: orange;
}
.FormContainer {
	float: left;
	width: 100%;
	border-top: 1px #006ab6 dotted;
	background: #fff;
}
.About {
	width: 250px;
	float: left;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
}
.Apply .About { 
	width: 300px; 
	border: 0px solid #000; 
}
.Form {
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 250px;
	margin-right: 0px;
	border-left: 1px solid #EBECFF;
	padding-left: 15px;
}
.BugForm {
	margin: 20px;
	padding: 0px;
	border: 0px;
}
.BugForm dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.BugInput,
.BugTextBox {
	width: 480px;
}
.BugTextBox {
	height: 140px;
}
.Apply .Form { margin-left: 300px; }
.About h1,
.Form h1,
.FormComplete h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.About p,
.Form p,
.FormComplete p {
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 5px;
}
.About p {
	padding-bottom: 6px;
}
.About p strong {
	font-weight: normal;
	text-decoration: underline;
}
.About p,
.About h1 {
	padding-left: 0px;
	padding-right: 15px;
}
.FormComplete {
	padding: 18px;
}
.FormComplete ul {
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 8px;
	padding-left: 0px;
}
.FormComplete li {
	margin-bottom: 6px;
}
.FormComplete li strong {
	color: #c00;
	font-weight: normal;
}
.InputBlock {
	background: #f3f3f3;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 4px;
	margin: 0px;
}
.BugReportInputs {
	margin-top: 10px;
	margin-bottom: 10px;
}
.NewPasswordInputs,
.PasswordRequestInputs,
.SignInInputs {
	margin-top: 6px;
}
.NewPasswordInputs, 
.PasswordRequestInputs {
	margin-bottom: 10px;
}
.NewPasswordInputs dt,
.PasswordRequestInputs dt,
.ApplyInputs dt,
.SignInInputs dt {
	padding-top: 4px;
	color: #333;
	position: absolute;
}
.PasswordRequestInputs dd,
.SignInInputs dd {
	margin-left: 0px;
	padding-left: 63px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RememberMe {
	padding-top: 0px;
	padding-left: 65px;
}
.ForgotPasswordLink, .ForgotPasswordLink:link, .ForgotPasswordLink:visited, .ForgotPasswordLink:hover {
	margin-bottom: 6px;
	margin-top: 2px;
	font-size: 11px;
	padding: 4px;
	text-decoration: none;
	display: block;
}
.ForgotPasswordLink, .ForgotPasswordLink:link, .ForgotPasswordLink:visited {
	background: #ffd;
	color: #c96;
}
.ForgotPasswordLink:hover {
	background: #ffc;
	color: #c90;
}
.CheckboxLabel a, .CheckboxLabel a:link, .CheckboxLabel a:visited {
	text-decoration: underline;
	background: none;
}
.CheckboxLabel a:hover {
	text-decoration: none;
	background: none;
}
.PasswordReset .InputBlock .InputLabel { width: 110px; }


.NewPasswordInputs dd {
	margin-left: 0px;
	padding-left: 114px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ApplyInputs dd {
	margin-left: 0px;
	padding-left: 94px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ApplicationTextbox {
	width: 226px;
	height: 40px;
}
.TermsOfServiceCheckbox {
	margin-bottom: 10px;
}

.Input { width: 130px; }

.FormButtons {
	text-align: right;
}
.Button {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	background: none;
	border: 0px;
	color: #062971;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	font-size: 13px;
	cursor: pointer;
}
.BlankMessage {
	padding: 18px;
}
.Links {
	float: right;
}
.Copyright,
.Links {
	color: #DCEAFF;
	margin-bottom: 20px;
}
.Foot a, .Foot a:link, .Foot a:visited, .Foot a:hover {
	background: none;
	text-decoration: none;
}
.Foot a, .Foot a:link, .Foot a:visited { color: #DCEAFF; }
.Foot a:hover { color: #062971; }