#bedscal body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
#bedscal a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
#bedscal a:hover {
	text-decoration: none;
	color: #006699;
}
#bedscal .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
#bedscal .month {
	border-style: none;
	background-color: #FFF;
	text-align: center;
	padding:10px auto; 
}
#bedscal .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#bedscal .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #669999;
	color: #FFF;
	border-style: outset;
	border-width:1px
}
#bedscal .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #006699;
	border-style: outset;
	border-width:1px;
	border-color:#009966;
	PADDING: 3PX;
}
#bedscal .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
#bedscal .weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
#bedscal .yearnavigation {
	font-size: 12px;
}
#bedscal .datepicker {
	background-color: #e4e4e4;
}
#bedscal .datepickerform {
	margin: 0px;
}
#bedscal .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
#bedscal .monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
#bedscal .yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
#bedscal .pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
#bedscal .nomonthday {
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
#bedscal .monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:20px;
	width:20px;
	border: 1px #ddd solid;
}
#bedscal .today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	height:20px;
	width:20px;
	border:2px solid #FF0000;
}
#bedscal .selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color:#FFFFFF;
	height:20px;
	width:20px;
}
#bedscal .sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height:20px;
	width:20px;
	background-color:#CCCCCC;
}
#bedscal .sunday a {
	color: #000000;
}
#bedscal .saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:20px;
	width:20px;
	background-color:#CCCCCC;
}
#bedscal .saturday a {
	color: #000000;
}
#bedscal .event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height:20px;
	width:20px;
    	border: 1px solid #006699;
    	background-color:#666666;
}
#bedscal .event a {
	
	color:#FFFFFF;
}

#bedscal .event a:hover {
	
	color:#ffff99;
}

#bedscal .selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color:#FFF;
	height:20px;
	width:20px;
}
#bedscal .selectedevent a {
	background-color: #ffff99;
	color: red;
}
#bedscal .todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#666666;
	height:20px;
	width:20px;
    	border: 2px solid #cc0000;
}

#bedscal .eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}