/*############################### Calendar Formatting  ######################################### */
.kcal_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #14637c;
	border-spacing:0;
	width:156px;
	}

.kcal_day_names_row td,
.kcal_weekday,
.kcal_sunday,
.kcal_sunday{
	padding: 2px 2px;
	text-align: center;
	border-spacing:0;
border: 1px #fff solid;
background-color: #E9E9E9;
}

.kcal_day_week td{
background-color: #585858;
}
	
.kcal_day_names_row {
	height:14px;
	}

.kcal_day_week {
	font-size: 10px;
	font-weight: bold;
	color: #333;
background-color: #585858;
	}

.kcal_today {
	color:#fff;
	text-align: center;
	border-spacing:0;
	background-color: #247098;
	}

.kcal_today a {
	background: url(../images/caltoday.gif) center no-repeat;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 1px 0;
	}

.kcal_today a:hover{
	font-weight: bold;
	background: url(../images/calhover.gif) center no-repeat;
	color: #fff;
	}	

.kcal_weekday {
	}

.kcal_events {} .kcal_events a{
	font-weight: bold;
	color: #fff;
	background-color: #93d14d;
	text-decoration: none;
	display: block;
	text-align: center;
	border-spacing:0;
	margin:1px;
	padding: 1px 0;
	}

.kcal_events a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	}

.kcal_sunday {
	color: #ff3300;
	}
	
.kcal_selection {
	text-align:center;
background-color: #247098;
	}

a.kcal_arrows_left, a.kcal_arrows_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 1px 3px 2px 3px;
	line-height: normal;
	margin: 0px;
	background:url(../images/calbtn.gif) center no-repeat;
	}
	
a.kcal_arrows_left:hover, a.kcal_arrows_right:hover{
	color: #FFFFFF;
	}

.kcal_home {
	text-transform:uppercase;

	}

a.kcal_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	margin: 0px;
	height: 18px;
	}
	
a.kcal_home:hover{
	text-decoration: none;
color: #fff;
	}
	
.kcal_year, .kcal_month {
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px;
	}
	
.kcal_month {}

.kcal_select_tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding-top: 2px;
	height: 22px;
	}

/***************************** Calendar events *****************************/
.kcal_table td .cevent * {
	padding: 0;
	margin: 0;
	}
	
.kcal_table td .cevent {
	border: 2px solid #247098;
	padding: 2px;
	padding: 2px;
	width: 150px;
	overflow: hidden;
	text-align: left;
	display: none;
	position: absolute;
	margin-top: -1px;
	margin-left: 0;
	background-color: #E9E9E9;
	}
	
.homepage .kcal_table td .cevent {
	margin-left: 15px;
	}
	
.kcal_table td:hover .cevent, .kcal_table td.iehover .cevent {
	display: block;
	}
	
.kcal_table td .cevent a {
	text-align: left;
font-size: 12px;
	color: #5A8412;
	font-weight:normal;
	text-decoration: none;
	border: 0;
	padding:2px 2px;
	background:0;
	text-decoration:underline;
	}
	
.kcal_table td .cevent a:hover {
	font-weight: normal;
	text-decoration: none;
	}

.kcal_table td .cevent p {

	}


/*############################### End Calendar Formatting  ######################################### */
