.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
    width: 200px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #ffffff;
	color: #666;
}

.dayname {
    width: 14%;
    height: 18px;
	text-align: center;
	font-size: 100%;
	background-color: #eaeaea;
	color: #666;
}

.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:18px;
	width:18px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}

select {
  position: relative;
  z-index: 999;
}


.monthnavigation {
    height: 42px;
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 100%;
	background-color: #ffffff;
}

*html .monthpicker {
   font-size: 90%;
   margin-bottom: 7px;  
}

.yearpicker {
    width: 52px;
	font-size: 100%;
	background-color: #ffffff;
}

*html .yearpicker { 
   margin-bottom: 7px;  
}

*html .pickerbutton {
   margin-bottom: 7px;  
}

*html select {
}

.nomonthday {
	text-align: center;
	height:18px;
	width:18px;
	color: #aaaaaa;
	border: solid 1px #ccc;
}

.monthday {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:18px;
	width:18px;
	border: solid 1px #ccc;
}

.today {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background-color: #BDDCF7;
	color: #000000;
	height:18px;
	width:18px;
}

.selectedday {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:18px;
	width:18px;
}
.sunday {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	/*color: #667171;*/
	height:18px;
	width:18px;
	border: solid 1px #ccc;
}

.saturday {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #667171;
	height:18px;
	width:18px;
	border: solid 1px #ccc;
}

.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:18px;
	width:18px;
}
.event a {
	background-color: #ffffff;
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:18px;
	width:18px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:18px;
	width:18px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

*html #mod_search_searchword {
    height: 25px;
}
