/*background: #71428A;*/
/*background: #ABD33F;*/ 

.trip_banner_horizontal { width: 100%; margin: 10px auto; border: 1px #BFCFFF solid; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: white; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.trip_banner_horizontal:hover { background: #E6FECF; cursor: pointer; text-decoration: none; }

.clear_link { text-decoration: none; }
.trip_photo_horizontal { padding: 0 15px 0 0; height: 225px; width: auto; float: left; text-align: center; }
.trip_title_horizontal { font-size: 28px; color: #71428A; font-weight:bold; text-align: center;}
.trip_price_label_horizontal { font-size: 14px; color: #FF0000; text-align: left; }
.trip_price_horizontal { padding: 15px 15px 15px 15px; font-size: 35px; color: #FF0000; font-weight:bold; text-align: center;}
.trip_horizontal_line_horizontal { margin-left: 5px; margin-right: 5px; height:1px; background: #BFCFFF; }
.trip_departure_horizontal { padding: 15px 15px 15px 15px font-size: 14px; font-weight: bold;}
.trip_trip_program_horizontal {padding: 015px 15px 15px 15px; font-size: 14px; text-decoration: underline;}
.trip_description_horizontal { padding: 15px 15px 15px 15px; font-size: 14px; }


.trip_menu_line { width: 100%; height: 50px; position: relative; top: -15px;}
.trip_menu_line ul { text-align: center; list-style-type: none; padding: 10px 0 0 0; }
.trip_menu_line li { display: inline; padding: 0 20px 0 20px; }
.trip_menu_line a { font-size: 24px; font-weight: bold; color: #090E7A; text-decoration: none; }
.trip_menu_line a:hover  { font-size: 24px; font-weight: bold; color: #FFBF00;  }
.trip_menu_line a:active  { font-size: 24px; font-weight: bold; color: #FFBF00;  }

.trip_on { color: #FFBF00; }

.trip_banner_vertical:hover{ margin-top: -10px; border: 1px #FFBF00 solid; -webkit-box-shadow: 0px 0px 2px 2px #FFBF00; box-shadow: 0px 0px 2px 2px #FFBF00; }

.res_trip_title { font-size: 25px; color: #FFFFFF; font-weight: bold;padding-top:5px; padding-bottom: 5px; border-bottom: 1px solid #E2D2EA; }
.res_trip_desc { font-size: 14px;  padding-top:5px; padding-bottom: 5px; border-bottom: 1px solid #E2D2EA; }


.res_table { border-left-style:solid; border-left-width:1px; border-right-style:solid; border-right-width:1px; width: 800px; }
.res_td_header { font-size: 16px; color: #FFFFFF; font-weight: bold;padding-top:5px; padding-bottom: 5px; width: 80px; }
.res_tr_w { background-color:#FFFFFF; }
tr.res_tr_w:hover { background-color: blue; }
.res_tr_v { background-color:#E2D2EA; }
tr.res_tr_v:hover { background-color: red; }
.res_td { font-size: 16px;padding-top:5px; padding-bottom: 5px; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px; }

@media only screen and (max-width: 1010px), only screen and (max-device-width: 1010px){
	.trip_price_label_horizontal { font-size: 20px; }
	.trip_trip_program_horizontal { font-size: 20px; }
	.trip_description_horizontal { font-size: 20px; }
	body { font-size: 20px; }
}