/************
CSS specifically for the reservation stages
media: screen
os: 
browser: 
comparator: 
version: 0
************/
/*reserve/stages.png*/
#content #reservation_steps {
margin-bottom: 20px;
}
#reservation_steps ul {
}
#content #reservation_steps li {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	/*width: 107px;*/
	height: 34px;
	/*margin-right: 15px;*/
}
#reservation_steps li#step_1 {
	width: 136px;
}
#reservation_steps li#step_2 {
	width: 140px;
}
#reservation_steps li#step_3 {
	width: 110px;
}
#reservation_steps li#step_4 {
	width: 120px;
}
#reservation_steps li#step_5 {
	width: 129px;
}
#content #reservation_steps li span {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	/*width: 107px;*/
	height: 34px;
	/*background-color: #ffecd0;*/
	background-image: url('../images/reserve/stages.png');
	background-repeat: no-repeat;
}
#reservation_steps li#step_1 span {
	background-position: 0 0;
	width: 136px;
}
#reservation_steps li#step_2 span {
	background-position: -136px 0;
	width: 140px;	
}
#reservation_steps li#step_3 span {
	background-position: -277px 0;
	width: 110px;
}
#reservation_steps li#step_4 span {
	background-position: -383px 0;
	width: 120px;
}
#reservation_steps li#step_5 span {
	background-position: -505px 0;
	width: 129px;
}


#reservation_steps li#step_1 span.active_step {
	background-position: 0 0;
}
#reservation_steps li#step_2 span.active_step {
	background-position: -136px -53px;	
}
#reservation_steps li#step_3 span.active_step {
	background-position: -288px 0;
}
#reservation_steps li#step_4 span.active_step {
	background-position: -398px 0;
}
#reservation_steps li#step_5 span.active_step {
	background-position: -516px 0;
}

#reservation_steps li#step_1 span.completed_step {
	background-position: 0 -210px;
}
#reservation_steps li#step_2 span.completed_step {
	background-position: -148px -210px;	
}
#reservation_steps li#step_3 span.completed_step {
	background-position: -288px -210px;
}
#reservation_steps li#step_4 span.completed_step {
	background-position: -398px -210px;
}
#reservation_steps li#step_5 span.completed_step {
	background-position: -516px -210px;
}

#content #reservation_steps{
	height: 34px;
}

#content #reservation_steps.reservation_steps_1 {
	background: url('../images/reserve/stages.png') no-repeat 0 0;
}

#content #reservation_steps.reservation_steps_2 {
background: url('../images/reserve/stages.png') no-repeat 0 -53px;
}

#content #reservation_steps.reservation_steps_3 {
background: url('../images/reserve/stages.png') no-repeat 0 -106px;
}

#content #reservation_steps.reservation_steps_4 {
background: url('../images/reserve/stages.png') no-repeat 0 -159px;
}

#content #reservation_steps.reservation_steps_5 {
background: url('../images/reserve/stages.png') no-repeat 0 -212px;
}

#content {
	background-color: #f9f9f9;
	border: 1px solid #ccccb2;
	padding: 16px 13px !important;
	background-image: none;
}
#content .form_block {
	background-color:#FCFCFC;
	border:1px solid #E9E9E9;
}
#content .form_wrapper h3 {
	margin-bottom: 10px;
	color: #5e9732;
}
input.inp_text,
input.inp_pass,
textarea{
	border: 1px solid #cececd;
	/*color: #996;*/
	color: black;
}
.lbl_radio {
	color: #646464;
	font-weight: bold;
	font-size: 0.9em;
	margin: 1px 4px 0 0;
}

#fundraising_package_id {
	width: 300px;
}

.form_note {
	color:#000;
}
#content label {
	/*color: #5e9732;*/
}
#reserve_scotsman_logo {
	clear:both;
	margin-bottom: 10px;
}
#verification_code_container {
	margin: 10px 0;
}
#secureimg {
	float:left;
}
#verification_input_container {
	float:left;
	margin-left: 10px;
}
#secure_code {
	width: 10em;
}
a#regenerate_code_link:after {
	content: "";
}
#reserve_submit {
	float:right;
}
table, th, td {
	background-color: #fff;
}
th, td {
	padding: 7px 8px;
	border: 1px solid #d0d0ce;
	min-width: 6em;
}
th {
	color: #5E9732;
	font-weight: bold;
}
th.choice_column, td.choice_column {
	background-color: #ece0eb;
	min-width: 9em;
}
th.choice_column .inp_radio,
td.choice_column .inp_radio {
	padding-top: 4px;
}
table.form_table {
	margin-bottom: 10px;
}
.btn_submit {
	float:right;
}
#payment_type_table .table_col_1 {
	width: 30%;
}
#payment_type_table .table_col_2 {
	width: 45%;
font-size: 0.9em;
}
#payment_type_table .table_col_3 {
	width: 25%;
}
#payment_type_table label.lbl_radio {
	padding: 0;
	float:left;
}
#payment_type_table .inp_radio {
	margin: 0;
	padding: 0;
}
#payment_type_table .inp_select {
	width: 3em;
	padding: 2px 0;
	margin: 0;
}
#reserve_total_payment {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.member_box {
	border-top: 1px solid #c18fa3;
	padding: 10px 0;
}
#content .member_box h4,
#content .member_box_first h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px
}

