BODY {
   font-family: Arial;
   font-size: 12px;
}
IMG {
   border: 0px;
}
FORM {
   margin: 0px;
   padding: 0px;
}

#headline {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color: #131313; 
   font-size: x-small;
   background: #CCCCCC repeat-x top url(images/flypath-bkg.gif);
}
.flypoint b, .flypoint strong {
   font-size: small;
}
.city {
   font-size:small;
   font-weight: bold;
}
table.flypoint td {
   padding-left: 3px;
   padding-right: 3px;
}
.airport {
   background-color: #333333;
   color: white;
   font-weight: bold;
   font-size: x-small;
}
.total {
   font-size:small;
   margin-left: 5px;
}
.total b, .total strong {
   color: #055697; 
   font-size: small;
}

#planner {
   color: #055697;
   font-weight: bold;
}
#jetlist {
   background-color: #CCCCCC;
}
#jetlist IMG {
   cursor: hand;
   margin-bottom: 4px;
}
.jetclass {
   display: block;
   cursor: pointer;
   cursor: hand;
   width: 96%;
   padding: 3px;
   text-align: left;
   background-color: #333333;
   color: white;
   font-size: small;
   font-weight: bold;
   text-decoration: none;
   margin-bottom: 4px;
}
.jets { 
   display:none;
   text-align: center;
   padding-left: 5px;
}
.jets IMG, .clickable, .button, .jetitem {
   cursor: pointer;
   cursor: hand;
}
.jetitem {
   font-size: 14px;
   text-align: left;
   color: black;
   margin: 0px;
   width: 96%;
   background-color: white;
   
}

#popup {
   position:absolute;
   top:0px;
   left:0px;
   color: #333333;
   background-color: #CCCCCC;
   border: 1px #055697 solid;
   padding: 7px;
   display: none;
   z-index: 100;
}
#popup strong {
   display: block;
   font-size: 14px;
   margin-bottom: 5px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 74px;
	float: left;
	padding: 0px 0px 0px 3px;
	background-color: #BAD3EF;
	border: none;
}
