/* Default style sheet for jQuery date picker v3.7.0. */
#datepick-div, .datepick
{
    width:196px; 
}

#datepick-div {
	font-family: "trebuchet ms",Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	background: #FFFFFF;
	color: #000;
    padding:2px;
}

#datepick-div a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


.datepick-control, .datepick-links{
	/*background:url('/graphics/calendar-header.gif') no-repeat ;*/
	background-color:#09C;
	height:17px;
    width:190px;
	margin-bottom:1px;
	padding:0 3px;
}

.datepick-control a, .datepick-links a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.datepick-clear, .datepick-close
{
    width:37%;
}

.datepick-prev, .datepick-current, .datepick-next
{
    width:33%;
}

.datepick-clear, .datepick-prev
{
    text-align:left;
    float:left;
}

.datepick-close, .datepick-next
{
    text-align:right;
    float:right;
}

.datepick-current
{
    text-align:center;
    float:left;
}

.datepick-header
{
    /*background:url('/graphics/calendar-header2.gif') no-repeat ;*/
    background-color:#CCC;
	height:24px;
	margin-bottom:1px;
	padding:0 2px;
	text-align:center;
    clear: both;
}

.datepick-header select
{
    font-size:11px;
    margin:2px 5px 0 5px;
    height:20px;    
		width:100px;
} 
.datepick-header select.datepick-new-year
{   
		width:50px;
} 
.datepick
{
    text-align:center;
}

.datepick a {
    display:block;
    width:100%;
}

.datepick-days-cell {
    background-color:#DDDDDD;
    border:2px solid #DDDDDD;
    color:#000000;
}

.datepick-title-row th span
{
    font-weight:bold;
}

.datepick-other-month {
    background:#FFFFFF none repeat scroll 0 0;
		border:2px solid #FFF;
}

.datepick-days-row {
	background: #eee;
	color: #666;
}

.datepick-days-cell-over {
	background: #FFFFFF;
	color: #000000;
	border: 2px solid #09C;
}


/* ___________ IE6 IFRAME FIX ________ */
.datepick-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: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

