
#multimonth {
				float: left;
				display:block;
				padding:0 0 20px 0;
			}
			.dp-applied {
				float: left;
				width:322px;
				margin:0 15px 0 0;
							
			}
			table.jCalendar {
				border: none;
				width:100%;
				height:260px;
			}
			.dp-popup-inline {
				height: 160px;
			}
			
table.jCalendar {
	background: #f0f1f2;
	padding:0;
	margin:0;	
    
}
table.jCalendar th.weekend,table.jCalendar th.weekday {
	background: #dfdedc;
	color: #000;
	font-weight: bold;
	padding: 0;
	border-bottom:1px solid #979668;
	height:39px;
	text-align:center;
	vertical-align: middle;
	*height:10px;
	*text-align:center;
}

table.jCalendar td {
	background: #eceba0;
	color: #000;
	padding: 0;
	text-align: center;
	border-right:1px solid #979668;
	border-bottom:1px solid #979668;
	width:45px;	
	font-size:8px;
	vertical-align: middle;
}
table.jCalendar td:last-child
{
	border-right:none;	
}
table.jCalendar td.other-month {
	background: #f1f2f2;
	color: #f1f2f2;	
}

table.jCalendar td.today {
	background: #ECEBA0;
	color: #000;
	
}
table.jCalendar td.selected {
	background: #f66;
	color: #000000;
	
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
	
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
	
}

table.jCalendar td.other-month.dp-hover{color:#f1f2f2; background-color:#f1f2f2; cursor:default;}

table.jCalendar td.other-month.selected{color:#f1f2f2;background-color:#f1f2f2;cursor:default;}

table.jCalendar td.other-month.selected.dp-hover{color:#f1f2f2;background-color:#f1f2f2;cursor:default;}

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: #fff;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 322px;
	height:302px;
	*height:302px;
	line-height: 1.2em;
	border:1px solid #b8b8b8;
	border-bottom:none;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 17px;
	color:#d23758;
	font-weight:normal;
	text-align: center;
	margin: 15px 0;
	padding: 0;
	
}
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: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 10px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
	color:#d23758;
}
/* 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: 10px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
	color:#d23758;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.checkRates{
background:none repeat scroll 0 0 #ABCDEF !important;
}

table.jCalendar td.today span{font-size:11px; color:#ff0000; font-weight:bold; padding:0 0 0 5px;vertical-align:middle;}

table.jCalendar td.checkRates span{font-size:10px;  color:#000000; line-height:0px; *line-height:3px; vertical-align:baseline; font-family:tahoma;}
table.jCalendar td span{font-size:11px; color:#ff0000; font-weight:bold; padding:0 0 0 5px;vertical-align:middle;}