#contact_tel,
#contact_mob {
	width: 12em;	
}

#dob,
#postcode,
#work_postcode {
	width: 10em;
}

/* Team Step */
table.form_table td.choice_column {
	background-color: #fff;
	text-align: center;
	width: 160px;
}

table.form_table th.rewards_column {
	border-left: 1px solid #944e8d;
}

.reward_scheme_description strong {
	color: #650360;	
}

#content .reward_scheme_description ul {
	color: #333333;
	font-weight: normal;
}

label.choose_reward_scheme {
	font-size: 1.5em;
}

.reward_scheme_radio {
	float: none;
	margin: 0;
}

.reward_scheme_commitment {
	color:#650360;
	font-size:2.2em;
	font-weight:bold;
}

#min_team_fr_commit {
	color:#650360;
	font-weight:bold;
}

/* Team Step end */

/* Payment step */
#payment_options {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #BA9CB6;
}

#payment_options div.clear {
	clear: both;
}

#payment_options select {
	width: 240px;
}

#payment_options h4.payment_options_header {
	background:#BEBEBE none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	padding:12px;
	text-transform:uppercase;
	margin:0;
}

#payment_options h4.payment_options_header strong {
	color:#681064;
	font-weight:bold;
}

#payment_options ul.payment_options_months {
}

#payment_options ul.payment_options_months li {
	background:#DBDBDB none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:1.25em;
	list-style-type:none;
	margin:0;
	width:20%;
}

#payment_options_left {
	float:left;
	padding:20px;
	width: 240px;
}

#payment_options_right {
	float: right;
	margin:20px;
	width: 240px;
}

#payment_options h4 {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

div.padded_div {
	padding: 20px;
}

#reservation_options,
#promo_code_options {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #BA9CB6;
	padding: 20px;
}

#total_savings {
	background: #5E9732 none repeat scroll 0 0;
	color: #FFFFFF;
}

#total_savings p,
#total_amount p  {
	margin: 0;	
}

#total_savings_left,
#total_amount_left {
	float: left;
	width: 65%;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;	
}

#total_savings_left p.small {
	font-size: 0.9em;
}

#total_savings_right,
#total_amount_right {
	font-size: 2em;
}

#total_amount {
	background:#E8E8E2 none repeat scroll 0 0;
	color:#231F20;
}

.promo_code_error {
	font-weight: bold;
	color: red;
}
/* Payment step end */
input.btn_prev,
input.btn_next {
	padding: 4px 8px;
	background-color: #5e9732;
	color: #fff;
	border: none;
	float:left;
	font-weight: bold;
}

input.btn_prev {
	background-color: #d6e03d;
	color: #1c7510;
}
input.btn_next {
	float:right;
}
input:hover.btn_next {
	background-color: #d6e03d;
	color: #1c7510;
}
input:hover.btn_prev {
	background-color: #5e9732;
	color: #fff;
}

#payment_options_left .radio_wrapper,
#payment_options_right .radio_wrapper {
	clear:both;
	display: block;
	height: 1.75em;
	width: 100%;
}
#current_step {
	background: transparent url('../images/entry_form/steps_graphic.gif') 0 0 no-repeat;
	width: 634px;
	height: 34px;
	text-indent: -999999px;
	margin-bottom: 10px;
}
#current_step.step_2 {
	background-position: 0 -35px;
}
#current_step.step_3 {
	background-position: 0 -70px;
}
#current_step.step_4 {
	background-position: 0 -105px;
}
#current_step.step_5 {
	background-position: 0 -105px;
}
#current_step.step_6 {
	background-position: 0 -140px;
}
#current_step.step_7 {
	background-position: 0 -175px;
}

#dob_day, #dob_month, #dob_year {
	vertical-align: top;
}
#dob_day, #dob_year {
	padding-bottom: 9px;
}
td.cell_discount,
td.cell_standard,
td.cell_total {
	font-weight: bold;
}

table.form_table td.cell_total {
	background-color: #dfefd1;
}
/*
table.form_table tr th.cell_total {
border: 1px solid white;
}*/
table.form_table td.cell_saving {
	background-color: #f7ffef;
}

#login_form, #register_form{
	width:400px;
	float:left;
	min-height:253px
}

#login_form{margin-right:10px;}

#login_form input.inp_text, #register_form input.inp_text{
	width:200px;
}

.showObject{
	clear:both;
}

input.form_element_error, textarea.form_element_error{
	margin-bottom:0px;
	border-color:#f00;
}

div.form_error_message_outer{
	margin-top:5px;
	margin-bottom:10px;
	color:#f00;
}


div#content p.errors{
	color:#f00;
	font-weight: bold;
	border:1px solid #f00;
	padding:5px 10px;
}

p.form_error_message{
	display:none;
}

#worldpay .form_error_message_outer{
	display:none;
}

.textarea_wrapper{
	margin-bottom:10px;
}

filedset{
	background-color: #F9F9F2;
    border: 1px solid #E1E880;
}

.inp_btn{
	background: none repeat scroll 0 0 #5E9732;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    padding: 6px 10px 4px;
    text-transform: uppercase;
}

tr.head td{
	background:#5E9732;
	color:#fff;
	font-weight:bold;
}

#foot{
	clear:both;
}
#content #register_form {
	background: #E7F2DE;
}