body h1 {
	font-size: 5px;
	color: #335;
	margin: 0px;
	padding: 0px;
}
#ical {
	float: left;
	position: relative;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	width: 352px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/calendar/info_bg1.jpg);
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
		border: 0px;
	padding: 0px;
	margin: 0px;
}

.icaltable {
	border-collapse: separate;
	font-size: 10px;
	float: left;
	position: relative;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
.icaltable td, th {
	width: 49px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	position: relative;
	background-color: #726E80;
	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: #615C6D;
}
.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: left top;
	width: 27px;
	background-color: #34313f;
}

.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(../images/calendar/event_OFF.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	cursor:pointer;
}
.icaltable td.date_has_event:hover {
	background-image: url(../images/calendar/event_ON.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icaltable td.date_has_event.update {
    background-image: url("../images/calendar/update_ON.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #990000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 1px;
}
.icaltable td.date_has_event.update:hover {
    background-image: url("../images/calendar/update_OFF.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.icaltable td.date_has_event.promotions {
    background-image: url("../images/calendar/promotions_ON.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #990000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 1px;
}
.icaltable td.date_has_event.promotions:hover {
    background-image: url("../images/calendar/promotions_OFF.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.icaltable td.date_has_event.announcements {
    background-image: url("../images/calendar/announcements_ON.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #990000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 1px;
}
.icaltable td.date_has_event.announcements:hover {
    background-image: url("../images/calendar/announcements_OFF.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.icaltable td.padding {
	background-color: #726E80;
}
.icaltable td.today {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #433F52;
	font-size: 11px;
	font-weight: bold;
}
.icaltable td.today:hover {
	background-color: #34313f;

}

.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:293px;
	width: 17px;
	height: 16px;
	margin: 0px;
	background-image: url(../images/calendar/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: -14px;
	padding: 0px;
	cursor:pointer;
	overflow: hidden;
	font-size: 14px;
}
#icalprev{
	position:relative;
	width: 17px;
	height: 16px;
	left: 285px;
	top: -14px;
	margin: 0px;
	background-image: url(../images/calendar/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	cursor:pointer;
	overflow: hidden;
	font-size: 14px;
}
#icalnext:hover{
	margin: 0px;
	background-image: url(../images/calendar/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 0px;
	cursor:pointer;
}
#icalprev:hover{
	margin: 0px;
	background-image: url(../images/calendar/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0px 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;
}