#asv_kalenda_minical a {
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}
#asv_kalenda_minical a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}
.month {
	border-style: none;
	width:100%;
	color : #999999;
}
#asv_kalenda_minical td{
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:0px;
}
.dayname {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px;
}
.weeknumtitle {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px;
}
.weeknum {
	text-align: center;
	height:20px;
	width:30px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px;
}
.yearnavigation {
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	text-align:center;
}
.monthpicker {
}
.yearpicker {
	font-size: 0.8em;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	height:20px;
	width:20px;
	color: #aaaaaa;
	font-size: 10px;
}
.monthday {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color:#F4F4F4;
	height:20px;
	width:20px;
	font-size: 10px;
}
.today {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.saturday, .sunday{
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	font-size: 10px;
}
.saturday a, .sunday a{
	color: #667171;
}
.event {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	height:20px;
	width:20px;
	background-color: #FF0000;
	font-size: 10px;
}
.event a {
	color: #FFFFFF;
}
.selectedevent {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	color: #FF0000;
}
.todayevent {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	color: #FF0000;
}
.eventcontent {
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
