#calendar{
padding:0px 0 0 0;
border:0;
margin:0;}

#text table.jCalendar {
	
	padding:1px;
	
    border-collapse: separate;
    border-spacing: 2px;
	
	
}
#text table.jCalendar th {
	background: #fff;
	color: #38C6F6;
	font-weight: bold;
	font-size:10px;
	padding: 8px 10px 8px 10px;

}
#text table.jCalendar td {
	background: #B1E8FC;
	color: #000;
	font-size:10px;
	padding: 8px 10px 8px 10px;
	text-align: center;
}
#text table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
#text table.jCalendar td.today {
	background: #666;
	color: #fff;
}
#text table.jCalendar td.preselected {
	background: #FBD798;
	color: #000;
}
#text table.jCalendar td.selected {
	background: #FBA208;
	color: #fff;
}
#text table.jCalendar td.selected:hover {
	background: #F67004;
	color: #fff;
}
#text table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #6BD6FA;
	color: #000;
}
#text table.jCalendar td.disabled, table.jCalendar td.disabled: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 */

#text div.dp-popup {
	position: relative;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 20px 13px 20px 13px;
	margin-right:10px;
	width: 245px;
	height:260px;
	line-height: 1.2em;
	background-image:url(../images/calendar-bg.png); background-repeat:no-repeat; background-color:#38C6F6;}
		

#text div#dp-popup {
	position: absolute;
	z-index: 199;
}
#text #calendar div.dp-popup h2 {
	text-align: center;
	margin: 4px 0;
	padding: 3px 0 12px 0;
	width:245px;
	color:#ffffff;
	font-size:180%;
	
	
}
#text a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
#text a#dp-close:hover {
	text-decoration: underline;
}
#text div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0 2px;
}
#text div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 10px;
	left: 10px;
	width:20px;
}
#text 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 */
#text div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
#text div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
#text div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 10px;
	right: 10px;
	width:20px;
	
}
#text div.dp-popup div.dp-nav-next a {
	float: right;

}
#text div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
#text div.dp-popup td {
	cursor: pointer;
}
#text div.dp-popup td.disabled {
	cursor: default;
}