.datepicker {
	background: transparent;
}

.datepickerform {
	margin: 0px;
}

.dayname {
	text-align: center;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	background: #094C9C;
}

.event {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #fff;
	padding: 3px;
}

.eventcontent {
	font-weight: normal;
	font-size: .9em;
	margin-bottom: 2px;
}

.month {
	border-style: none;
	text-align: center;
	border-collapse: collapse;
	background: #000;
	width:100%;
	
}

.monthday {
	text-align: left;
	vertical-align: top;
	color: #384955;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #F8F7F4;
	padding: 3px;
}

.monthname {
	text-align: center;
	color: #fff;
	margin: 1em 0 0 0;
	font: bold 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	background: transparent;
}

.monthnavigation {
	vertical-align: middle;
	background: transparent;
}
.monthnavigation a {
	color:#fff;
}

.monthpicker {
	background: #EEEEEE;
}

.monthweek {
	text-align: left;
	font-weight: bold;
	color: #2B5999;
}

.nomonthday {
	text-align: left;
	vertical-align: top;
	;
	height: 90px;
	width: 108px;
	color: #AAAAAA;
	background: #E7E7E7;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
}

.pickerbutton {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background: #EEEEEE;
}

.saturday {
	text-align: left;
	vertical-align: top;
	color: #2B5999;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #F8F7F4;
}

.saturday a {
	color: #2B5999;
}

.selectedday {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #66FF66;
}

.selectedevent {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #094C9C;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #ffffff;
}

.selectedevent a {
	color: #094C9C;
	background: #ffffff;
}

.sunday {
	text-align: left;
	vertical-align: top;
	;
	color: #2B5999;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #F8F7F4;
	padding: 3px;
}

.sunday a {
	color: #2B5999;
}

.today {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 90px;
	width: 108px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	background: #FEF3CB;
}

.todayevent {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #094C9C;
	height: 90px;
	width: 108px;
	background: #FEF2B4;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	padding: 3px;
}

.todayevent a {
	color: #094C9C;
	background: transparent;
}

.week {
	border-style: none;
	text-align: left;
	background: #E4E4E4;
}

.weeknum {
	text-align: left;
	height: 90px;
	width: 108px;
	color: #000099;
	background: #E9E9E9;
}

.weeknumtitle {
	text-align: left;
	font-weight: normal;
	background: #E9E9E9;
}

.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
	background: #E4E4E4;
}

.yearname {
	text-align: center;
	font-weight: bold;
}

.yearnavigation {
	font-size: 12px;
}

.yearpicker {
	background: #EEEEEE;
}
