/*
body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #75695f;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
*/
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	width: 161px;
	/*height: 21px;*/
	border: 1px solid #0e7f8c;
	border-collapse: collapse;
	background-color: #0e7f8c;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	vertical-align: center;
	text-align: center;
	font-size: 10px;
	background-color: #0e7f8c;
	color: #ffffff;
	border: 0;
	/*width: 23px;*/
	height: 23px;
	/*
	border-style: none;
	border-width:1px
	*/
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/3/naptar_bg.gif') top repeat-x;
	background-color: #787c7f;
	color: #ffffff;
	border-top: 0;
	width: 23px;
	height: 23px;
	vertical-align: center;
	/*
	border-style: none;
	border-width:1px
	*/
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:23px;
	width:23px;
	color: #75695f;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #75695f;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	vertical-align: center;
	background-color: #0e7f8c;
	font-family: Verdana, Helvetica, Arial;
	border-bottom: 1px solid white;
	/*width: 23px;*/
	height: 23px;
}
.monthnavigation a {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}
.monthnavigation a:hover {
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
	height:23px;
	width:23px;
	color: #0e7f8c;
}
.monthday {
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	color: #0e7f8c;
	height:23px;
	width:23px;
}
.today {
	text-align: center;
	font-size: 11px;
	/*background: url('../images/3/naptar_aktday.gif') top left no-repeat;*/
	background-color: white;
	font-weight: bold;
	color: #0e7f8c;
	height:23px;
	width:23px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:23px;
	width:23px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #0e7f8c;
	height:23px;
	width:23px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	color: #0e7f8c;
	height:23px;
	width:23px;
}
.saturday a {
	color: #667171;
}
.event, .todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/3/naptar_aktday.gif') top left no-repeat;
	background-color: white;
	color: #ffffff;
	height:23px;
	width:23px;
}
.event a, .todayevent a {
	/*background-color: #7fa0ce;*/
	text-decoration: none;
	color: #ffffff;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #75695f;
	background-color: #7fa0ce;
	height:23px;
	width:23px;
}
.selectedevent a {
	background-color: #7fa0ce;
	color: #75695f;
}
/*
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #f68529;
	height:23px;
	width:23px;
}
.todayevent a {
	color: #75695f;
	text-decoration: none;
}
*/
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
