#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #999999;
	z-index: 10; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control { /* header row with "close" */
	background: #999999;
	padding: 2px 0px;
}
.datepicker_links {
	background: #DDDDDD;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #DDDDDD;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: #DDDDDD;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow { /* days of the week */
	background: #FFFFFF;
	color: #000 !important;
}
.datepicker_daysRow {
	background: #FFF;
	color: #666;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #EEEEEE;
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #ff6600;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #ccc !important;
}
.datepicker_currentDay {
	background: #999 !important;
}
/* ________ Datepicker Links _______
** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
	/*background: #fdd !important;*/
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #dddddd !important;
	color: #333 !important;
}
/* ___________ MULTIPLE MONTHS _________*/
.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.jrs_buttons {
	float: right; 
	width: 90px; 
	text-align: center; 
	font-size: 14px;
}
.jrs_buttons_pad {
	padding: 0px 5px 10px 10px;
}

/* CSS Document */
.jrs_main_table{
	width:800px;
	margin:0px !important;
}

.jrs_booking_results_table{
	width:800px;
	background-color:#FFFFFF;
	margin:0px !important;
}

.jrs_booking_main_table{
	width:800px;
}

.jrs_header_td{
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

.jrs_title_td{
	text-align:center;
}

#jrs_page_title{
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:10px !important;
}

#jrs_body_content{
	margin:0px !important;
}

.jrs_button_on{
	margin-left:2px !important;
	margin-right:2px !important;
	margin-bottom:0px !important;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;	
	min-width:80px;
	background-color:#D7D7D7;
	border-top:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	float:left;
	font-size:14px;
	text-decoration:none;
}

.jrs_button_off{
	margin-left:2px !important;
	margin-right:2px !important;
	margin-bottom:0px !important;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	min-width:80px;
	background-color:#FFFFFF;
	border-top:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	float:left;
	font-size:14px;
	text-decoration:none;	
}

.jrs_large_link_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0052A4;
	font-weight:bold;
	text-decoration:none;
}

/*this is all content styling*/

/*results display classes styles */
#jrs_list_view{
	margin:0px !important;
}

#jrs_price_view{
	text-align:left;
}	

#jrs_cat_title{
	width:800px;
	margin-left:0px !important;
	margin-bottom:10px !important;
	height:30px;
	padding-top:9px;
	background-color:#C2C2C2;
	color:#0052A4;
	font-size:16px;
	text-indent:7px;
	font-weight:bold;
}

#jrs_category_title{
	float:left;
}

#jrs_trip_dates{
	float:right;
	padding-right:10px;
}

/*results display classes styles */

.jrs_events_display_table{
	width:100%;
	text-align:left;
	float:left;
}

.jrs_picture_td{
	width:100px;
	text-align:left;
	vertical-align:top;
}

.jrs_picture_div{
	margin-top:10px !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
	padding-left:10px;
}

.jrs_results_image{
	 width:100px;
	 border: none;	 
}

.jrs_event_contents{
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:350px;
}

.jrs_event_contents_large{
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:450px;
}

.jrs_url{
	width:350px;
	margin-top:8px !important;
	margin-bottom:10px !important;
	/*border-bottom:1px solid #D7D7D7;*/
}

.jrs_short_url{
	width:335px;
	margin-top:8px !important;
	margin-bottom:10px !important;
	/*border-bottom:1px solid #D7D7D7;*/
}

.jrs_title_link{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none !important;
}

.jrs_title_link:hover{
	text-decoration:underline;
}

.jrs_description_link{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none !important;
	color:#6B8D28 !important;
}

.jrs_description:hover{
	text-decoration:none;
}


