/* General form styles
----------------------------------------*/
fieldset {
    border: none;
    padding: 0;
    }
fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
fieldset ul li {
    padding-bottom: 0;
    }
fieldset input, 
fieldset select,
fieldset textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: 2px solid #D7D7D7;
	padding: 2px;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #EEE;
	font-size: 100%;
	}
fieldset textarea {
    overflow: auto;
    }
fieldset input:focus,
fieldset select:focus,
fieldset textarea:focus {
	border-color: #490036;
	outline: none;
	}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
	}
fieldset select option {
    padding: 0 1em 0 2px;
    }
fieldset label {
    margin-right: 5px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
	line-height: 1.3;
    }
span.ding {
	padding-left: 3px;
	color: #C00000;
	}
fieldset span.note {
    font-weight: normal;
    color: #666 !important;
    margin: 0 1em 0 0;
	font-size: 92%;
	display:block;
    }
.required {
    color: #000 !important;
    }
fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
    }
.tiny { width: 10% }
input.small,
label.small { width: 20%; }
.third { width: 31%; }
.half { width: 48%; }
.two_thirds { width: 67%; }
.full { width: 97%; }

li.full { width: 100%; clear: both;}

label.tiny,
label.small,
label.third,
label.half,
label.two_thirds,
label.full {
    float: left;
    }
fieldset .radio_options {
	padding-top: 3px;
	width: 98%;
	}


fieldset p {
    margin-bottom: 0.5em !important;
    }

#ensure_ham_field {
	display: none;
	}


/* Post comment form */
#post_comment input.post_reply {
	font-weight: bold;
	float: right;
	margin-right: 0;
	}


/* Submit button fieldset
---------------------------------------- */
fieldset.buttons {
	border: 0px none #CCCCCC;
	background-color: transparent;
	margin: 0;
	padding: 0 0 15px 0;
	}
fieldset.buttons input {
	cursor: pointer;
	width: auto;
	padding: 2px 10px;
	background-color: #DFDFDF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	margin-right: 15px;
	}
fieldset.buttons input:hover {
	background-color: #E9E9E9;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000;
	}


/* Buttons */
fieldset.buttons input.button1 {
	font-weight: bold;
	}
fieldset.buttons input.button2 {
	font-weight: normal;
	}

button.button_next,
a.button_next {
	background: #2E2D2D url("/images/button_right.png") 100% 0;
	padding: 0px 37px 0 6px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	font-size: 92%;
	line-height: 26px;
	height: 26px;
	text-decoration: none !important;
	}
button.button_next:hover,
a.button_next:hover {
	background-position: 100% 100%;
	text-decoration: none !important;
	color: #FFF !important;
	}
a.button_next {
	padding: 6px 37px 6px 6px;
	line-height: 26px;
	}

button.button_previous,
a.button_previous {
	background: #2E2D2D url("/images/button_left.png") 0 0;
	padding: 0px 37px 0 6px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	font-size: 92%;
	line-height: 26px;
	height: 26px;
	text-decoration: none !important;
	}
button.button_previous:hover,
a.button_previous:hover {
	background-position: 0 100%;
	text-decoration: none !important;
	color: #FFF !important;
	}
a.button_previous {
	padding: 6px 6px 6px 37px !important;
	line-height: 26px;
	}


/* Fieldset tabs
--------------------------------------*/
#fstabs {
    height: 25px;
    clear: right;
    border-bottom: 2px solid #DEDEDE;
	margin-top: 5px;
	}
#fstabs a {
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	padding: 4px 10px 0 10px;
	margin-right: 1px;
    height: 21px;
	font-weight: bold;
	float: left;
	width: auto;
	font-size: 11px;
	}
#fstabs a:hover {
	text-decoration: none;
	background-color: #DEDEDE;
	}
#fstabs a.active {
	background-color: #DEDEDE;
	color: #484848;
	}



/* Searh form */
#search_form {
	padding: 10px;
    margin: 0;
	text-align: right;
	background-color: #ECECEC;
	float: right;
	width: 220px;
	display: inline;
	}
#search_form label {
	display: inline;
	font-weight: normal;
    margin: 0;
    cursor: pointer;
	}
#search_field {
	width: 140px;
    margin: 0;
	background-color: #FFF;
	border: 1px solid #999;
	}
#search_field:focus {
	border-color: #CCC;
	}
#search_button {
	cursor: pointer;
	margin: 0;
	background: none;
	border: none;
	padding: 0;
	vertical-align: top;
	height: 20px;
	}
#search_button span {
	text-indent: -200px;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 20px;
	background: transparent url("/images/search_button.gif") no-repeat 50% 50%;
	}

#course_search_form {
	padding: 0;
    margin: 0;
	text-align: left;
	clear: both;
/*	float: right;*/
/*	width: 320px;*/
/*	display: inline;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 255px;*/
	}
#body #course_search_form {
/*	right: 10px;*/
	}


#course_search_form label {
	display: inline;
	font-weight: bold;
    margin: 0;
    cursor: pointer;
	}
#course_search_field {
	width: 140px;
    margin: 0;
	background-color: #EAEAEA;
	border: 1px solid #999;
	}
#course_search_field:focus {
	border-color: #CCC;
	}
#course_search_button {
	cursor: pointer;
	margin: 0;
	background: none;
	border: none;
	padding: 0;
	vertical-align: top;
	height: 20px;
	}
#course_search_button span {
	text-indent: -200px;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 20px;
	background: transparent url("/images/search_button.gif") no-repeat 50% 50%;
	}




/* Error/notice fields
-------------------------------- */
#notice {
	background-color: #bae68f;
	padding: 7px 14px;
	margin: 10px 0;
	}
#notice p {
	font-weight: bold;
	margin: 5px 0;
	font-size: 100%;
	}
.error {
	font-weight: bold;
	color: #DF226A;
	}
em.field_error input,
em.field_error textarea,
em.field_error select {
	background-color: #F3E9E9;
	border-color: #B72222;
	font-style: normal;
	}
fieldset.application em.field_error label.wrap_label {
	color: #B72222 !important;
	}

fieldset.questionnaire {
	margin-bottom: 2em;
	}
fieldset.questionnaire label {
	display: inline;
	}
fieldset.questionnaire ul {
	margin-bottom: 2em;
	}
fieldset.questionnaire li {
	margin-bottom: 0.2em;
	}

/* Default rails error styles */
.fieldWithErrors {
	display: inline;
	}
.fieldWithErrors input,
.fieldWithErrors textarea {
	border: 1px solid #DF226A;
	background-image: url("/images/alert.gif");
	background-repeat: no-repeat;
	background-position: 100% 3px;
	}
#errorExplanation,
#error {
	padding: 9px;
	margin: 9px 0;
	background-color: #B72222;
	color: #FFFFFF;
	}
#errorExplanation h2 {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    display: none;
    }
#errorExplanation p	,
#error p {
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
    color: #FFCD38;
	}
#errorExplanation ul {
	margin: 0;
	}
#errorExplanation ul li {
	font-size: 100%;
	list-style: square;
	margin-left: 1em;
	}
