
#res_system	{}

#rates_error_message    {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding-left: 40px;
	padding-top: 12px;
	width: 350px;
	text-align: left;
	border:  1px dashed #CC0000;
	margin: 0 auto 0 auto;
}
#rates_error_message .error     {
	font-size: 12px;
	font-weight: bold
}

/* Set cursor value for popup divs */
a.div_popup	{
	cursor: pointer;
}

/* Rates Navigation */
.rates_nav_active {
	color: #000066;
	padding: 8px 8px 8px 8px;
	font-weight: bold;
}
.rates_nav_uncomplete {
	padding: 8px 8px 8px 8px;
	color: #4A4A83;
	font-weight: bold;
}
.rates_nav_complete {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
}
.rates_nav_bar {
	text-align: center;
}
.rates_nav_bar_detail {
	text-align: center;
	padding-top: 8px;
	margin-left: 10px; 
	margin-right: 10px;
}
.rates_nav_detail {
	color: #000066;
}
.rates_nav_detail_num {
	font-size: 1.0em;
	font-weight: bold;
	color: #000066;
}

.rates_nav_link {
	color: #4A4A83;
	text-decoration: none;
}
.rates_nav_num {
	font-size: 2.0em;
	padding: 0;
	font-weight: bold;
	color: #F66013;
}

/** Action Buttons **/
.rates_action_button	{
	border: none;
	background-color: #F66013;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	border-top: 1px ridge #E34E00;
	border-bottom: 1px ridge #E34E00;
	text-align: center;
	cursor: pointer;
}

.rates_action_link	{
	font-size: 13px;
	color: #E34E00;
}

.rates_action_link_button	{
	background-color: #FFFFFF;
	border: none;
	font-size: 13px;
	color: #E34E00;
	text-decoration: underline;
	text-align: left;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.rates_secondary_action_button	{
	border: none;
	background-color: #4A4A83;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	border: 1px ridge #000066;
	text-align: center;
	padding: 0 2px 0 2px;
	cursor: pointer;
}

/** R1 Styles **/

.rates_chart_taxes_info {
	font-size: 11px;
	padding-top: 4px;
}

.rates_r1_caption	{
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
}

.rates_title	{
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
.rates_title_row	{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #EFEFEF;
	height: 20px;
}
.rates_secondary_title_row	{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #EFEFEF;
	height: 20px;
	border-top: 1px dashed #9C9CB5;
}

.rates_stage_header	{
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	padding-bottom: 15px;
}
#rates_r1_table, #rates_r2_table	{
	border-top: 1px solid #4A4A83;
	background-color: #FFFFFF;
}


/** R2 Styles **/
#rates_main {
	float: right;
	width: 580px;
}

#rates_r2_table form	{
	display: inline;
}

#rates_r2_table{
	width: 580px; 
}
#rates_r2_table table.rates_info_table {
	width: 100%;
	background-color: #FFFFFF;
}

#rates_r2_table table.preferred{
	background-color: #EFEFEF;
	border: 2px solid Yellow;
}
#rates_r2_table .rates_info_table td.vehicle_image {
	width: 28%;
}
#rates_r2_table .rates_info_table td.rates_info {
	
}
#rates_r2_table .rates_info_table td.action_info {
	width: 35%;
}
#rates_r2_table .rates_info_table td.action_info input.rates_action_link_button {
	margin-right: 0px;
	text-align: right;
}
#rates_r2_table .rates_info_table td.rates_r2_text_only	{
	line-height: 1.2em;
	text-align: left;
	width: 70%;
}

#rates_r2_table .rates_info_table td.rates_r2_text	{
	line-height: 1.2em;
	text-align: right;
}

#rates_main .rates_r2_vehicles_notice	{
	width: 580px;
	text-align: center;
	margin: 5px auto 5px auto;
	background-color: #E6E6EE;
	padding: 5px 0 5px 0;
}

#rates_main .rates_r2_vehicles_notice p	{
	padding: 0 5px 0 5px;
	display: inline;
}

#rates_r2_table .rates_r2_caption	{
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
}

#rates_r2_table .rates_r2_title	{
	color: #000066;
	font-weight: bold;
	font-size: 13px;
}
#rates_r2_table .rates_r2_title_row	{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #EFEFEF;
}

#rates_r2_table .rates_r2_rate	{}
#rates_r2_table .rates_r2_rate_pre_discount	{text-decoration: line-through; color: #696969}

/** end R2 styles **/

