/* @override 
	http://localhost:3000/stylesheets/rails.css?1190621882
	http://localhost:3000/stylesheets/rails.css?1190621996
	http://localhost:3000/stylesheets/rails.css?1196667254
	http://localhost:3000/stylesheets/rails.css?1196667837
	http://localhost:3000/stylesheets/rails.css?1196667972
	http://localhost:3000/stylesheets/rails.css?1196668139
	http://localhost:3000/stylesheets/rails.css?1196668204
	http://localhost:3000/stylesheets/rails.css?1196668334
	http://localhost:3000/stylesheets/rails.css?1196668401
	http://localhost:3000/stylesheets/rails.css?1196673572
	http://localhost:3000/stylesheets/rails.css?1196673729
	http://localhost:3000/stylesheets/rails.css?1196682662
	http://localhost:3000/stylesheets/rails.css?1196683093
	http://localhost:3000/stylesheets/rails.css?1197622431
	http://localhost:3000/stylesheets/rails.css?1198265388
	http://localhost:3000/stylesheets/rails.css?1198265545
	http://localhost:3000/stylesheets/rails.css?1202794664
	http://localhost:3000/stylesheets/rails.css?1202796829
	http://localhost:3000/stylesheets/rails.css?1202796887
*/

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}
h1 { font-size: 1.4em;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1.1em;}
table.list {
	border-collapse: collapse;
	margin: 0px 0px 10px;
}
table.list td {
	border-collapse: collapse;
	padding: 3px 6px;
	border-bottom: 1px solid #CCC;
}
table.list tr.even {
	background-color: #ebe8dd;
}
table.list tr.odd {
	background-color: #f3f0e5;
}
table.list th {
	background-color: #e1dbc6;
	border-bottom: 1px solid #BBB;
	padding: 3px 6px;
}
div.errorExplanation h2 {
	font-size: 1.1em;
	color: #B00;
}
div.errorExplanation li {
	margin: 2px 25px;
}
div.errorExplanation ul {
	margin: 10px 0px;
}
div.errorExplanation p {
	display: none;
}
.form {
	border: 1px solid #c8c7bf;
	background-color: #edeadf;
	margin-top: 10px;
	padding: 10px;
	display: block;
}
.form table {
	border-collapse: collapse;
	margin: 0px 0px 10px;
}
.form table td {
	padding: 2px 4px;
}

ol.instructions {
	width: 400px;
	margin: 15px auto;
	padding: 15px 15px 10px 35px;
	border: 1px dashed #AAA;
	background-color: #EEE;
}
ol.instructions li {
	margin-bottom: 5px;
}

#acceptance_response_options {
	list-style-type: none;
}
#acceptance_response_options li {
	padding: 3px 0px 3px 19px;
	border: 1px dashed #CCC;
	background-color: #EEE;
	margin: 5px 75px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#acceptance_response_options li.accept {
	background-color: #EFE;
	background-image: url(/images/icons/flag_green.png);
}
#acceptance_response_options li.decline {
	background-color: #FEE;
	background-image: url(/images/icons/flag_red.png);
}

#student_application_status_display {
	float: left;
	width: 160px;
	margin: 3px 0px 0px 0px;
}
#student_application_status_display li, .example_proceed_button, .link {
	padding: 3px 3px 3px 19px;
	border: 1px dashed #CCC;
	background-color: #EEE;
	margin: 5px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-image: url(/images/icons/error.png);
}
.link {
	background-image: none;
	padding: 3px;
	width: 260px;
	margin: 15px auto;
}
.link img {
	float: left;
}

#student_application_status_display li.complete {
	background-image: url(/images/icons/accept.png);
}
#student_application_status_display li.unavailable {
	background-image: url(/images/icons/stop.png);
}
#student_application_status_display li.phone_interview {
	background-image: url(/images/icons/telephone.png);
}
#student_application_status_display li.proceed, .example_proceed_button {
	background-image: url(/images/icons/flag_green.png);
}
#student_application_status_display ul {
	margin-top: 10px;
	list-style-type: none;
}

#student_application_right_column {
	clear: none;
	float: right;
	width: 530px;
}
#student_application_program_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #FF6600;
	letter-spacing: 0.1em;
	font-weight: bold;
}



.required_field {
	color: #0066AA;
}

.archived {
	color: #777;
	font-style: italic;
}



/* @group TabView */

.tabview ul.tab_strip li {
	float: left;
	padding: 2px 8px;
	margin: 0px 4px -1px 0px;
	border-bottom-style: solid;
	background-color: #e1ded3;
	cursor: pointer;
	list-style-type: none;
	border-color: #c8c7bf;
	border-width: 1px;
	border-top-color: #c8c7bf;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #c8c7bf;
	border-right: 1px solid #c8c7bf;
	border-bottom-color: #c8c7bf;
	z-index: 5000;
}

