#calendar-widget {
	/*background: #EEEEEE;*/
	margin:0;
	width: 206px;
}

#calendar-widget img {
	position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;
}

/* calendar colors */
div.dp-popup {
	background: #e8e7e7;
	color:#333;
}

/* calendar popup month name **/
div.dp-popup h2 {
	/*background:#fff;*/
	color:#0c0c0c;
	font-size: 18px;
	font-family: Arial, sans-serif;
}
div.dp-popup a {
	color: #000;
}
div.dp-popup a.disabled {
	color: #aaa;
}
table.jCalendar {
	background: #e8e7e7;
}
table.jCalendar th {
	background-color:#000;
	color: #fff;
	text-align: center;
	
  width:26px;
	height:26px;
}
table.jCalendar td {
	background: #fff;
	color: #0c0c0c;
	width:26px;
	height:26px;
}
table.jCalendar td.other-month {
	background-color: #fff;
	color: #e8e7e7;
}
table.jCalendar td.today {
	background: #d60d15;
	color: #fff;
}
table.jCalendar td.selected {
	
}
/*table.jCalendar td.selected:hover {
	background: #6ad;
	color: #fff;
}*/
/*table.jCalendar td:hover,*/ table.jCalendar td.dp-hover {
	
}
table.jCalendar td.disabled /*, table.jCalendar td.disabled:hover*/ {
	background: #eee;
	color: #888;
}
/* end colors */


/* table borders, font and padding */
table.jCalendar {
	border:0;
    border-collapse: separate;
}
table.jCalendar th {
	font-weight: bold;
	
	border:0;
}
table.jCalendar td {
	text-align: center;
	border:0;
	
}

/* 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;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	width:206px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	/*text-align: center;*/
	margin: 0;
	padding: 4px 0;
}
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 {
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 1px;
	left: 176px;
	width: 20px;
}


a.dp-nav-prev-year,
a.dp-nav-next-year {
display:none;
}
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 */
div.dp-popup div.dp-nav-prev a {
	background: url("../images/btn_cal_arrow_back.gif") no-repeat;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	width: 15px;
	height: 15px;
}

div.dp-popup div.dp-nav-next a {
	background: url("../images/btn_cal_arrow_ffd.gif") no-repeat;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color:#fff; 
	width: 15px;
	height: 15px;
}


div.dp-popup div.dp-nav-prev a:hover{
  color:#dedede;
  background: url("../images/btn_cal_arrow_back_a.gif") no-repeat;
}
div.dp-popup div.dp-nav-next a:hover {
  color:#dedede;
  background: url("../images/btn_cal_arrow_ffd_a.gif") no-repeat;
}

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: -4px;
	width: 20px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
}
div.dp-popup td {
	background-color: #fff;
	color:#000;
	font-weight:bold;
	vertical-align: middle;
}
div.dp-popup td.disabled {
	cursor: default;
}

/*Month Heading Style JT*/
#calendar-widget h2 {
	/*background: #4CC5F2;*/
	font-size: 14px;  
	padding: 2px 0px 4px 4px;
	color:#0c0c0c;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

