	.monthTitle {
		text-align: center;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: normal;
	}
	
	.arrows a {
		text-decoration: none;
		font-size: 15px;
		color: #FFF;
		font-weight: normal;
	}
	
	#monthbox {
		width: 250px;
		background-color: #0D265C;
	}
	
	#monthview {
		width: 240px;
		color: #FFFFFF;
	}
	
	#monthview td {
		font-size: 10px;
		padding-left: 2px;
		text-align: left;
	}
	
	.loading {
		background: url('images/loader.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.regular {
		width: 14%;
		border: 1px #1A3467 solid;
	}
	
	.current {
		background-color: #595959;
		border: 1px #FFFFFF solid;
	}
	
	.today {
		background-color: #1F3668;
		border: 1px #3E5485 solid;
	}
	
	.weekday {
		text-align: center;
		font-weight: bold;
		background-color: #1D2F5D;
		border-bottom: 1px #444362 solid;
	}
	
	.weekend {
		text-align: center;
		font-weight: bold;
		background-color: #1F3668;
		border-bottom: 1px #3E5485 solid;
	}
	
	.underline {
		border-bottom: 1px #2F457E solid;
	}
	
	.hand {
		cursor: pointer;
		cursor: hand;
	}
	
	.Heading {
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		color: #3C3C32;
		font-weight: 300;
		line-height: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: uppercase;
		border-bottom: 1px solid #CCCCCC;
		width: 225px;
		text-align: left;
		margin:10px;
	}
	
	.category_name {
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 2px;
		text-align: left;
	}
	
	#listingcontainer {
		padding-top: 3px;
	}
	
	.DayTitle {
		background-color: #F3F2DE;
		border: 1px #BDBE9C solid;
		font-size: 12px;
		font-weight: bold;
		padding: 3px 3px 3px 6px;
		margin-bottom: 5px;
	}
	
	.EventBox {
		border: 1px #BBBBBB solid;
		padding: 3px 3px 3px 6px;
		margin-bottom: 4px;
	}
	
	.alternate {
		background-color: #F7F7F5;
	}
	
	.event_category {
		font-weight: bold;
	}
	
	.debug {
		color: #FF0000;
	}