#ical {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	width: 355px;
	margin: 0px;
	padding: 0px;
	background-image: url(/Content/images/home/calendar/calendar_top_bg.png);
	position: relative;
	z-index: 200;
}

.icaltable {
	border-collapse: separate;
	font-size: 10px;
	float: left;
	position: relative;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1a1c21;
	border-left-color: #56595f;
	padding: 0px;
	width: 355px;
}
.icaltable td, th {
	width: 49px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #CCC;
	position: relative;
	background-color: #575A62;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	font-weight: bold;
}
.icaltable td:hover {
	color: #CCC;
	font-weight: bold;
	font-size: 11px;
	background-color: #30343F;
}
.icaltable th {
	height: 27px;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
	color: #CCC;
	background-position: center bottom;
	width: 27px;
	background-color: #292c34;
	background-image: url(/Content/images/home/calendar/calendar_top_bg.png);
}

.icaltable th:hover {
	background-color: #34313f;
}
.icaltable td.date_has_event {
	background-position: center center;
	color: #900;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/Content/images/home/calendar/event_OFF.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
.icaltable td.date_has_event:hover {
	background-image: url(/Content/images/home/calendar/event_ON.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icaltable td.date_has_event.update {
	background-position: center center;
	color:  White;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/Content/images/home/calendar/update_ON.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
.icaltable td.date_has_event.update:hover {
	background-image: url(/Content/images/home/calendar/update_OFF.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icaltable td.date_has_event.promotions {
	background-position: center center;
	color: #900;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/Content/images/home/calendar/promotions_ON.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
.icaltable td.date_has_event.promotions:hover {
	background-image: url(/Content/images/home/calendar/promotions_OFF.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icaltable td.date_has_event.announcements {
	background-position: center center;
	color: #900;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/Content/images/home/calendar/announcements_ON.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
.icaltable td.date_has_event.announcements:hover {
	background-image: url(/Content/images/home/calendar/announcements_OFF.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icaltable td.padding {
	background-color: #575A62;
}
.icaltable td.today {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #46484F;
	font-size: 11px;
	font-weight: bold;
}
.icaltable td.today:hover {
	background-color: #27292E;

}


.events {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	color: white;
	border: 2px solid #666;
	font-size: 15px;
	width: 185px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	left: 30px;
	right: 30px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 8px;
	background-color: #FFF;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#icalnext{
	position:relative;
	left:305px;
	width: 21px;
	height: 21px;
	margin: 0px;
	background-image: url(/Content/images/home/calendar/btn_next.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -14px;
	padding: 0px;
	cursor:pointer;
	font-size: 17px;
	z-index: 1000000;
	overflow: hidden;
	color: #000;
	float: left;
}
#icalprev {
	position:relative;
	left:300px;
	width: 21px;
	height: 21px;
	margin: 0px;
	background-image: url(/Content/images/home/calendar/btn_prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -14px;
	padding: 0px;
	cursor:pointer;
	font-size: 17px;
	z-index: 1000000;
	overflow: hidden;
	color: #000;
	float: left;
}
#icalnext:hover{
	margin: 0px;
	background-position: left bottom;
	padding: 0px;
	cursor:pointer;
}
#icalprev:hover{
	margin: 0px;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	cursor:pointer;
}



#currentmonth, #currentyear{
	font-weight:bold;
	color: #F3F3F3;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	position: relative;
	top: 4px;
	left: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}