/** Help Styles **/
.help_question	{
	font-weight: bold;
	background-color: #9C9CB5;
	color: #FFFFFF;
	padding: 0;
	margin: 1px;
	text-decoration: none;
	cursor: pointer;
	width: 14px;
	text-align: center;
	display: inline;
}
#help	{
	position:absolute;
	z-index:100;
	background-color: #EFEFEF;
	border: 1px solid #4A4A83;
	width: 150px;
	padding: 4px;
}
#help .title	{
	color: #000066;
	font-weight: bold;
	border-bottom: 1px solid #9C9CB5;
	font-size: 110%;
	height: 16px;
	padding: 2px;
}
#help .close	{
	padding-top: 4px;
	border-top: 1px solid #9C9CB5;
	text-align: center;
}
#help .close_button	{
	background-color: #4A4A83;
	color: #FFFFFF;
	border: 1px ridge #000066;
	text-align: center;
	padding: 0 3px 0 3px;
	cursor: pointer;
	font: bold 11px Arial, verdana, sans-serif;
}

/** Vehicle Features Styles **/
div.vehicle_features_link	{
	color: #F66013;
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
}
#vehicle_features	{
	position:absolute;
	z-index:99;
	background-color: #FFFFFF;
	border: 1px solid #E34E00;
	width: 250px;
	padding: 0px;
}
#vehicle_features .title	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	height: 16px;
	padding: 4px;
	background-color: #F66013;
	text-align: left;
}

#vehicle_features .close	{
	padding: 4px 4px 4px 0px;
	text-align: right;
	background-color:  #FCE2B7;
}
#vehicle_features .close_button	{
	background-color: #F66013;
	color: #FFFFFF;
	border: 1px ridge #E34E00;
	padding: 0 3px 0 3px;
	cursor: pointer;
	font: bold 11px Arial, verdana, sans-serif;
}
#vehicle_features table	{
	padding: 0;
}
#vehicle_features td	{
	border-bottom: 1px solid #FFA95C;
}
#vehicle_features td.caption	{
	font-weight: bold;
	padding-left: 4px;
}
#vehicle_features .class_desc	{
	background-color:  #FCE2B7;
	padding-left: 4px;
	color: #000000;
}
#vehicle_features td.feature	{
	font-weight: normal;
	padding-left: 4px;
}
#vehicle_features .misc_feature_title	{
	font-weight: bold;
	padding-left: 4px;
}
#vehicle_features .misc_feature	{
	padding-left: 15px;
}
/** end Vehicle Features Styles **/


/** Rates Summary **/
#rates_summary	{
	background-color: #F66013;
}
#rates_summary .title	{
	color: #E34E00;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFA95C;
	height: 16px;
	padding: 2px 2px 2px 2px;
	text-align: left;
}
#rates_summary .heading	{
	background-color: #FCE2B7;
	padding: 2px 4px 2px 4px;
}
#rates_summary td.heading	{
	color: #E34E00;
	font-size: 11px;
	font-weight: bold;
}
#rates_summary table.info	{
	background-color: #FFFFFF;
	padding: 2px 4px 2px 4px;
}
#rates_summary .caption, .caption_light	{
	font-weight: bold;
	color: #F66013;
}
#rates_summary .caption_light	{
	font-weight: normal;
}
#rates_summary .change	{
	float: right;
}
#rates_summary a.change	{
	text-decoration: underline;
	color: #F66013;
}

/** R3 Styles **/

.vehicle_details_notice 	{
	width: 580px;
	text-align: center;
	margin: 5px auto 5px auto;
	background-color: #E6E6EE;
	padding: 5px 0 5px 0;
}
.vehicle_details_notice p	{
	padding: 0 1px 0 1px;
	display: inline;
}

table.rates_r3_table	{
	border-top: 1px solid #4A4A83;
	width: 580px;
	margin:0;
	background-color: #FFFFFF;
	float:right;}
.rates_divider_header	{
	border-bottom: 1px solid #4A4A83;
}
.rates_divider_header_last	{
	border-bottom: none;
}

#rates_r3_recalculate	{
	border-right: 1px dashed  #9C9CB5;
}

#rates_r3_recalculate img.r3_vehicle_image	{}

#r3_convert_currency {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
}

#r3_convert_currency table	{
	border: 1px solid #FCE2B7;
	padding: 0px 2px 2px 2px;
}
#r3_convert_currency select	{
	font-size: 9px;
}
#r3_convert_currency td	{
	padding: 0px 3px 2px 3px;
}
#r3_convert_currency .title {
	color: #F66013;
	font-weight: bold;
	font-size: 11px;
}
#r3_convert_currency .converted_total	{
	color: #F66013;
	font-weight: bold;
	font-size: 13px;
}
#r3_convert_currency select, #r3_convert_currency option	{
	font-size: 11px;
}
#r3_upgrades a	{
	font-size: 11px;
	color: #000066;
}
#r3_upgrades .upgrade_action_link_button	{
	background-color: #FFFFFF;
	border: none;
	font-size: 12px;
	color: #4A4A83;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 4px;
	cursor: pointer;
	font-weight: bold;
}
#r3_upgrades .upgrade_offer	{
	border-top: 1px solid #9C9CB5;
}
#r3_upgrades a.r3_upgrade_link	{
	font-size: 13px;
	color:  #4A4A83;
	text-align: center;
}
#r3_action_buttons	{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	text-align: left;
	cursor: pointer;
}

