#gcal_calendar {
	width:100%;
}
#gcal_calendar a:link, #gcal_calendar a:active, #gcal_calendar a:visited {
	color:#000000;
}
#gcal_month_title {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#gcal_next_month {
	color:#000000;
	text-align:right;
	width:50%;
}
#gcal_prev_month {
	color:#000000;
	text-align:left;
	width:50%;
}
#gcal_next_month a,
#gcal_next_month a:link,
#gcal_next_month a:active,
#gcal_next_month a:visited,
#gcal_prev_month a,
#gcal_prev_month a:link,
#gcal_prev_month a:active,
#gcal_prev_month a:visited {
	color:#777;
	text-decoration:none;
}
#gcal_next_month a:hover,
#gcal_prev_month a:hover {
	color:#4B110F;
}
.gcal_month_day_name {
	color:#555;
	text-align:center;
	width:14.25%;
}
.gcal_month_day_name_div {
	margin:1px 2px 1px 2px;
	background:url('/images/white_40.png');
	border-left: 0px #999 solid;
	border-right: 0px #999 solid;
}
.gcal_month_day_box_inside {
	border:1px #999 solid;
	border-radius: 7px;
}
.gcal_month_day_box_top {
	border:1px #999 solid;
	border-top-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_bottom {
	border:1px #999 solid;
	border-bottom-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_left {
	border:1px #999 solid;
	border-left-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_right {
	border:1px #999 solid;
	border-right-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_top_left {
	border:1px #999 solid;
	border-top-width:1px;
	border-left-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_top_right {
	border:1px #999 solid;
	border-top-width:1px;
	border-right-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_bottom_left {
	border:1px #999 solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_bottom_right {
	border:1px #999 solid;
	border-bottom-width:1px;
	border-right-width:1px;
	border-radius: 7px;
}
.gcal_month_day_box_top_empty {
	border-bottom:0px #999 solid;
	border-right:0px #999 solid;
	border-radius: 7px;
}
.gcal_month_day_box_bottom_empty {
	border-top:0px #999 solid;
	border-left:0px #999 solid;
	border-radius: 7px;
}
.month_to_day_view_div {
	display:inline-block;
	width:25px;
	padding:2px;
	text-align:center;
	background:#8D9176;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-top-left-radius:0px;	
	border-bottom-right-radius:0px;	
	color:#E7E3C1;
}
.month_to_day_view {
	font-weight:bold;
	text-decoration:none;
	color:#E7E3C1;
}
.month_to_day_view a,
.month_to_day_view a:link,
.month_to_day_view a:active,
.month_to_day_view a:visited {
	color:#E7E3C1;
}
.month_to_day_view a:hover {
	color:#CCC;	
}
.month_day_of_year {
	display:inline-block;
	float:right;
	padding:2px 4px 0px 0px;
	font-size:11px;
}
.month_event_div {
	font-size:13px;
	padding:2px 0px 2px 0px;
}
.month_event_list {
	min-height:100px;
	padding:2px 3px;	
}
.month_event_div a,
.month_event_div a:link,
.month_event_div a:active,
.month_event_div a:visited {
	display:block;
	text-decoration:none;
	
}
.month_event_div a:hover {
	background: url('/images/black_20.png') repeat top left;
}
table tr td {
	vertical-align:top;
}