/* Calendars */
table.mainCalendar {
	border-collapse: collapse;
	width: 75%;
	border-bottom: 1px solid #ccc;
	margin: 0px auto;
}

table.mainCalendar tr th {
	background-color: #505345;
	color: #E3E5DA;
    font-weight: normal;
	padding: 1px;
    text-align: center;
}

table.mainCalendar tr td {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table.mainCalendar tr td.last {
	border-right: 1px solid #aaa;
}

table.mainCalendar tr td.empty {
	background-color: #99977E;
}

table.mainCalendar tr td.eventHere {
	background-color: #C6CACF;
}

table.miniCal {
	border-collapse: collapse;
	width: 200px;
	border-bottom: 1px solid #ccc;
	margin: 0px auto;
}

table.miniCal tr th {
    background-color: #fff;
	color: #B8B596;
    font-weight: normal;
	padding: 1px;
    text-align: center;
}

table.miniCal tr td {
	text-align: center;
	padding: 1px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
    width: 14%;
}

table.miniCal tr td.last {
	border-right: 1px solid #aaa;
}

table.miniCal tr td.empty {
	background-color: #99977E;
}

table.miniCal tr td.eventHere {
	background-color: #C6CACF;
}

.miniCal {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mainCalendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

div#eventDetails {
	position: absolute;
	visibility: hidden;
	overflow: visible;
	width: 200px;
	background-color: #E7E7DD;
	border: 1px solid #505345;
	padding: 10px;
	color: #616161;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

th {
    text-align: center;
}