ul.chooseMonth {
	background-color: #608cbb;
	margin: 5px 0 0 2px !important;
	padding: 0px !important;
	}

	ul.chooseMonth li {
		background-color: #575698;
		color: #999;
		display: block;
		float: left;
		height: 20px;
		margin: 0px !important;
		padding: 3px 0 0 0 !important;
		text-align: center;
		width: 42px;
		}

	ul.chooseMonth li.currentMonth {
		background-color: #608cbb;
		}	

		ul.chooseMonth li a {
			color: #fff !important;
			}




table.activityOverview {
	clear: both;
	width: 100%;
	}
	
	table.activityOverview tr.ontime td {
		color: #000;
	}
	
	table.activityOverview tr.tolate td {
		color: #999;
	}
	
	table.activityOverview th {
		background-color: #608cbb;
		color: white;
		font-size: 105%;
		height: 18px;
		text-indent: 5px;
		}
		
	table.activityOverview td {
		border-bottom: 1px solid #eee;
		text-indent: 0px;
		line-height: 20px;
		padding-left: 5px;
		}
	
		table.activityOverview td.date {
			width: 80px;
			}
			
		table.activityOverview td.day {	
			width: 140px;
			text-transform: capitalize;
			}
	
.navigation {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 55px;
	padding: 0;
	}
	
	.navigation a {
		background-color: #eee;
		display: block;
		float: left;
		font-size: 12px;
		height: 34px;
		text-decoration: none;
		}
		
		.navigation a:hover {
			background-color: #ddd;
			}
			
			
		.navigation a.previous {
			background-image: url(images/calendar_previous.gif);
			background-repeat: no-repeat;
			border-right: 1px solid #cccccc;
			text-align: right;
			padding: 21px 18px 0 0;
			width: 235px;
			}
			
		.navigation a.next {
			background-image: url(images/calendar_next.gif);
			background-position: top right;
			background-repeat: no-repeat;
			padding: 21px 0 0 18px;
			width: 235px;
			}	
	

table.calendar_month {
	clear: both;
	}
	
	table.calendar_month thead th {
		background-color: #608cbb;
		color: #fff;
		font-weight: bold;
		padding: 4px;
		text-align: center;
		width: 80px;
		}
		
		table.calendar_month thead th.last  {
			border-right: 1px solid #608cbb;
			}
		
		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: #608cbb;
			border-right: none;
			border-bottom: 1px solid #608cbb;
			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 #608cbb;
	clear: both;
	width: 100%;
	}
	
	table.calendar_week th {
		background-color: #608cbb;
		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 #608cbb;
		}
		
		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: #608cbb;
			margin-bottom: 3px;
			}
			
			table.calendar_week li a {
				font-weight: bold;
				}


table.calendar_event {
	border-top: 20px solid #608cbb;
	width: 100%;
	}
	
	table.calendar_event th {
		background-color: #608cbb;
		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 #608cbb;
		}
		
		table.calendar_event tr.description th {
			padding-top: 10px;
			vertical-align: top;
			}
			
		table.calendar_event tr.description td {
			padding-top: 10px;
			padding-left: 0px;
			}
			
		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: 15 !important;
	margin-right: 5px;
	font-size: 150%;
	text-align: right;
	
	}


