/* Delcarations fro the event calendar table */
.MtVCal {
	border: 1px solid #19006A;
	width: 20em;
}

/* Table head section */
.MtVCalHead {
	background-color: #ccccdd;
	font-size: 1.3em;
	color: #1C026D;
}

.MtVCalInfo {
	background-color: #F6F3FA;
	text-align: center;
	font-weight: bold;
	height: 2.7em;
	color: #1C026D;
}

.eventInfoDate {
	font-weight: bold;
}

.eventInfoText {
	font-size: 90%;
}

/* Day Title TDs */
.MtVCalDayTitle {
	font-weight: bold;
	text-align: center;
	border: #dddddd 1px solid;
	width: 14.3%;
	background-color: #ccccdd;
	color: #1C026D;
}

.mtvCalSundayTitle {
	color: #CC0000;
}

.MtVCalBlank {
	background-color: #F6F3FA;
}

.MtVCalDay {
	background-color: #F6F3FA;
	text-align: center;
}

.MtVCalDay a, .MtVCalDay a:visited {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #1C026D;
	text-decoration: none;
}

.MtVCalDay a:hover {
	display: block;
	width: 100%;
	background-color: #CCCCDD;
	height: 100%;
	color: blue;
	text-decoration: none;
}

.MtVCalToday a, .MtVCalToday a:visited {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #1C026D;
	text-decoration: none;
}

.MtVCalToday a:hover {
	display: block;
	width: 100%;
	background-color: #CCCCDD;
	height: 100%;
	color: blue;
	text-decoration: none;
}

.MtVCalToday {
	background-color: #F6F3FA;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCDD;
}

.eventDay {
	font-size: 150%;
}

.eventDetailHover {
	position: absolute;
	width: 30em;
	border: 1px solid #1C026D;
	padding: .2em .2em .2em .2em;
	visibility: hidden;
	background-color: #FFFFFF;
	cursor: pointer;
}

.eventPleaseWait {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	text-align: center;
}

/* Detailed event list declarations (for the complete list of events in a month) */

.eventDetailedList {
	width: 70%;
	float: left;
}

.eventDetailedListMainTitle {
	color: #1C026D;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: .3em;
}

.eventDetailedListInnerHolder {
	background-color: #d9d6e1;
	padding: .2em .2em .2em .2em;
	margin: auto;
	width: 100%;
}

.eventDetailedListEventTitle {
	color: #1C026D;
	font-size: 110%;
	font-weight: bold;
}

.eventDetailedListTitle {
	color: #1C026D;
	font-weight: bold;
}

.eventDetailedListContent {
	/* When used as a div this provides a bottom marging */
	margin-bottom: .3em;
}

.eventPublicTable {
	border: 1px solid #1C026D;
	background-color: #F6F3FA;
	padding: .2em .2em .2em .2em;
	width: 30em;
	margin-bottom: .3em;
}

.eventPublicTitle {
	color: #1C026D;
	font-size: 110%;
	font-weight: bold;
}

.eventPublicTInput {
	width: 98%;
	margin: auto;
	font-family: inherit;
}

.eventPublicSubmit {
	text-align: center;
}