div#left .year a[href ^="http://"],div#left .year a[href ^="https://"],div#left .year a[href
	^="ftp://"] {
	background-image: none;
}

.year a {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
}

.year a:hover {
	text-decoration: none;
	color: #3163CE;
}

.year {
	border-style: outset;
	border-width: 0px;
	background-color: #fff;
	text-align: center;
}

table.month {
	text-align: center;
}
div.month {
	border: 1px solid #dadada;
	background-color: #f2f2f2;
	height: 178px;
	_height: 198px;
	margin: 0px 0px 1px 1px;
}

div.singleMonth {
	width: 170px;
}

.yearnavTable {
	text-align: center;
	margin: 0px 1px 0px 1px;
}

.yearnavTable td.yearname {
	color: #93661d;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #93661d;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #bc8832;
	color: #ffffff;
	border: 1px outset #bc8832;
	height: 20px;
}

.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;
}

.yearnavTable td.yearnavigation {
	font-size: 11px;
	height: 20px !important;
	width: 10px;
}

.yearnavigation a img {
	margin: 0px !important;
	padding: 0px !important;
}

.datepicker {
	background-color: #e4e4e4;
}

.datepickerform {
	margin: 0px;
}

.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}

.monthnavigation a img {
	margin: 0px !important;
	padding: 0px !important;
}

.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
}

.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
}

.pickerbutton {
	font-size: 10px;
	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: 10px;
	background-color: #e9e9e9;
	color: #384955;
	height: 20px;
	width: 20px;
}

.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #ffffff;
	height: 20px;
	width: 20px;
}

.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #66ff66;
	height: 20px;
	width: 20px;
}

.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #384955;
	height: 20px;
	width: 20px;
	background-color: #d2d2d2;
}

.sunday a {
	color: #384955;
}

.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #384955;
	height: 20px;
	width: 20px;
	background-color: #d2d2d2;
}

.saturday a {
	color: #384955;
}

.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #9f0a0e;
	color: #bc8832;
	height: 20px;
	width: 20px;
}

.event a {
	background-color: #9f0a0e;
	color: #fff;
	text-decoration: none;
}
.event a:hover {
	color: #999;
}

.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height: 20px;
	width: 20px;
}

.selectedevent a {
	background-color: #ffff99;
	color: red;
}

.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #bc8832;
	background-color: #232353;
	height: 20px;
	width: 20px;
}

.todayevent a {
	background-color: #232353;
	color: #fff;
	text-decoration: none;
}
.todayevent a:hover {
	color: #999;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}