/** Rate Chart Styles **/
#rate_chart	{
	margin-top: 10px;
}
#rate_chart td	{
	padding: 0 2px 0 2px;
	text-align: left;
}

#rate_chart .caption, #rate_chart .sub_caption, #rate_chart .bold_caption	{
	background-color: #FFFFFF;
	color: #000000;
}
#rate_chart .caption	{
	font-weight: normal;
	border-top: 1px solid #4A4A83;
}
#rate_chart .sub_caption	{
	font-weight: normal;
	padding-left: 10px;
	color: #000066;
}
#rate_chart .bold_caption	{
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #4A4A83;
	border-bottom: 1px solid #4A4A83;
	background-color: #E6E6EE;
}

#rate_chart .value, #rate_chart .sub_value, #rate_chart .bold_value	{
	background-color: #EFEFEF;
	text-align: right;
}

#rate_chart .value	{
	border-top: 1px solid #4A4A83;
}
#rate_chart .sub_value	{
	color: #333333;
}
#rate_chart .bold_value	{
	border-top: 1px solid #4A4A83;
	border-bottom: 1px solid #4A4A83;
	font-weight: bold;
	font-size: 13px;
	background-color: #E6E6EE;
}

#rate_chart .selected_currency_caption	{
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
#rate_chart .selected_currency_total	{
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}

#rate_chart p	{
	text-align: left;
}

#rate_chart p.disclaimer 	{
	text-align: left;
	width: 98%;
}

/** Register Styles **/
table#register_info 	{
	width: 95%;
	border-top: 1px solid #4A4A83;
	margin: 10px auto;
}
#register_info .divider	{
	border-right: 1px dashed #9C9CB5;
}
#register_info .desc	{
	width: 350px;
	text-align: left;
}
#register_info .desc_wide	{
	width: 500px;
	text-align: left;
}
#register_info a	{
	font-size: 110%;
	color: #4A4A83;
}
#register_info .horiz_divider	{
	border-top: 1px solid #4A4A83;
}
#register_info .input_field_larger	{
	width: 250px;
}

/** Customer Info Styles **/

table#rates_cust_info_table	{
	border-top: 1px solid #4A4A83;
	width: 580px;
	float:right;}
#rates_cust_info	{
	border-right: 1px dashed #9C9CB5;
}
#rates_cust_info .rates_caption_required, #rates_cust_info .rates_caption {
	width: 35%;
}

#rates_payment_info .rates_caption_required, #rates_payment_info .rates_caption {
	width: 35%;
}

table#reservation_submit	{
	border-top: 1px dashed  #9C9CB5;
	background-color: #EFEFEF;
}
#verisign	{}

#reservation_submit .reservation_submit_desc	{
	margin: 5px;
}
#reservation_submit .reservation_submit_button	{
	margin: 5px;
}

#rates_cust_info span.required, #rates_payment_info span.required	{
	color: #CC0000;
	margin-right: 4px;
	font-size: 1.1em;
}

#rates_cust_info .rates_divider_header, #rates_payment_info .rates_divider_header	{
	padding-bottom: 10px;
}

#rates_cust_info .instructions, #rates_payment_info .instructions 	{}

#rates_cust_info .disclaimer, #rates_payment_info .disclaimer	{
	background-color: #E6E6EE;
	padding: 5px;
	margin: 5px;
}

/** Verisign Seal **/
img.verisign	{
	padding-top: 10px;
	padding-bottom: 10px;
}

/** Side Reservation Summary Styles **/
.side_res_summary * {
	font-size: 11px;
}
.side_res_summary {
	float: left;
	width: 150px;
	visibility: visible;
	display: block;
}

.side_res_summary_change {
	text-align: right;
}

.side_res_summary_data {
	padding-left: 2px;
}

.side_res_summary_seperator {
	margin-bottom: 10px;
}

.side_res_summary_title {
    padding: 2px;
    margin-bottom: 5px;
}

.side_res_summary_title_text {
    color: #000066;
    font-weight: bold;
    font-size: 13px;
	float: left;
}

.side_res_summary_sub_title {
	font-weight: bold;
}

/** Form Styles **/

td.rates_input_required, td.rates_input	{
	text-align: left;
}
td.res_comments, td.res_comments_required	{
	text-align: left;
}