.tabview ul.tab_strip li.active {
	border-color: #c8c7bf;
	border-width: 1px;
	border-top-color: #c8c7bf;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #c8c7bf;
	border-right: 1px solid #c8c7bf;
	border-bottom-color: #f4f1e6;
	background-color: #f4f1e6;
}

.tabview .tab_content {
	clear: both;
	padding: 10px;
	background-color: #f4f1e6;
	border: 1px solid #c8c7bf;
	z-index: 3000;
}

table.tabview.horizontal {
	width: 100%;
	border-collapse: collapse;
}

table.tabview.horizontal td {
	vertical-align: top;
}

table.tabview.horizontal td.tab_strip_container {
	width: 145px;
	z-index: 5000;
}

table.tabview.horizontal td {
	z-index: 3000;
}

table.tabview ul.tab_strip li.horizontal {
	float: none;
	text-align: center;
	width: 145px;
	padding: 2px 8px;
	margin: 4px -2px 8px 0px;
	border-bottom-style: solid;
	background-color: #e1ded3;
	cursor: pointer;
	list-style-type: none;
	border: 1px solid #c8c7bf;
	z-index: 5000;
}

table.tabview ul.tab_strip li.active.horizontal {
	border-color: #c8c7bf;
	border-width: 1px;
	border-right: 1px solid #f4f1e6;
	background-color: #f4f1e6;
}

table.tabview ul.tab_strip.horizontal {
	display: block;
}

table.tabview .tab_content.horizontal {
	padding: 10px;
	background-color: #f4f1e6;
	border: 1px solid #c8c7bf;
	z-index: 3000;
}

/* @end */

.fieldWithErrors {
	display: inline;
	background: url(/images/icons/exclamation.png) no-repeat;
	padding-left: 20px;
}
.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
	background-color: #FCC;
}

.notice_flash {
	border: 1px dashed #0A0;
	background: #DFD url(/images/icons/accept.png) no-repeat 5px 8px;
	padding: 8px 8px 8px 25px;
	margin-bottom: 15px;
}

.errors_flash {
	border: 1px dashed #A00;
	background: #FDD url(/images/icons/exclamation.png) no-repeat 5px 8px;
	padding: 8px 8px 8px 25px;
	margin-bottom: 15px;
}

.errors_flash li {
	margin-left: 20px;
	margin-top: 5px;
}

.faded {
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

.new_account {
	background-color: #E4EAF2;
}

/* @group Payment Options */

table.payment_options_form {
	margin: 5px 5px 0px 5px;
	width: 497px;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table#housing_options_form {
	width: 478px;
}

table.payment_options_form td {
	padding: 5px;
}

table.payment_options_form .option {
	width: 20px;
	text-align: center;
	background-color: #c4bb9b;
}

table.payment_options_form .option_description {
	background-color: #f5f2e6;
}

.payment_options {
	background-color: #e3dfd1;
	margin: 0px;
	border: 1px solid #cac6ba;
}

.payment_options h3, .upgrade_options h3 {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-style: italic;
}

.payment_options p, .upgrade_options p {
	margin: 10px;
}

.upgrade_options {
	background-color: #e3dfd1;
	border: 1px solid #cac6ba;
	margin: 10px 0px;
	padding: 10px;
}

.upgrade {
	margin: 10px 0px 0px;
	border: 1px solid #cac6ba;
	padding: 10px;
	background-color: #f7f4ec;
}

.upgrade_add {
	background-color: #fffcf5;
	border: 1px solid #cac6ba;
	margin: 10px 0px 0px;
	padding: 10px;
	text-align: center;
}

table.payment_options_form div.fieldWithErrors {
	background-image: none;
	display: block;
	padding: 3px;
	background-color: #A00;
}

#travel_arrangements div.fieldWithErrors {
	background: none;
	padding: 0px;
}

.displayErrorsAsBlock div.fieldWithErrors {
	display: block;
}

#total_container {
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px;
	text-align: right;
	background-color: #e3dfd1;
	border: 1px solid #cac6ba;
}

#payment_history_table {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	width: 505px;
}

#payment_history_table th {
	text-align: left;
}

#payment_history_table .number_field {
	text-align: right;
}

/* @end */


/* @group User Login Page */

h1.orange_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #FF6600;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.user_account_category {
}

.user_account_category ul {
	margin-left: 10px;
	list-style-type: none;
}

/* @end */