/*
-----------------------------------------------
vna-vermont.org
Stylesheet: Framework.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 20 August 2007
----------------------------------------------- */

form h2 { margin-top: 0; }

.vertical fieldset {
	border: 0 solid transparent;
	clear: both;
	overflow: hidden;
}

.vertical legend {
	position: relative;
}

.vertical legend span {
	color: #4D4D4C;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 0 0.75em;
	width: 520px;
}

.vertical legend span span { display: inline; width: auto; }

.vertical ul {
	margin-left: 0; 
	list-style: none;
}

.vertical li {
	padding-bottom: 5px;
	min-height: 42px;
}

.vertical li.notes { min-height: 0; }

.vertical input, .vertical select {
	display: block;
	width: 150px;
	font-size: 1em;
}

.vertical input[type="text"], .vertical select, .vertical textarea {
	border: 1px solid #CCC;
}

.vertical em, em.required { font-weight: bold; color: red; }
.vertical em.note { color: #000; font-weight: normal; }

.vertical .submit { padding-top: 5px; min-height: 0; }
.vertical .submit input { margin: 0; width: auto; display: inline; }

.nolabel p { font-size: 1em; margin: 0; }
.nolabel select { width: auto; min-width: 5em; display: inline; }
.nolabel label, label.hide { position: absolute; left: -999em; }

/*
Long Text Areas */
.vertical .long {
	width: 100%;
}
.long label { display: block; }
.long textarea { width: 350px; height: 5em; }

.textarea { border: 1px solid #CCC; }

/*
Column Layout */

ul.twocol { float: left; width: 400px; display: inline; }

ul.twocol li {
	float: left;
	width: 200px;
}

ul.threecol {
	float: left;
	width: 100%;
}

ul.threecol li {
	float: left;
	width: 150px;
}

ul.threecol input, ul.threecol select {
	width: 125px;
}

ul li.onecol {
	clear: both;
	width: 100%;
}
/*
Explanation */

.vertical .explanation {
	font-style: italic;
	color: #999;
	min-height: 0;
}

.checkbox .explanation, .radio .explanation { margin-left: 1.5em; }

/*
Radio Buttons and Checkboxes */

ul.radio li, ul.checkbox li { min-height: 0; }
ul.radio label, ul.checkbox label { font-weight: normal; }
ul.radio input, ul.checkbox input { border: 0; margin-left: 1.5em; }
ul.radio input, ul.checkbox input, ul.radio select, ul.checkbox select { width: auto; display: inline; }
ul.radio .text input, ul.checkbox .text input { width: 150px; }

li.radio, li.checkbox { min-height: 0; }
li.radio label, li.checkbox label {	font-weight: normal; padding-bottom: 5px; }
li.radio input, li.checkbox input { width: auto; display: inline; margin-left: 1.5em; }
li.radio p, li.checkbox p { padding-bottom: 5px; }

li.single input { margin-left: 0; }

li p { font-size: 1em; margin: 0; padding: 0; }

ul.horizontal li, li.horizontal input, li.horizontal label { float: left; }
ul.horizontal label, li.horizontal label { position: relative; top: -2px; }
ul.horizontal br, li.horizontal br { display: none; }

/*
Login Form */

form.login {
	margin: 0 auto;
	background: #E3E1C1;
	width: 155px;
	padding: 15px 15px 10px;
	border: 1px solid #596125;
}

#content .login ul { margin: 0; }

.login #error_container h3 {
	font-size: 1.2em;
}

/* Readonly */
.vertical input.readonly, .vertical textarea.readonly { border: 0; }
.vertical #url { width: 99%; }
.vertical .currency label { display: block; }
.vertical .currency input { display: inline; }
/*
Error Messages */

.vertical input[class="error"], .vertical select[class="error"], .vertical textarea[class="error"] { border: 1px solid red; }

#error_container {
	color: #000;
	border: 1px solid red;
	padding: 1.8em 1.8em 0;
	margin-bottom: 1.8em;
}

#error_container h3 { margin-top: 0; }

#error_container li { min-height: 0; }

.javascript_required { color: red; }
.hasJS .javascript_required { display: none; }
.hasJS #order_information { display: block; }

.multiple input, .multiple select { display: inline; }

.workshops { list-style: none; margin-left: 0; }
.vertical .workshops input {
	display: inline;
	width: 25px;
	margin-left: 5px;
}

.txt-smaller { font-size: 75%; }
#CCMONTH, #CCYEAR { width: 75px; }

/*
Fun Run Registration */

#donation_amount { margin-left: 0; }

/*
Specific Fields */

#vna_program { width: 250px; }

/*
Referral form */

#referral-form h2 { font-size: 2em; margin: 0 0 0.5em; }
#referral-form h3 { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 1.4em; font-weight: bold; margin: 0.5em 0 0.25em; }
#referral-form h4 { color: #4d4d4c; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 1.2em; font-weight: bold; margin: 0.5em 0 0.25em; }

#referral-form h3 span { font-weight: normal; }

#referral-form-form p { margin: 0 0 0.5em; }

#referral-form .vertical input[type="text"] { width: 300px; }
#referral-form .vertical li.date input[type="text"],#referral-form .vertical li.phone input[type="text"] { width: 150px; }
#referral-form .vertical li.phone-ext input[type="text"] { width: 45px; }

#referral-form .vertical ul,#referral-form .vertical ul.twocol,#referral-form .vertical ul.threecol { width: 540px; }
#referral-form .vertical ul.twocol li { width: 330px; }
#referral-form .vertical ul.twocol.checkbox li { width: 270px; }
#referral-form .vertical ul.threecol.checkbox li { width: 180px; }
#referral-form .vertical ul.twocol li.date { width: 200px; position: relative; }
#referral-form .vertical ul.twocol li.phone { width: 155px; }
#referral-form .vertical ul.twocol li.phone-ext { width: 45px; }
#referral-form .vertical ul.twocol li.first,#referral-form .vertical ul.threecol li.first { clear: left; }

#referral-form .vertical ul.twocol li.long,#referral-form .vertical ul.threecol li.long { width: 100% !important; clear: left; }
.checkbox .long label { display: inline; }

#referral-form fieldset.inset { margin-left: 1.5em; }
#referral-form ul.checkbox li { position: relative; line-height: 1.1em; min-height: 1.2em; }
/*
#referral-form ul.checkbox input { position: absolute; top: 0; left: 1.5em; margin: 0; } */
#referral-form ul.checkbox input { display: block; float: left; margin-left: 1.5em; clear: left; }
#referral-form ul.checkbox label { display: block; float: left; margin-left: 0.5em; }
#referral-form ul.twocol.checkbox label { width: 220px; }
#referral-form ul.threecol.checkbox label { width: 130px; }

#referral-form .submit input { display: block; margin: 0 auto; }

/*
Datepicker */
li.date img { position: absolute; left: 155px; top: 18px;  }
#ui-datepicker-div { background-color: #fff; z-index: 50; border: 2px solid #105C9D; display: none; }
#ui-datepicker-div th, #ui-datepicker-div td { padding: 2px; border-bottom: none; }
#ui-datepicker-div a { text-decoration: none; }
.ui-datepicker-prev,.ui-datepicker-next { padding: 0 1em; cursor: pointer; }


/*
Private Care Form */

#private-care-form p { margin: 1em 0 0; }
#private-care-form ul.twocol { width: 540px; }
#private-care-form ul.twocol li { width: 270px; }
#private-care-form input[type="text"] { width: 250px; }
#private-care-form select { display: inline; width: 250px; }

#private-care-form .submit input { display: block; margin: 0 auto; }

