ul.chooseMonth{
	background-color: #bf1f27;
	margin: 0 0 0 0px !important;
	padding: 0px !important;
	}

	ul.chooseMonth li {
		background-color: #bf1f27;
		border: 1px solid white;
		color: white;
		display: block;
		float: left;
		height: 19px;
		*height: 22px;
		_height: 19px;
		margin: 0px !important;
		padding-top: 3px;
		width: 38px;
		text-align: center;
		}
		
	ul.chooseMonth li.currentMonth {
		background-color: #7f2529;
		width: 34px;
		}	
		
		ul.chooseMonth li a {
			color: #FFF !important;
			text-decoration: underline !important;
			}

table.activityOverview {
	clear: both;
	width: 475px;
	}
	
	table.activityOverview th {
		background-color: #7f2529;
		color: white;
		font-size: 95%;
		height: 18px;
		text-indent: 5px;
		}
		
	table.activityOverview tbody tr {
		height: 25px;
	}	
		
	table.activityOverview td {
		border-bottom: 1px solid #eee;
		text-indent: 5px;
		line-height: 20px;
		}
	
		table.activityOverview td.date {
			width: 100px;
			}
			
		table.activityOverview td.start_time, table.activityOverview td.end_time {
			width: 50px;
		}	
			
		table.activityOverview td.day {	
			width: 140px;
			text-transform: capitalize;
			}
			
	table.activityOverview tr.tolate * {
		color: #ccc;
		}
	
.navigation {
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	height: 25px;
	padding: 0;
	}
	
	.navigation p {
		float: left;
		text-align: center;
		width: 172px;
		font-size: 120%;
		font-weight: bold;
		
		
	}
	
	.navigation a {
		background-color: #eee;
		display: block;
		float: left;
		font-size: 12px;
		height: 25px;
		text-decoration: none;
		}
		
		.navigation a:hover {
			background-color: #ddd;
			}
				
		.navigation a.previous {
			background-image: url(images/calendar_previous.gif);
			background-repeat: no-repeat;
			border-left: 0px solid #cccccc;
			text-align: left;
			padding: 3px 0 0 3px;
			width: 147px; /*210 */
			color: #bf1f27;
			
			}
			
		.navigation a.next {
			background-image: url(images/calendar_next.gif);
			background-position: top right;
			background-repeat: no-repeat;
			padding: 3px 3px 0 3px;
			width: 147px; /*210 */
			color: #bf1f27;
			text-align: right;
			}	
		
	
table.calendar_month {
	clear: both;
	}
	
	table.calendar_month thead th {
		background-color: #bf1f27;
		color: #fff;
		font-weight: bold;
		padding: 4px;
		text-align: center;
		width: 70px;
		}
		
		table.calendar_month thead th.last  {
			border-right: 1px solid #bf1f27;
			}
		
		table.calendar_month thead th.week {
			width: 37px;
			}
	
	
	table.calendar_month td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		height: 70px;
		vertical-align: top;
		}
		
		table.calendar_month td.week {
			background-color: #bf1f27;
			border-right: none;
			border-bottom: 1px solid #bf1f27;
			color: #fff;
			padding-left: 5px;
			vertical-align: middle;
			}
			
			table.calendar_month td.week a {
				color: #8daccd;
				font-size: 2em;
				text-decoration: none;
				}
		
		table.calendar_month td a {
			display: block;
			float: left;
			margin: 5px 0 0 5px;
			}
			
		table.calendar_month td li {
			clear: both;
			}
			
	table.calendar_month td.today {
		background-color: #5886c2;
		}
		
		table.calendar_month td.today a {
			color: white;
			}
	
	
	table.calendar_month td.other_month {
		background-color: #ededed;
		}
		
		table.calendar_month td.other_month a {
			color: #666;
			text-decoration: none;
			}



table.calendar_week {
	border-top: 20px solid #bf1f27;
	clear: both;
	width: 100%;
	}
	
	table.calendar_week th {
		background-color: #bf1f27;
		border-right: 1px solid #cccccc;
		color: #fff;
		height: 70px;
		vertical-align: bottom;
		width: 120px;
		}
		
		table.calendar_week th .day {
			color: #8daccd;
			display: block;
			font-size: 1.5em;
			padding: 0 0 2px 6px;
			}
			
		table.calendar_week th .date {
			display: block;
			border-bottom: 1px solid #fff;
			font-weight: bold;
			margin-right: 10px;
			padding: 0 0 6px 6px;
			}
			
	
	table.calendar_week tr.last th {
		border-bottom: 1px solid #bf1f27;
		}
		
		table.calendar_week tr.last th .date {
			border-bottom: none;
			}
			
	table.calendar_week td {
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 12px 0 0 12px;
		vertical-align: top;
		}
		
		table.calendar_week .even {
			background-color: #fffff5;
			}
			
		table.calendar_week li {
			color: #bf1f27;
			margin-bottom: 3px;
			}
			
			table.calendar_week li a {
				font-weight: bold;
				}


table.calendar_event {
	border-top: 20px solid #bf1f27;
	width: 100%;
	}
	
	table.calendar_event th {
		background-color: #bf1f27;
		color: #fff;
		vertical-align: bottom;
		width: 120px;
		}
		
		table.calendar_event th span {
			border-bottom: 1px solid #ffffff;
			display: block;
			margin: 10px 10px 0 0;
			padding: 0 0 4px 8px;
			}
		
	table.calendar_event td {
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		vertical-align: bottom;
		padding-bottom: 4px;
		padding-left: 10px;
		}
		
	table.calendar_event tr.date {
		height: 70px;
		}
		
		table.calendar_event tr.date .day {
			border: none;
			color: #fff;
			font-size: 1.5em;
			padding: 0 0 2px 8px;
			}
			
		table.calendar_event tr.date .date {
			font-weight: bold;
			padding: 0 0 6px 8px;
			margin: 0;
			}
			
		table.calendar_event tr.date td {
/*
			background-image: url(images/event.gif);
			background-position: 10px 4px;
			background-repeat: no-repeat;
*/
			}
			
	table.calendar_event tr.info {
		height: 60px;
		}
		
		table.calendar_event tr.info th span {
			font-weight: bold;
			font-size: 1.2em;
			}
			
	table.calendar_event tr.description {
		border-bottom: 1px solid #bf1f27;
		padding-left:  5px;
		}
		
		table.calendar_event tr.description th {
			padding-top: 10px;
			vertical-align: top;
			}
			
		table.calendar_event tr.description td {
			padding-top: 17px;
			padding-left: 10px;
			}
			
		table.calendar_event tr.description td table {
			border: none;
			margin-left: 10px;
			}	
			
			table.calendar_event tr.description td table tr td {
				border: none;
				}
			

.calendar_year {
	}
	
	.calendar_year table {
		float: left;
		margin-right: 10px;
		}
		
	.calendar_year .clearer {
		border: none;
		clear: both;
		height: 1px;
		}


.month_title, .week_title {
	margin-bottom: 0 !important;
	}


