table.jCalendar {
	background-image: url(../../images/SB/bg_calendar_days.jpg);
	background-repeat: repeat-x; 
	background-position: bottom left;
	border-collapse: none;
	width: 181px;
    height: 130px;	
	font-size: 11px;
	margin-left: auto;
	margin-right: auto; 
	font-family: arial, sans-serif;
	cellspacing: 0 ;
	}
	

table.jCalendar th {
	background: #ddf2f7;
	color: #013675;
	font-weight: bold;
	width: 23px;
    height: 18px;	
	font-size: 11px;
	
	
}
table.jCalendar td {
	/*background: #fff;*/
	color: #013675;
	text-align: center;
	width: 23px;
    height: 15px;	
	font-size: 11px;
}
table.jCalendar td.other-month {
	/*background: #ddd;*/
	color: #013675;

}
table.jCalendar td.today {
	background: #666;
	color: #fff;
	
}
table.jCalendar td.selected {
	background:  #013675;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #66CCFF;
	color: #013675; 
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #66CCFF; /*#fff;*/
	color: #fff;
	
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #fff /*#bbb*/
	color: #888;
}

/* For the popup */
div.dp-popup {
	border: 1px solid #15ACD9;
	position: absolute;
	/*background: #ffffff url(../../images/bg_panel_wide.jpg) no-repeat left top;*/
	background-image: url(../../images/SB/bg_calendar_month.jpg);
	font-size: 11px;
	font-family: arial, sans-serif;
	width: 181px;
	height: 188px;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
	}

div.dp-popup h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	top: 1px;
	text-align: center;
	height: 22px; 
	margin-top: 1px; 
	margin-bottom: 1px;
	}

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: red; /*#000;*/
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 1px;
	left: 0px;
}

div.dp-popup div.dp-nav-prev a {
	width: 22px;
	height: 22px;
	background-image: url(../../images/SB/calendar_back.jpg);
	background-repeat:no-repeat;
	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: 1px;
	right: 0px;
	width: 54px;
}

div.dp-popup div.dp-nav-next a {
	width: 22px;
	height: 22px;
	background-image: url(../../images/SB/calendar_next.jpg);
	background-repeat:no-repeat;
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
	color: #aaa;
	font-weight: bold;
}

div.dp-popup closeButton{
	width: 181px;
	color: #ffffff;
	position: relative;
}

