
#content table.month a[href^="http://"],
#content table.month a[href^="https://"],
#content table.month a[href^="ftp://"] {
        background-image:none;
        padding-right: 0px;
} 

#content table.month td.year a {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
}
#content table.month td.year a:hover {
	text-decoration: none;
	color: #3163CE;
}
#content table.month td.year {
	border-style: outset;
	border-width: 0px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
#content table.month {
	border-style: none;
	background-color: #fff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 200px;
}
#content table.month td.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#content table.month td.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
}
#content table.month td.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #3B9B17;
	color: #ffffff;
}
#content table.month td.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
#content table.month td.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:25px;
	color: #000099;
	background-color: #e9e9e9;
}
#content table.month td.yearnavigation {
	font-size: 11px;
}
#content table.month td.datepicker {
	background-color: #e4e4e4;
}
#content table.month td.datepickerform {
	margin: 0px;
}
#content table.month td.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #DADADA;
}
#content table.month td.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
#content table.month td.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
#content table.month td.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
#content table.month td.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:25px;
	color: #aaaaaa;
	background-color: #e9e9e9;
}
#content table.month td.monthday {
	text-align: center;
	font-size: 10px;
	background-color: #e9e9e9;
	color: #384955;
	height:20px;
	width:25px;
}
#content table.month td.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #e9e9e9;
	color: red;
	height:20px;
	width:25px;
}
#content table.month td.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:25px;
}
#content table.month td.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #384955;
	height:20px;
	width:25px;
	background-color: #d2d2d2;
}
#content table.month td.sunday a {
	color: #384955;
}
#content table.month td.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #384955;
	height:20px;
	width:25px;
	background-color: #d2d2d2;
}
#content table.month td.saturday a {
	color: #384955;
}
#content table.month td.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FDE76A;
	color: #1C43B3;
	height:20px;
	width:25px;
}
#content table.month td.event a {
	background-color: #FDE76A;
	color: #1C43B3;
}
#content table.month td.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:25px;
}
#content table.month td.selectedevent a {
	background-color: #ffff99;
	color: red;
}
#content table.month td.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #FDE76A;
	height:20px;
	width:25px;
}
#content table.month td.todayevent a {
	background-color: #5CB5C7;
	color: #ffffff;
}
#content table.month td.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

