table.jCalendar {
	/*border: 1px solid #000;*/
	background: none;
    border-collapse: separate;
    border-spacing: 0;
}
table.jCalendar th {
	/*background: #333;*/
	color: #FFF;
	font-weight: normal;
	/*padding: 3px 5px;*/
	font-family:'cordia';
	font-size:20px;
	padding:13px;
	/*border: 1px solid #ababab;*/
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ababab;
	border-right-color: #ababab;
	border-left-color: #ababab;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	background: #616161;
}

table.jCalendar td {
	background: #eee;
	color: #333;
	padding: 8px;
	text-align: center;
	font-size:12px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ababab;
	border-right-color: #ababab;
	border-left-color: #ababab;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
}
table.jCalendar td.other-month {
	background: #f7f7f7;
	color: #aaa;
	font-size:14px;
}
table.jCalendar td.today {
	font-size:14px;
	color:#666666;
}
table.jCalendar td.selected {
	/*background: #000;*/
	color: #fff;
	font-family:'cordia';
	font-size:20px;
	background:#b0a289;
}
table.jCalendar td.selected.dp-hover {
	background: #cccccc;
	color: #fff;
	font-size:14px;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #b0a289;
	color: #fff;
	font-size:14px;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
	font-size:14px;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	
	font-size:14px;
	color:#DFDFDF;
	background: none;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #77736B;
	color: #504B40;
	font-size:14px;
}

/* 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 h2{color:#fff; font-family:'cordia'; font-weight:normal; font-size:20px; padding-top:2px; line-height:1.5em;}
div.dp-popup {
	position: relative;
	background:none;
	font-size: 11px;
	font-family: 'cordia', serif;
	width: auto;
	line-height: 1.2em;
	box-shadow: 0 15px 60px rgba(0, 0, 0, 0.16);
}
div#dp-popup {
	position: absolute;
	z-index: 199;	
	background:#FFFFFF;
	border:2px solid #939393;
}
div.dp-popup h2 {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	background:#b0a289;
	padding: 10px 0;
	display: block;
}
a#dp-close {
	color:#ffffff;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
	
}
#cbut {width:auto;
	position:absolute;
	bottom:0;
	right:0;
	background:#AFAFAF;
	padding:3px;
	border-radius:5px;
	}
a#dp-close:hover {
/*	text-decoration: underline;*/
}
div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 7px 19px 0;
	font-size: 22px;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0px;
	left: 0px;
	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: 0px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: rgba(170, 170, 170, 0);
}
div.dp-popup td {
	cursor: pointer;
	border: 1px solid #fff;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* /////////////////////////////////////// */
#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
select {
	/*width: 100px;*/
}
input {
	/*width: 100px;*/
	margin: 0;
}
input.dp-applied {
}

a.dp-choose-date {
	width: 100%;
	position: absolute;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
.date-pick{
	color: #b0a289 !important;
	border: 1px solid #adadad;
	margin-top: 3px;
	padding: 0;
	font-family:'cordia';font-size: 20px;
}
#resetForm {
	cursor: pointer;
}
.list-pick{
	font-family: 'cordia';
	font-size: 20px;
	color: #69665d;
	border: 1px solid #69665d;
}




#multimonth {
			border: 2px solid #000;
			overflow: auto;
			float: left;
		}
		.dp-applied {
			
		}
		table.jCalendar {
			border: none;
		}
		.dp-popup-inline {
		}
		.other-month {visibility:hidden;}
		.dp-calendar {margin:0px 0 0 0;}
		.book-btn{
			text-decoration:none;
			font-family:'cordia';
			background:#DDD;
			color:#575757;
			padding:10px;}