/*table.jCalendar {
	background: #aaa;
}*/
.turn-me-into-datepicker { margin:0px auto; width:675px;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
table.jCalendar th {
	padding:0px;
	margin:0px;
	background:url(../images/data_01.gif) no-repeat;
	width:92px;
	height:32px;
	overflow:hidden;
}
table.jCalendar td {
	width:86px;
	height:43px;
	padding-left:6px;
}
table.jCalendar td.other-month{
	background:url(../images/data_blank.gif) no-repeat;
	color:#CCCCCC;
	cursor:default;
}
table.jCalendar td.other-month:hover{
background:url(../images/data_blank.gif) no-repeat;
}
table.jCalendar td.today {
	background:url(../images/data_blank2.gif) no-repeat;
	color:#3e5c09;
}
td {
	font-weight:bold;
	font-size:15px;
}
.weekday {
	background:url(../images/data_blank.gif) no-repeat;
	color:#333333;
}
.weekend {
	background:url(../images/data_blank.gif) no-repeat;
	color:#FF3300;
}
.act {
	margin:0px;
	padding:0px;
	background:url(../images/act.gif) no-repeat;
	color:#225512;
}
table.jCalendar td.selected {
	background:url(../images/data_blank3.gif) no-repeat;
	color:#CC9900;
}
/*table.jCalendar td.selected:hover {
	background:url(../images/data_blank3_2.gif) no-repeat;
	color:#CC9900;
}
*/
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background:url(../images/data_blank3_2.gif) no-repeat;
}
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 */

div.dp-popup {
	position: relative;
	background:url(../images/datapicker_bg.gif) no-repeat;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 671px;
	height:368px;
	padding-left:8px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align:right;
	margin: 0 42px 0px 0;
	padding: 0;
	color:#924500;
	height:28px;
	line-height:28px;
	margin-bottom:14px;
	border:0px;
}
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: 10px 2px;
	display:block;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 4px;
	right:132px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: right;
}
/* 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;
	padding:3px 2px 0;
	display:inherit;
}
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: 4px;
	right: 10px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
