/*
 * Copyright : (c) 2006 Webfish IT Services
 * Website   : http://www.webfish.nl
 * Email     : info@webfish.nl
 *
 * Webfish - Datepicker
 *
 * -------------------------------------------------------------------------
 *   $Id: datepicker.css 255 2007-03-12 13:11:40Z caspar $
 * -------------------------------------------------------------------------
 */
#datepicker {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	font-family: verdana, serif;
	font-size: 10pt;
	line-height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
	background-color: #ffffff;
	cursor: pointer;
}

#datepicker_head {
	background-color: #c0c0c0;
	color: #000000;
	width: 100%;
	height: 25px;
	border-bottom: solid black 1px;
}

#datepicker_foot {
	height: 25px;	
	text-align: center;
	color: #000000;
	background-color: #c0c0c0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

#datepicker_foot_text {
	position: relative;
	top: 2px;
}

#datepicker_headleft {
	position: relative;
	height: 25px;
	width: 50px;
	float: left;
}

#datepicker_headright {
	position: relative;
	height: 25px;
	float: right;
}

#datepicker_left {
	position: absolute;
	top: 2px;
	left: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 19px;
	width: 14px;
	text-align: center;
}

#datepicker_right {
	position: absolute;
	top: 2px;
	left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 19px;
	width: 14px;
	text-align: center;
}

#datepicker_left:hover,
#datepicker_right:hover,
#datepicker_month:hover,
#datepicker_year:hover,
#datepicker_close:hover,
#datepicker_left.hover,
#datepicker_right.hover,
#datepicker_month.hover,
#datepicker_year.hover,
#datepicker_close.hover {
	border-color: #000000;
}

#datepicker_month {
	position: absolute;
	top: 2px;
	left: 38px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 19px;
	width: 125px;
}

#datepicker_month_month {
	position: relative;
	float: left;
	text-align: right;
}
#datepicker_month_down,
#datepicker_year_down {
	position: relative;
	float: right;
	width: 16px;
	top: 2px;
	text-align: center;
}

#datepicker_year {
	position: absolute;
	top: 2px;
	left: 167px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 19px;
	width: 60px;
}
#datepicker_year_year {
	position: relative;
	float: left;
}

#datepicker_close {
	position: absolute;
	top: 2px;
	left: 231px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 19px;
	width: 15px;
}

.datepicker_content_head,
.datepicker_content_head_wk {
	position: absolute;
	width: 27px;
	border: solid #ffffff 1px;
	text-align: center;
	font-weight: bold;
}
.datepicker_content_head_wk {
	width: 30px;
	border-right-color: #000000;
}

.datepicker_content_day,
.datepicker_content_day_selected,
.datepicker_content_day_today,
.datepicker_content_day_weekend,
.datepicker_content_day_wk {
	position: absolute;
	width: 27px;
	border: solid #ffffff 1px;
	text-align: center;	
}
.datepicker_content_day_wk {
	width: 30px;
	border-right-color: #000000;
}
.datepicker_content_day_weekend {
	color: #999999;
}
.datepicker_content_day_today {
	color: #000000;
	background-color: #ff0000;
}

.datepicker_content_day_selected {
	color: #000000;
	border-color: #000000;
}

#datepicker_month_drop,
#datepicker_year_drop {
	line-height: 10px;
	background-color: #ffffff;
}

#datepicker_drop_year_list_add,
#datepicker_drop_year_list_dec,
#datepicker_drop_month_list,
#datepicker_drop_year_list,
#datepicker_drop_year_list_add li,
#datepicker_drop_year_list_dec li,
#datepicker_drop_month_list li,
#datepicker_drop_year_list li {
	padding: 0;
	margin: 0;
}

#datepicker_drop_year_list_add,
#datepicker_drop_year_list_dec,
#datepicker_drop_month_list,
#datepicker_drop_year_list {
	list-style: none;
	display: block;
	margin: 1px;
}


#datepicker_drop_year_list_add li,
#datepicker_drop_year_list_dec li,
#datepicker_drop_month_list li,
#datepicker_drop_year_list li {
	padding: 1px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
}

#datepicker_drop_year_list_add li:hover,
#datepicker_drop_year_list_dec li:hover,
#datepicker_drop_month_list li:hover,
#datepicker_drop_year_list li:hover,
#datepicker_drop_year_list_add li.hover,
#datepicker_drop_year_list_dec li.hover,
#datepicker_drop_month_list li.hover,
#datepicker_drop_year_list li.hover {
	border-color: #000000;
	background-color: #c0c0c0;
}