div.eventlisting{
	display: block;
	border: 1px dashed #2d96fb;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
}

a.more_info{

		font-size: 12px;
		font-weight: normal;
	}

.year {
	background-color: red;
	text-align: center;
}

.month {
	text-align: center;
	width: 500px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding-left: 40px;
	padding-right: 40px;
}
		
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	background-color: #666666;
	color: #FFFFFF;
  	width: 14%;
}

tr.weektop{
	font-size: 12px;
	height: 20px;	
}

td.weekend{
	color: #2d96fb;
	width: 66px;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnav {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

.monthnav a{
	color: #666666;
	padding: 0;
}
.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;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #AAAAAA;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #2d96fb;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #2d96fb;
	color: #ffffff;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #888888;
	height:20px;
	width:66px;
	border: 1px solid #666666;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #888888;
	height:20px;
	width:66px;
	border: 1px solid #666666;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a4d3ff;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.event a {
	color: #FFFFFF;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #C80D54;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: #2d96fb;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #C80D54;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: #2d96fb;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
