#ui-datepicker-div, .ui-datepicker-inline{font-family: verdana;	font-weight:normal;font-size: 10px;padding: 0;margin: 0;}
#ui-datepicker-div {display: none;background:url(../images/layout/calendar.png) no-repeat left top;       width:223px!important;  height:181px;z-index: 9999;}
.ui-datepicker-inline {float: left;display: block;/*border: 0;*/}
.ui-datepicker-dialog {padding: 5px !important;	/*border: 4px ridge #ddd !important;*/}
button.ui-datepicker-trigger {width: 25px;}
img.ui-datepicker-trigger {margin: 2px;vertical-align: middle;}
.ui-datepicker-prompt {	float: left;padding: 2px;color: #000;}
* html .ui-datepicker-prompt {width: 185px;}

#ui-datepicker-div a:hover{text-decoration:none}
#ui-datepicker-div a{cursor:pointer}


.ui-datepicker-control	{padding:9px 10px 0 8px; height:12px; clear:both}
.ui-datepicker-control a{ float:left}
.ui-datepicker-clear	{float:left; background:url(../images/layout/c-clear.gif) no-repeat left top}
.ui-datepicker-clear a	{width:40px; height:5px; }
.ui-datepicker-close	{float:right;background:url(../images/layout/c-close.gif) no-repeat left top}
.ui-datepicker-close a	{width:29px; height:5px}

.ui-datepicker-links{padding:2px 5px 0 20px; clear:both; height:14px}
.ui-datepicker-links a	{font:normal 9px verdana; color:#708154; cursor:pointer}
.ui-datepicker-links a:hover{color:#45542c}
.ui-datepicker-links div{float:left}
.ui-datepicker-prev{ margin-right:44px;}
.ui-datepicker-current{margin-right:45px}


.ui-datepicker-header {height:22px; clear:both; padding:6px 0 0 25px }
.ui-datepicker-header select {font:normal 10px arial; color: #4c6267;border: 0px}
.ui-datepicker-header select.ui-datepicker-new-month{width:77px; margin-right:18px}
.ui-datepicker-new-year{width:73px}

.ui-datepicker a 		{display: block}
.ui-datepicker{margin-left:2px;}
.ui-datepicker thead td		{width:30px; padding:0;   text-align:center; }
.ui-datepicker thead td a      {height:15px; width:30px; padding:2px 0 0 0; border-left:1px solid #EEEBD9;color:#837f6a}
.ui-datepicker thead td a:hover{color:#a38c09}

.ui-datepicker tbody td		{ text-align:right}
.ui-datepicker tbody td	a       {height:15px; border-top:1px solid #EEEBD9; border-left:1px solid #EEEBD9;  margin-top:0px;  padding:3px 5px 0 0; color:#4C6267; font-size:10px; font-family:arial}
.ui-datepicker tbody td	a:hover       {color:#bd6313}
.ui-datepicker tbody tr td:first-child above{border:none}

.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
/*gun border*/
.ui-datepicker-days-cell {
	color: #000;
/*	border: 1px solid #ddd;*/
}
.ui-datepicker-days-cell a{
	display: block;
}
/*hafta sonu*/
.ui-datepicker-week-end-cell {
/*	background: #ddd;*/
}
/*hafta sonu ust*/
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
/*	background: #777;*/
}
/*gun hover*/
.ui-datepicker-days-cell-over {

	
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #f9dd7b !important;
}
.ui-datepicker-current-day {background: #9AA982 !important;}
.ui-datepicker-current-day a{color:white!important}

.ui-datepicker-status {
/*	background: #6abcc8;*/
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
/*
#ui-datepicker-div a{
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}

*/



/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	/*/border: 1px solid #777;*/
}

.ui-datepicker-one-month {
	/*float: left;
	width: 185px;*/
}
.ui-datepicker-new-row {
	/*clear: left;*/
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

