table.jCalendar{ width:200px; font-size:11px;}
table.jCalendar th {color: #fff; font-size:12px; font-weight:bold; padding: 3px 0; text-align:center;}
table.jCalendar th.weekend{ color:#00CCFF;}
table.jCalendar td {padding:3px 0; text-align:center;}

/*Bugun*/
td.today,
td.current-month.weekday.today,
td.current-month.weekend.today
{background:url(/ENG/Images/cal/today_bg.jpg) center left repeat-x; color:#fff; font-weight:bold;}

/*Aktif aya ait gun ve hafta sonlari*/
/*td.weekday {background: url(/ENG/Images/cal/td_bg.jpg) center left repeat-x; color:#ffffff;}
td.weekend {background: url(/ENG/Images/cal/td_weekend_bg.jpg) center left repeat-x; color:#00CCFF;}*/
td.current-month.weekday {background: url(/ENG/Images/cal/td_bg.jpg) center left repeat-x; color:#ffffff;}
td.current-month.weekend {background: url(/ENG/Images/cal/td_weekend_bg.jpg) center left repeat-x; color:#00CCFF;}

/*Diger aya ait gun ve hafta sonlari*/
td.other-month.weekday {background:url(/ENG/Images/cal/td_other_month_bg.jpg) center left repeat-x; color:#999999;}
td.other-month.weekend {background:url(/ENG/Images/cal/td_weekend_other_month_bg.jpg) center left repeat-x; color:#2180aa;}

/*Secilemeyenler*/
td.other-month.weekend.disabled, 
td.other-month.weekday.disabled, 
td.current-month.weekend.disabled,
td.current-month.weekday.disabled,
td.other-month.weekend.disabled.dp-hover, 
td.other-month.weekday.disabled.dp-hover, 
td.current-month.weekend.disabled.dp-hover,
td.current-month.weekday.disabled.dp-hover
{background:#2b2b2b; color:#3b3b3b;}

/*Secilebilenler*/
td.current-month.weekday.dp-hover, 
td.current-month.weekend.dp-hover,
td.other-month.weekday.dp-hover, 
td.other-month.weekend.dp-hover,
td.other-month.weekday.selected, 
td.other-month.weekend.selected,
td.current-month.weekday.selected, 
td.current-month.weekend.selected,
td.other-month.weekday.selected.dp-hover,
td.other-month.weekend.selected.dp-hover,
td.current-month.weekday.selected.dp-hover, 
td.current-month.weekend.selected.dp-hover
{background:#ffffff; color:#0066FF ; font-size:11px; font-weight:bold;}



/* For the popup */
a.dp-choose-date {float:left; width:14px; height:14px;	padding:0; margin:-16px 3px 0 113px; display:none !important; text-indent:-2000px; overflow:hidden; background: url(/ENG/Images/cal/calendar.gif) no-repeat;}
a.dp-choose-date.dp-disabled {background-position:0 -20px; cursor:default;}

div.dp-popup {position:absolute; background:#262626; font-size:10px; font-family:arial, sans-serif; padding:2px; width:200px; border:1px solid #FFFFFF; z-index:199;}
div.dp-popup h2 {font-size: 12px; height:26px; line-height:24px; text-align:center; margin:2px 0; padding:0; color:#FFFFFF; background:url(/ENG/Images/cal/header_bg.jpg) center center no-repeat;}
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:3px 2px 0;}

div.dp-nav-prev a, div.dp-nav-next a{ width:15px; height:18px; line-height:18px; text-align:center; display:block;  background:url(/ENG/Images/cal/arrow_bg.jpg) bottom center no-repeat;font-family:"Trebuchet MS"; font-size:18px; color:#333333; font-weight:bold; text-decoration:none !important; outline:none;}

div.dp-nav-prev {position:absolute; top:2px; left:0; width:95px; padding-left:5px;}
div.dp-nav-prev a {float:left;}
div.dp-nav-prev a:hover {background:url(/ENG/Images/cal/arrow_bg_over.jpg) bottom center no-repeat; color:#FFFFFF; text-decoration:none !important;}

div.dp-nav-next {position:absolute; top:2px; right:0; width:95px; padding-right:5px;}
div.dp-nav-next a {float:right;}
div.dp-nav-next a:hover {background:url(/ENG/Images/cal/arrow_bg_over.jpg) bottom center no-repeat; color:#FFFFFF; text-decoration:none !important;}

div.dp-nav-prev a.disabled, div.dp-nav-next a.disabled{cursor:default; background:url(/ENG/Images/cal/arrow_disabled_bg.jpg) bottom center no-repeat; color:#333333;}

div.dp-popup a.disabled, div.dp-popup td.disabled {cursor:default;}
div.dp-popup td {cursor: pointer;}

.date_sel{ display:block; line-height:22px; font-size:11px; color:#CCCCCC; text-align:center;}
