#calendar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background-color: #fff;
}
.wrap {
	float: left;
	width: 700px;
	padding: 0 15px;
}

.pwrap {
	float: left;
	width: 400px;
	padding: 0 15px;
}
#content #calendar table, #calendar table {
	width: 200px;
	text-align: center;
	border-left: 1px solid #efefef;
}
#calendar th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	border: 1px solid #efefef;
}
#calendar td {
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 28px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}
#calendar td.cal_today {
	background: #D6DFC4;
}
#calendar .highlight {
	font-weight: bold;
	background: #efefef;
}
#calendar .highlight a {
	color: #616B76;
}
#calendar table a {
	font-weight: bold;
}
#calendar  ul {
	float: left;
	list-style-type: none;
	width: 100%;
}
#calendar  li{
	float: left;
	margin-left: 5px;
	width: 100%;
}
#calendar p {
	border-bottom: 1px solid #8E98B3;
}

ul.calendar {
	float: left;
	list-style-type: none;
	margin: 4px 0; padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
ul.calendar li {
	float: left;
	width: 400px;
	margin: 4px 0;  
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #D4DAE5;
}

ul.calendar li .show-date {
	font-style: italic;
	font-weight: bold;
}
ul.calendar li .desc {
	font-size: 11px;
	margin: 3px 0;
}
ul.calendar li h3 {
	font-size: 14px;
	margin: 0;
}
#content ul.calendar img {
	margin: 3px;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	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: 140px;
	float: left;
}
