/* selection form */

table#select_tour_tbl{
   border: 1px solid #E4BD5E; 
   padding:20px; 
   background:#F8E0A4;    
}

table#select_tour_tbl>tr{
    background:#F8E0A4;
}

select#tour_type_sel{
   width:220px; 
   padding:1px; 
   font-size:12px; 
   color:#5D5B5C; 
} 

div.checkBoxes{
   border: 1px solid #E4BD5E; 
   color:#5D5B5C; 
   font-size: 11px; 
   height: 73px; 
   width: 210px;
   padding: 5px; 
   overflow-y: scroll;
}

select#travel_type_sel{
   width:220px; 
   padding:1px; 
   font-size:12px; 
   color:#5D5B5C; 
}

td#vacation_day_td{
   padding:5px 10px 0px 10px; 
   background:#F8E0A4; 
   font-weight:bold;
}

td#vacation_day_info_td{
   padding:0 10px 5px 10px; 
   background:#F8E0A4; 
   font-weight:normal;        
}

td#vacation_day_info_td>span{
   color:#FF0403; 
   font-weight:bold;
}

td#calOne{
   padding:5px; 
   background:#F8E0A4;
}

input#price_sel{
   width:200px; 
   padding:2px; 
   font-size:12px; 
   color:#5D5B5C;
}

span.sample_text_span{
   font-size:10px; 
   font-weight:bold; 
   color:#B70302; 
}

span.number_text_span{
   font-size:10px; 
   color:#5D5B5C;
}

input#tour_day_sel{
   width:210px; 
   padding:2px; 
   font-size:12px; 
   color:#5D5B5C;
}

/* !selection form */ 

/* result table */
.highlight{ 
   background-color: #BC0504; 
   color:#FFF; 
}

span#tour_count{
   font-weight:bold;
}

table#tour_tbl{
    background-color: #fee6cf;
}

table#tour_tbl tr.header_row td{
   border:0px solid #a01010; 
   color:#000;
   background-color: #F8E0A4;
   font: bold 11px Verdana;
   padding: 10px 5px;
}

table#tour_tbl tr td{
   border:0px solid #a01010; 
   color:#000;
   background-color: #FFF;
}

table#tour_tbl tr td table td{
   border:none; 
}

a.tour_name{
   font-weight:bold; 
   font-size:12px; 
   color:#a01010;
}

div.tour_date_div_class{
   overflow: hidden; 
   width:293px; 
   height:100%; 
   padding-top:5px; 
   background:#FFF;
}
/* !result table */  