@CHARSET "UTF-8";
/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	font-size:18px;
	padding:4px;
	text-align:center;
	width:184px;
	direction: rtl;
	margin-right:15px;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:5px;
	width:188px;
	padding:2px;
	font-size:11px;
	border:1px solid #e9e9e9;
	
/*	
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
	*/
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
	background: #e9e9e9;
/*	border-right:1px solid #3081dc;
	border-left:1px solid #3081dc;
	*/
	height: 29px;
	margin-bottom:5px;
	margin-left:0px;
} 

#caltitle {
	font-size:14px;
	color:#8c8c8c;	
	float:right;
	text-align:center;
	width:135px;
	line-height:20px;
	margin-top:4px;
	font-weight: bold;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.png) no-repeat scroll center center;
	float:right;
	cursor:pointer;
	margin-top:4px;
}

#calprev
{
	margin-right:5px;
	background: url("prev.png") no-repeat scroll left center transparent;
	
}
#calnext {
	background-image:url(next.png);
	float:left;
	float:right;
	margin-right: -10px;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:16px;
	/*border-bottom:1px solid #ddd;*/
	color:#000000;
	font-size:14px;
	font-weight: bold;
}

#caldays span {
	display:block;
	float:right;
	width:26px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:right;
	width:25px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#010001;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
	color:#fff;
	text-decoration: none;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	/*background-color:#efefef !important;*/
	color:#b5b5b5	!important;
	cursor:default;
	text-decoration: none;
}

/* current day */
#calcurrent {
	/*
	background-color:#498CE2;
	*/
	background: url(date_picker_today.png) no-repeat top center;
	color:#fff !important;
	text-decoration: none;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

.filter-calander
{
	float:left;
}