body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
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: #FAEBD7;
	text-align: center;
}
.month {
	/*border-style: none;
	background:#eeeeee url(../../../images/large_grad.jpg) repeat-x top left; 
	text-align: center;
	font-weight:bold;*/
	text-align: center;
	padding: 3px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background: #ffffff url(../../../images/grad.jpg) repeat-x top left;
height: auto;
margin-bottom: 3px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:0px;
	height:28px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px;
	background-color:#dddddd;
}
.weeknumtitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:80px;
	width:80px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	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: #eeeeee;
	border:1px solid #dddddd;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #f9f9f9;
}
.yearpicker {
	font-size: 11px;
	background-color: #f9f9f9;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #dddddd;
	cursor:pointer;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:80px;
	width:80px;
	color: #aaaaaa;
	background-color:#eeeeee;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #eeeeee;
	color: #000000;
	height:80px;
	width:80px;
	border-bottom: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #990000;
	height:80px;
	width:80px;
	border-bottom: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: none;*/
	background-color: #EEE9E9;
	height:80px;
	width:80px;
	border-bottom: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
}
.sunday {
	background-color: #dddddd;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:80px;
		border-bottom: 1px solid #999999; 
border-right: 1px solid #999999; 
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #dddddd;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:80px;
	border-bottom: 1px solid #999999; 
border-right: 1px solid #999999; 
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	height:80px;
	width:80px;
	border-bottom: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:80px;
	width:80px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border: 1px dashed #cccccc;
	color: #000000;
	background-color: #EEE9E9;
	height:80px;
	width:80px;
}

.eventcontent {
	width: 100%;
	font-weight:normal;
}
