/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker .ui-datepicker-header {
	position:relative;
	height: 25px;
	border: solid #fff;
	border-width:1px 0;
	line-height:24px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 8px; width:10px; height: 15px; }

.ui-datepicker .ui-datepicker-prev {
	 left:25px;
	 background:url(../images/l_arr_sm.gif) no-repeat 50% 0; 
}
.ui-datepicker .ui-datepicker-next {
	right:25px;
	background:url(../images/r_arr_sm.gif) no-repeat 50% 0;  
}

.ui-datepicker .ui-datepicker-prev-hover {background-position:30% 0;}
.ui-datepicker .ui-datepicker-next-hover {background-position:70% 0;}


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em; 
	line-height: 24px; 
	text-align: center; 
}

.ui-datepicker .ui-datepicker-title select { font-size:11px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month { width:80px;}
.ui-datepicker select.ui-datepicker-year { width: 55px;}
.ui-datepicker table {width: 100%; font-size: 11px; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th {padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}
.ui-datepicker td {
	height:18px;
	text-align:center;
}
.ui-datepicker td span { 
	display:block;
	margin:0 auto;
	padding:0 1px 1px;
	width:60%
}

.ui-datepicker td a { 
	color:#040465;
	display:block;
	margin:0 auto;
	padding:0 1px 1px;
	width:65%;
}



.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */

.ui-datepicker table { width:178px; margin:0 auto .4em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.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*/
}





/* Integration */

.ui-datepicker-multi .ui-datepicker-group { float:none; }
.ui-datepicker-inline {
	width: 230px !important;
} 

thead .ui-datepicker-week-col {
	background:none;
}

.ui-datepicker-week-col {
	overflow:hidden;
	text-indent:-50px;
	background:url(../images/week_arr.gif) no-repeat 0 4px;
}

.ui-datepicker-current-day a, .dp_interval a{
	background:none repeat scroll 0 0 #CD3333;
	color:#fff !important;
}

.ui-state-hover a{
	background:#dce1ea;
}

