/* CSS Document */

div.module { margin:0; padding:0; }
div.module.calendar { margin: 15px 0; text-align:center; }
table{border-collapse:collapse;border-spacing:0;}


/* Calendar Header */
div.module.calendar a { text-decoration:none; }

div.module.calendar #tbl_Calendar { width: 690px;}
div.module.calendar #tbl_Calendar thead{ height: 32px; background-color: #F5F8FA; border:#A8BDCC;}
div.module.calendar #tbl_Calendar thead th { padding: 0 0 0 6px;}
div.module.calendar #tbl_Calendar thead th.Previous { text-align: left; width: 92px; border:1px solid #A8BDCC; border-right-width:0; }
div.module.calendar #tbl_Calendar thead th.Next { text-align: right; width: 92px; border:1px solid #A8BDCC; border-left-width:0; }
div.module.calendar #tbl_Calendar thead th.CurrentMonth {
	width: 506px; /* table width - ( 92px x 2 ) */
	color:#375279;
	font: normal 16px Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	border:1px solid #A8BDCC;
	border-left-width:0;
	border-right-width:0;
}
div.module.calendar #tbl_Calendar thead th.Previous a {
	width: 92px;
	height: 0;
	padding-top: 23px;
	display: block;
	overflow: hidden;
	background: transparent url(../../../images/events/previous.jpg) no-repeat left top;
	border-right:1px solid #E2E2E2;
}
div.module.calendar #tbl_Calendar thead th.Next a {
	width: 92px;
	height: 0;
	padding-top: 23px;
	display: block;
	overflow: hidden;
	background: transparent url(../../../images/events/next.jpg) no-repeat left top;
	border-left:1px solid #E2E2E2;
}

/* Calendar Body */
div.module.calendar #tbl_Calendar .calendarBodyCt { padding-top:3px; }
div.module.calendar #tbl_Calendar .calendarBody { padding: 7px 12px 10px; margin-top:2px; background-color: #F5F8FA; border: 1px solid #A8BDCC; }
div.module.calendar #tbl_Calendar_items { width:100%; padding:0; margin:0;  }
div.module.calendar #tbl_Calendar_items thead { height:20px; }
div.module.calendar #tbl_Calendar_items thead th {
	width: 81px;
	color: #333333;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	background-color: transparent;
	text-align:left;
	line-height:normal;
	padding:0 0 0 2px;
}

div.module.calendar #tbl_Calendar_items tbody { }
div.module.calendar #tbl_Calendar_items tbody td { border:0 none; padding:0;  margin:0; line-height:normal; background-color: #FEFEFE; }
div.module.calendar #tbl_Calendar_items tbody td.first a {/* border-left: 1px solid #CCCCCC;*/ }
div.module.calendar #tbl_Calendar_items tbody td.last a { /*border-right: 1px solid #CCCCCC;*/ }
div.module.calendar #tbl_Calendar_items tbody td a {
	display: block;
	margin: 0;
	font-size: 10px;
	line-height:15px;
	text-align:left;
}
div.module.calendar #tbl_Calendar_items tbody td a.firstRow { border-top: 1px solid #CCCCCC; }
div.module.calendar #tbl_Calendar_items tbody td a.DayEvent {
	border-bottom: 1px solid #CCCCCC;
	background-color: #A9BECD;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding: 1px 3px;
	text-decoration: none;
}

/* Date With An Event */
div.module.calendar #tbl_Calendar_items tbody td a.DayEventCourses {
	border-bottom: 1px solid #CCCCCC;
	background-color: #0BA9D7;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding: 1px 3px;
	text-decoration: none;
}
div.module.calendar #tbl_Calendar_items tbody td a.NoDate {
	border-bottom: 1px solid #CCCCCC;
	background-color:#ffffff;
	margin:0;
	padding: 1px 3px;
}
div.module.calendar #tbl_Calendar_items tbody td div.eventContainer {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	height: 150px;
	vertical-align: top;
	text-align:left;
	padding:3px;
	background-color:#ffffff;
}
div.module.calendar #tbl_Calendar_items tbody td div.eventContainer.last { border-right: 1px solid #CCCCCC; }
div.module.calendar #tbl_Calendar_items tbody td div.eventContainer a.Event {
	display:block;
	text-decoration:none;
	border:0 none;
	color:#0BA9D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
div.module.calendar #tbl_Calendar_items tbody td div.eventContainer br { display:none; }

div.module.calendar #tbl_Calendar_items tbody td a.More,
div.module.calendar #tbl_Calendar_items tbody td a.more {
/*	background-image:url('../../../images/events/EventMore.jpg');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:9px;
*/
	color:#000;

	height:20px
}
