/*---------------------------------------------------------------
  >> List Saved Bookings <<
  ---------------------------------------------------------------
  any itinerary specific page styles go here
  -------------------------------------------------------------*/

/* List Bookings / Saved Quotes Form Layout */
/* -----------------------------------------------------------*/
table#listsavedbookings
{
  width : 100%;
  border-collapse : collapse;
}

table#listsavedbookings th
{
  font-size : .7em;
  text-align : left;
  border-bottom : 1px solid #666 !important;
  padding : 5px 0;
}

table#listsavedbookings td
{
  font-size : .7em;
  border-bottom : 1px solid #ccc !important;
  padding : 5px 0;
}

.filtercheckboxes
{ 
  float:right; 
  width: 150px; 
  text-align:left
}

.filtercheckboxes input 
{ float: left;
  clear: left
}  

.filtercheckboxes label 
{ text-align :left ;
  margin: 2px 0px 2px 5px
}  
   
#booked img
{ padding-left:15px}    
   
	    