

#descr .paragraph table.jCalendar {
	margin: 0; 
	padding: 0; 
	background: #E4C992; 
   border-collapse: separate;
   border-spacing: 1px;
	width: 100%;
	font-size: 8px;
	color: #111;
}
#descr .paragraph table.jCalendar th {
	background: #9F8951;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 6px;
}
#descr .paragraph table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 2px 6px;
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
}

#descr .paragraph table.jCalendar td h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 2px 0;
	padding: 0;
	color: #111;
	width: auto;
}

#descr .paragraph table.jCalendar tbody th {
	background: #fff;
	color: #000;
	padding: 2px 6px;
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
}

#descr .paragraph table.jCalendar tbody th h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 2px 0;
	padding: 0;
	color: #222;
	width: auto;
}


#descr .paragraph table.jCalendar td.other-month {
	background: #eeeeee;
	color: #aaa;
}

#descr .paragraph table.jCalendar td.other-month div.free {
	background: #ddd;
	color: #aaa;
}

#descr .paragraph table.jCalendar td.other-month h2 {
	color: #999;
}

#descr .paragraph table.jCalendar td.today {
	background: #9F8951;
}

#descr .paragraph table.jCalendar td.today h2 {
	color: #fff;
}
/*
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
*/
#descr .paragraph table.jCalendar td.weekend {
	background: #F6F3E1;
}

#descr .paragraph table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

#descr .paragraph table.jCalendar td:hover h2, table.jCalendar td.dp-hover h2 {
	color: #820024;
}

#descr .paragraph table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

#descr .paragraph table.jCalendar td div, table.jCalendar tbody th div {
	padding: 2px;
	margin: 0 0 1px 0;
	color: #666;
}

#descr .paragraph table.jCalendar tbody th div {
	background: #f0f0f0;
	padding: 2px 5px;
}

#descr .paragraph table.jCalendar div.free {
	background: #EAE5DB;
	color:#9F8951;
}

#descr .paragraph table.jCalendar div.rented {
	background: #823130;
	color:#fff;
}

#descr .paragraph table.jCalendar div.option {
	background: #DCC6C6;
	color: EAE5DB;
}


/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

#descr .paragraph div.dp-popup {
	position: relative;
	background: #CCB068;
	font-size: 8px;
	font-family: arial, sans-serif;
	padding: 0;
	width: 690px;
	line-height: 1.2em;
}
#descr .paragraph div#dp-popup {
	position: absolute;
	z-index: 199;
}
#descr .paragraph div.dp-popup h2 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-transform:uppercase;
	padding: 4px 0 2px 0;
	margin: 0;
	color: #fff;
}
#descr .paragraph a#dp-close {
	font-size: 9px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
#descr .paragraph a#dp-close:hover {
	text-decoration: underline;
}
#descr .paragraph div.dp-popup a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 7px;
}
#descr .paragraph div.dp-popup a:hover {
	background-color: #fff;
	color: #820024;
}

#descr .paragraph div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
#descr .paragraph 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 */
#descr .paragraph div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
#descr .paragraph div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
#descr .paragraph div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
#descr .paragraph div.dp-popup div.dp-nav-next a {
	float: right;
}
#descr .paragraph div.dp-popup a.disabled {
	cursor: default;
	color: #dec291;
}
#descr .paragraph div.dp-popup a.disabled:hover {
	background-color: transparent;
}
#descr .paragraph div.dp-popup td {
/*	cursor: pointer; */
}
#descr .paragraph div.dp-popup td.disabled {
	cursor: default;
}