.jrs_title_nolink{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.jrs_desc_link{
	font-weight:normal;
	text-decoration:none;
}

.jrs_desc_nolink{
	font-weight:normal;
	text-decoration:none;
}

.jrs_contents{
	float:left;
	margin-bottom:10px !important;
}

.jrs_content{
	width:auto;
	margin-right:10px !important;
	margin-bottom:10px !important;
	float:left;
	font-weight:normal;
}

.jrs_short_content{
	width:350px;
	margin-right:10px !important;
	margin-bottom:10px !important;
	float:left;
	font-weight:normal;
}

.jrs_best_price_div{
	vertical-align:top;
	margin:0 !important;
	width:90px;
	float:left;
}

.jrs_buttons_td{
	vertical-align:top;
	width:150px;
	text-align:right;
}

.jrs_buttons_div{
	width:160px;
	margin-top:20px !important;
	text-align:right;
	float:right;
	display: block !important;
}

.jrs_direct_buttons_div{
	width:75px;
	margin-bottom:10px !important;
	margin-right:5px !important;
	float:left;
}

.jrs_direct_button_div{
	border-bottom:1px solid #C2C2C2;
}

.jrs_direct_best_price_div{
}

.jrs_direct_price_div{
	margin-bottom:5px !important;
}

.jrs_direct_price_link{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

.jrs_direct_price_link:hover{
	text-decoration:underline;
}

.jrs_direct_price_link:visited{
}

.jrs_best_direct_price_link{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px !important;
}

.jrs_best_direct_price_link:hover{
	text-decoration:underline;
}

.jrs_direct_click_price_div{
	margin-bottom:5px !important;
}

.jrs_direct_click_price_link{
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}

.jrs_direct_click_price_link:hover{
	text-decoration:underline;
}

.jrs_direct_click_price_link:visited{
}

.jrs_direct_link_image{
	border:none;
	float:left;
}
.jrs_national_res_buttons_div{
	width:75px;
	margin-right:0px !important;
	float:left;
}
.jrs_national_reservation_image{
	border:none;
	float:left;
}

.jrs_national_res_price_link{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

.jrs_national_res_price_link:hover{
	text-decoration:underline;
}

.jrs_national_res_price_link:visited{
}


.jrs_best_national_res_price_link{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

.jrs_best_national_res_price_link:hover{
	text-decoration:underline;
}

.jrs_best_national_res_price_link:visited{
}

.jrs_starting_price_link{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:-10px;
	white-space:nowrap;
}

.starting_price_hyperlink{
	font-size:17px;
	font-weight:bold;
	text-decoration:none !important;
	position:relative;
	top:-10px;
	white-space:nowrap;
}

.starting_price_hyperlink:hover{
	text-decoration:underline !important;
}

.starting_price_hyperlink:visited{
}

.jrs_bp_td_class{
	vertical-align:top;
}

.jrs_bp_div{
	margin-top:30px !important;
	float:left;
}

.jrs_bp_absolute{
}

.jrs_best_price_logo{
	border-style:none;
	float:left;
}

.jrs_open_table_buttons_div{
	margin-bottom:10px !important;
	float:left;
}

.jrs_open_table_image{
	border:none;
	float:left;
}

.jrs_other_buttons{
	float:left;
}

.jrs_more_info_link_div{
	margin-right:20px  !important; 
	float:left;
}

.jrs_more_info_links{
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
}

.jrs_map_it_link_div{
	float:left;
}

.jrs_map_it_links{
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
}

.jrs_map_it_links:visited{
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
}

.jrs_underline_div{
	width:100%;
	border-bottom:1px solid #C2C2C2;
}
/*end results display classes styles */

/*booking survey*/

#jrs_header_image{
	float:left;
	margin:0px !important;
}

#jrs_main_booking_form{
	float:left;
	width:800px;
	margin:0px !important;
}

#jrs_booking_form{
	width:800px;
	min-width:800px;
	margin-top:2px !important;
	margin-bottom:2px !important;
	background-color:#FFFFFF;
	float:left;
}
#jrs_booking_header{
	color:#000000;
	text-transform:uppercase; 
	font-size:12px; 
	margin-top:5px !important;
	margin-bottom:10px !important;
	text-align:center;
	float:left;
	width:798px;
	min-width:798px;
}
#jrs_lodging_selection{
	width:798px;
	margin-bottom:10px !important; 
	float:none;
	line-height:25px;
}

#jrs_lodging_selection_2{
	width:798px; 
	margin-left:1px !important; 
	margin-bottom:10px !important; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	float:none;
}		

#jrs_page_title{
	font-weight:bold;
	color:red;
	font-size:14px;
}

.jrs_button_on{
	margin-left:2px !important;
	margin-right:2px !important;
	height: 25px;
	line-height:25px;
	text-indent:6px;
	width:80px;
	background-color:#C2C2C2;
	color:#000000;
}

.jrs_button_off{
	margin-left:2px !important;
	margin-right:2px !important;
	height: 25px;
	line-height:25px;
	text-indent:6px;
	width:80px;
	background-color:#D7D7D7;
	color:#000000;	
}

.jrs_booking_content_table{
	border:1px solid #000000;
}
/*end booking survey*/

#jrs_page_footer {
	margin-top:4px !important;
	width:800px;
}


a.links {
	color:blue;
	text-decoration:none;
}

a.links:hover{
	color:blue;
	text-decoration:underline;
}

#jrs_map_view{
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
	display:none; 
	width:100%; 
	text-align:left;
}

#jrs_map_category_header{
	width:100%;
	margin-left:0px !important;
	margin-bottom:0px !important;
	height:30px;
	min-height:30px;
	padding-top:9px;
	background-color:#C2C2C2;
	color:#0052A4;
	font-size:16px;
	text-indent:7px;
	font-weight:bold;
	float:left;
}

#jrs_map_iframe{
	margin:0px !important;
}

#jrs_so_sorry{
	width:100%;
	text-align:center;
}

/*new calendar elements*/
#jrs_calendar_form{
	width:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-bottom:8px;

}

.jrs_clr{
	clear:both;
}

.jrs_calendar_text{
	float:left;
	font-weight:bold;
}

#jrs_lodging_div{
	float:left;
	padding-left:9px;
}

#jrs_lodging_select{
	float:left;
	padding-top:4px;
}

#jrs_adults_select{
	float:left;
	font-weight:bold;
	padding-top:4px;	
}

#jrs_adults_div{
	float:left;
}

#jrs_kids_div{
	float:left;
	padding-left:15px;
}

#jrs_kids_select{
	float:left;
	font-weight:bold;
	padding-top:4px;
}

#jrs_arrival_div{
	float:left;
	text-align:left;
	padding-left:15px;
}

#jrs_arrival_text{
	float:left;
	font-weight:bold;
}

#jrs_arrival_input{
	float:left;
	padding-left:1px;
}

#jrs_departure_div{
	float:left;
	text-align:left;
	padding-left:1px;	
}

#jrs_departure_text{
	float:left;
	font-weight:bold;	
}
#jrs_departure_input{
	float:left;
	padding-left:1px;	
}

#jrs_search_submit{
	float:left;
	padding-top:3px;
	padding-left:15px;
}

.jrs_form_select_item{
	font-size:10px;
}
