/* CSS Document */


.ui-datepicker {
	/*
	-moz-box-shadow:0 3px 3px #CCCCCC;
  	-webkit-box-shadow:0 3px 3px #CCCCCC; 
  	box-shadow:0 3px 3px #CCCCCC;
	border:1px solid #9A9A9A;
	background:#FCFAFA;
	*/
	border:1px solid #9A9A9A;
	background:#EFEFEF;
	width:195px;
	margin-top:-1px;
	
	-moz-box-shadow:0 3px 3px #CCCCCC;
  	-webkit-box-shadow:0 3px 3px #CCCCCC; 
  	box-shadow:0 3px 3px #CCCCCC;
}

	.ui-datepicker tr {
		height:auto;	
	}
	
	.ui-datepicker td {
		margin-bottom:0px;
		padding-bottom:0px;	
	}


.ui-datepicker-header {
	background:none;
	border:none;
	border-bottom:1px solid #9A9A9A;	
}



.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
	color:#FFF;
	background:#677CC8;
    border: 1px solid #375297;
    box-shadow: 0 1px 2px #CCCCCC;
	text-decoration:none;
	cursor:pointer;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left:1px;
	top:1px;
}

.ui-datepicker-header a.ui-datepicker-next {
	right:1px;
	top:1px;
}


.ui-datepicker-header a.ui-datepicker-prev:hover,
.ui-datepicker-header a.ui-datepicker-next:hover {
	background-color:#375297;
}

.ui-datepicker-header a.ui-datepicker-prev span,
.ui-datepicker-header a.ui-datepicker-next span {	
	background-image:url(../../images/layout/ui/ui-icons_ffffff_256x240.png);
}	


.ui-datepicker-title {
	font-size:13px;
}


.ui-datepicker-calendar tr:hover td {
	background:none;
	background-color:none;
}

.ui-datepicker-calendar thead {
	border-bottom:none;
}


.ui-datepicker-calendar tbody tr td a.ui-state-default,
.ui-datepicker-calendar tbody tr td span.ui-state-default {
	background:#CCC;
	color:#444;
	border:1px solid #CCC;
	/* border:none;
	background:#EFEFEF; */
}

.ui-datepicker-calendar tbody tr td a.ui-state-highlight,
.ui-datepicker-calendar tbody tr td span.ui-state-highlight {
	font-weight:bold;	
}



.ui-datepicker-calendar tbody tr td a.ui-state-default:hover,
.ui-datepicker-calendar tbody tr td a.ui-state-active {
	color:#FFF;
	background:#677CC8;
    border: 1px solid #375297;
    box-shadow: 0 1px 2px #CCCCCC;
	text-decoration:none;	
	opacity:1;
}




