

table.jCalendar {
	border: 1px solid #ccc;
	background: #fff;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #0066CC;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #000000;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #FF9933;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #fcfcfc;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 171px;
	line-height: 1.2em;
	border:1px solid #cccccc;
	border-radius:3px;
	padding:5px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}



div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	padding-bottom:4px;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 5px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
	font-size:10px;
}

div.dp-popup th {
	font-size:10px;
}

div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
    background: url("/res/img/calendar.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 20px;
    margin: 0px 0px;
    overflow: hidden;
    padding: 0px;
    text-indent: -2000px;
    width: 20px;
    position:absolute;
    margin-right:0px;
    right:50px;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}



/*-- Homepage --*/


#homeFlightTracker #by-flight #start-date-single {
    width: 305px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}


#homeFlightTracker #byroute #start-date-citypair {
    width: 125px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}

#homeFlightTracker .fieldBlock,
#homeFlightTracker .fieldBlockHalf, 
#homeFlightTracker .fieldBlock .float-right
{
    /*position:relative;*/
}



html > body #homeFlightTracker #by-flight #start-date-single { width:293px; }
html > body #homeFlightTracker #byroute #start-date-citypair {width:115px;}
html > body #homeFlightTracker a.dp-choose-date{left:510px;}

/*-- Fligh Tracker Page --*/

#pageFlightTracker #byflight .fieldBlockHalf,
#pageFlightTracker #byroute .fieldBlockHalf{
    width:300px;
    /*position:relative;*/
}


#pageFlightTracker #by-flight #start-date-single {
    width: 268px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}


#pageFlightTracker #by-city #start-date-citypair {
    width: 268px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}

#pageFlightTracker a.dp-choose-date{left:293px;}


html > body #pageFlightTracker #by-flight #start-date-single { width:270px; }
html > body #pageFlightTracker #byroute #start-date-citypair {width:270px;}
html > body #pageFlightTracker a.dp-choose-date{left:306px;}

/*-- Travel Tools --*/



#trvaelFlightTracker #by-flight #start-date-single {
    width: 305px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}


#trvaelFlightTracker #byroute #start-date-citypair {
    width: 125px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}


#trvaelFlightTracker .fieldBlock,
#trvaelFlightTracker .fieldBlockHalf, 
#trvaelFlightTracker .fieldBlock .float-right
{
    /*position:relative;*/
}

html > body #trvaelFlightTracker #by-flight #start-date-single { width:293px; }
html > body #trvaelFlightTracker #byroute #start-date-citypair {width:115px;}
html > body #trvaelFlightTracker a.dp-choose-date{left:522px;}




/*-- Airport Pages --*/


#trvaelFlightTracker #airportPage #by-flight #start-date-single {
    width: 305px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}


#trvaelFlightTracker #airportPage #byroute #start-date-citypair {
    width: 125px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    float:left;
}

#trvaelFlightTracker #airportPage a.dp-choose-date{left:328px;}

#trvaelFlightTracker #airportPage .fieldBlock,
#trvaelFlightTracker #airportPage .fieldBlockHalf, 
#trvaelFlightTracker #airportPage .fieldBlock .float-right
{
    /*position:relative;*/
}
#trvaelFlightTracker #airportPage a.dp-choose-date{left:746px;}

html > body #trvaelFlightTracker #airportPage  #by-flight #start-date-single { width:293px; }
html > body #trvaelFlightTracker #airportPage  #byroute #start-date-citypair {width:115px;}
html > body #trvaelFlightTracker #airportPage  a.dp-choose-date{left:748px;}








.disabled
{
    background-image:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {


    a.dp-choose-date {
        margin-top:2px;
    }

}

