/* Calendars */
table.mainCalendar {
	border-collapse: collapse;
	width: 75%;
	border-bottom: 1px solid #ccc;
	margin: 0px auto;
}

table.mainCalendar tr th {
	background-color: #F6EbF1;
	color: #7E6771;
        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: #E7B0C7;
}

table.mainCalendar tr td.eventHere {
	background-color: #C9E0FB;
}

table.miniCal {
	border-collapse: collapse;
	width: 200px;
	border-bottom: 1px solid #ccc;
	margin: 0px auto;
}

table.miniCal tr th {
        background-color: #F6EbF1;
	color: #7E6771;
        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: #E7B0C7;
}

table.miniCal tr td.eventHere {
	background-color: #C9E0FB;
}

div#eventDetails {
	position: absolute;
	visibility: hidden;
	overflow: visible;
	width: 200px;
	background-color: #F6EbF1;
	border: 1px solid #E7B0C7;
	padding: 10px;
	color: #616161;
}

th {
    text-align: center;
}