/**
 * Style sheet for CalendarPickerControl
 * Custom
 */

div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("calendar_icon.png") no-repeat center;
}
#CalendarPickerControl{
	background-color: #ffffff;
	width: 200px;
	height: 150px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid black;
	background-color: #ffffff;
	text-align: center;
}

#CalendarPickerControl td.monthname{ /*Øverste bar - år*/
	width: 100%;
	font: normal 13px Verdana;
	color: #FFFFFF;
	font-weight: bold;
	background-color: Darkgray;
}
/*
#CalendarPickerControl td.monthnameLNX{ 
	width: 100%;
	font: normal 12px Verdana;
	color: red;
	font-weight: bold;
	background-color: red;
	border:0;
	padding:0;
	margin:0;
}*/

#CalendarPickerControl table.kalendar{
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	border:0;
	padding:1px;
	margin:0;
    border-spacing: 0;
}

#CalendarPickerControl td{ /*Næst øverste bar - måned*/
	font: bold 13px Verdana;
	color: darkgray;
	font-weight: bold;
	background-color: #ffffff;
	/*border-width: 1px;
	border-style: solid;
	border-color: darkgray;*/
}
#CalendarPickerControl td.kalbutton{
	cursor: pointer;
	width: 40px;
}	
#CalendarPickerControl td.kalbutton:hover{
    text-decoration: underline;
	cursor: pointer;
}
#CalendarPickerControl td.kalbutton1{
	cursor: pointer;
	width: 120px;
}	
#CalendarPickerControl td.kalbutton1:hover{
    text-decoration: underline;
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
	padding: 0 5px 0 5px;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
	cursor: pointer;
}

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: #ffffff;
	font-weight: bold;
	background-color: darkgray;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 10px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl td.today{ /*den knap som viser idag*/
	font: normal 10px Verdana;
	background-color: buttonface;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: darkgray;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: buttonface;
	border-color: darkgray;
}

#CalendarPickerControl td.current{
	font: normal 10px Verdana;
	font-weight: bold;
	background-color: Darkgray;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{ /*alle øvrige dage i kalendaren*/
	font: normal 10px Verdana;
	background-color: buttonface;
	color: buttontext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: darkgray;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}
/*
#CalendarPickerControl td.weekend{
	font: normal 10px Verdana;
	color: red;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;
}

#CalendarPickerControl td.weekend:hover{
	background-color: buttonshadow;
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}
*/
#CalendarPickerControl td.dayothermonth{ 
	font:normal 10px Verdana;
	background-color: buttonhighlight;
	color: black;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: #ffffff;
	color: darkgray;
	border-width: 0px;
}
