@charset "UTF-8";
/* CSS Document */

img 
{
	border:none;
}
.month_link
{
	width:50px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	height: 40px;
	line-height: 40px;
}
.month_title
{
	float:left;
	width:840px;
	font-size:24px;
	color:#333333;
	height: 40px;
	line-height: 40px;
}
.calendar_day
{
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	padding-right:5px;
	padding-top: 5px;
	color: #333333;
}
.dark_grey
{
	background-color:#CCCCCC;
}
#calendar_table
{	
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#calendar_table td
{
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
	width:120px;
	height:100px;
}
.event_title
{
	width:115px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
.active_day
{
	background-image:url(../images/event_bg.png);
}
.event_date
{
	font-size:16px;
	font-weight:bold;
	height: 45px;
	line-height: 18px;
}
.event_name
{
	font-size:16px;
	font-weight:bold;
	color:#003366;
	height: auto;
	line-height: 18px;
	padding-bottom: 10px;
}
.event_name_small
{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	height: auto;
	line-height: 16px;
	padding-bottom: 10px;
	font-style:italic;
}
.event_location, .event_fees, .reg_form, .comments
{
	padding-bottom:10px;
}
.comments
{
	padding-top:10px;
}
.event_details
{
	height: auto;
	padding-bottom:10px;
}
.events_box {
	width:515px;
	height:565px;
	z-index:1;
	position:absolute;
	top:100%;
	float: left;
	display: none;
}
#event_wrapper 
{
	margin:auto;
	width:515px;
	height:1px;
	z-index:0;
	position:relative;
	font-size:11px;
	line-height:13px;
	display: inherit;
}
#event_wrapper td
{
	font-size:11px;
	line-height:13px;
}
.close_btn
{
	height:35px;
}
.close_btn a
{
	width:30px; 
	height:30px; 
	border:0;
	padding-right:5px;
}
.bg_top {
	background-image:url(../images/event_box_bg_top.png);
	width:515px;
	height:35px;
	background-repeat:no-repeat;
	background-position:0px 15px;
}
.bg_middle {
	background-image:url(../images/event_box_bg_middle.png);
	width:495px;
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
	text-align: left;
	height:auto;
}
.bg_bottom {
	background-image:url(../images/event_box_bg_bottom.png);
	width:515px;
	height:35px;
	background-repeat:no-repeat;
}
