a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #fff;
	text-align: center;
}
.month {
	width:100%;
	background-color: #fff;
	text-align: center;
	table-layout:fixed;
	border:1px solid black;
	
	line-height:13px;
	
}
.yearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	background-color: #ABFFA3;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px;
	line-height:25px;
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	border-color:red;
	width:14%;
	line-height:13px;
}
.weeknumtitle {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	color: #000099;
	background-color: #fff;
}
.week {
	background-color: #fff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #fff;
}
.datepickerform {
	margin: 0px;
	line-height:25px;
}

.input {
	background-color:#fff;
}

.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	color: #ccc;
	background-color:#ddd;

}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #384955;
	height:90px;
	overflow:hidden;
	border:1px solid black;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E23A8A;
	color: #ffffff;
	height:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	height:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	
	height:90px;
}
.event a {
	color: red;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	height:90px;
}
.selectedevent a {
background-color: #ffff99
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	height:90px;
}
.todayevent a {
	color: red;
}
.eventcontent {
	font-size: 10px;
	width: 99%;
	border:1px solid black;
}
.eventcontent a {
	font-size: 11px;
	
}

.toshow { display:none; position: absolute; background: #fff; min-width: 200px; max-width: 500px; border: 1px solid black; color:black; }

a:hover div.toshow { display:block; }

.v200px { min-height:200px; height:200px }