input.rates_input_required	{

}
input.rates_input_required_wide, input.rates_input_wide	{
	width: 175px;
}
input.rates_input_required, input.rates_input	{
	width: 150px;
}
input.rates_input_required_narrow, input.rates_input_narrow	{
	width: 100px;
}
textarea.rates_input_required, textarea.rates_input	{
	width: 250px;
}
textarea.res_comments_input_required	{

}
textarea.res_comments_input	{
	width: 150px;
	height: 50px;
}

.email_format_desc	{
	width: 150px;
}

select.rates	{
	font-size: 11px;
	font-family: Arial;
}

/**
* Caption Styles
*/
td.rates_caption, td.rates_caption_required	{
	text-align: right;
	padding-right: 10px;
	color: #000000;
}
td.rates_caption_required	{
	background: transparent url('../images/asterix.gif') center right no-repeat;
	color: #000000;
}
td.rates_textarea_caption, td.rates_textarea_caption_required	{
	text-align: left;
	padding-left: 10px;
	color: #000000;
}
td.rates_textarea_caption_required	{
	background: transparent url('../images/asterix.gif') center right no-repeat;
	text-align: left;
	color: #000000;
}
td.res_comments_caption, td.res_comments_caption_required	{
	text-align: right;
	padding-right: 10px;
	color: #000000;
}
td.res_comments_caption_required	{
	background: transparent url('../images/asterix.gif') center right no-repeat;
	color: #000000;
}





/*------------------------------------------------------------------------------
  Reservation Confirmation page (March 2009) => ?action=thanks
------------------------------------------------------------------------------*/
div.reservation_confirmation {
	background:#fff;
	border:1px dotted #ccc;
}
div.modify_header {
	margin:0;
	padding:0;
    background-color:#EFEFEF;
}
div.modify_header p {
	margin:0;
	padding:4px 5px;
}
div.modify_header p,
div.modify_header a {
	font-size:13px;
	text-align:center;
}
ul.thanks_toolbar {
	margin:0;
	padding:2px 0;
	list-style:none;
	text-align:center;
}
ul.thanks_toolbar li {
	margin:0;
	padding:0;
	display:inline;
	text-align:left;
	vertical-align:baseline;
}
ul.thanks_toolbar li a {
	margin:0;
	padding:0 5px;
	text-align:center;
	vertical-align:baseline;
}
div.form_survey {
	padding:5px 10px 20px;
	font-size:12px;
}
div.thanks_message {
	margin:25px auto;
	padding:5px;
	font-size:12px;
	text-align:center;
	color:#000;
    background-color: #FFFFFF;
	border:1px solid #4A4A83;
}
div.res_summary {
	padding:20px 10px;
	font-size:13px;
	background-color: #FFFFFF;
}
div.res_summary table {
	margin:0 auto;
}
div.res_summary table td {
	font-size:13px;
}
div.rate_chart_container {
	margin:0 auto;
	width:50%;
}

div.reservation_confirmation div#rate_chart {
	margin-top: 10px;
}
div.reservation_confirmation div#rate_chart table td {
padding:2px;
	text-align: left;
}
div.reservation_confirmation div#rate_chart table td.caption, 
div.reservation_confirmation div#rate_chart table td.sub_caption, 
div.reservation_confirmation div#rate_chart table td.bold_caption {
	background-color: #FFFFFF;
	color: #000000;
font-size:13px;
}
div.reservation_confirmation div#rate_chart table td.caption {
	font-weight: normal;
	border-top: 1px solid #4A4A83;
}
div.reservation_confirmation div#rate_chart table td.sub_caption {
	font-weight: normal;
	padding-left: 10px;
	color: #000066;
}
div.reservation_confirmation div#rate_chart table td.bold_caption {
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #4A4A83;
	border-bottom: 1px solid #4A4A83;
	background-color: #E6E6EE;
}
div.reservation_confirmation div#rate_chart table td.value, 
div.reservation_confirmation div#rate_chart table td.sub_value, 
div.reservation_confirmation div#rate_chart table td.bold_value {
	background-color: #EFEFEF;
	text-align: right;
font-size:13px;
}
div.reservation_confirmation div#rate_chart table td.value {
	border-top: 1px solid #4A4A83;
}
div.reservation_confirmation div#rate_chart table td.sub_value {
	color: #333333;
}
div.reservation_confirmation div#rate_chart table td.bold_value {
	border-top: 1px solid #4A4A83;
	border-bottom: 1px solid #4A4A83;
	font-weight: bold;
	font-size: 13px;
	background-color: #E6E6EE;
}
div.reservation_confirmation div#rate_chart p {
	text-align: left;
font-size:13px;
}
div.reservation_confirmation div#rate_chart p.disclaimer {
	text-align: left;
	width: 98%;
}

