.gCalRangeForm {
	font-size: 10px;
	text-align: right;
	display: block;
	margin: 0px; 
	padding: 0px;
}

.gCalMore A, .gCalMore A:visited {
	color: black;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
}




.mCal {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.mCalBody {
	width: 95%;
	clear: both;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.mCalHeader {
	width: 95%;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.mCalMonthName {
	font-size: 14px;
	font-weight: bold;
}

.mCalPrintable .mCalButtons {
	display: none;
}
.mCalPrintable .mCalRange {
	display: none;
}

.mCalWeekdays {
	table-layout: fixed;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	width: 100%;

	-webkit-border-radius: 10px 10px 0px 0px; /* Safari prototype */
	-moz-border-radius: 10px 10px 0px 0px; /* Gecko browsers */
	border-radius: 10px 10px 0px 0px; /* Everything else - limited support at the moment */  
}



.mCalWeeks {
}

.mCalWeekly .mCalWeeks {
}

.mCalWeekBoxFrame {
	table-layout: fixed;
	width: 100%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

}

.mCalDate {
	text-align: right;
	font-weight: bold;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-right: 6px;
	background-color: #eee;
	color: black;
}

.mCalToday {
	background-color: #ccc;
}

.mCalEvent {
	vertical-align: top;
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: white;
	color: black;
	font-size: 10px;
	text-align: left;
}

.mCalAllDayEvent {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	width: 100%;
}

.mCalTimedEvent { 
	color: black;
	    cursor: pointer;
			    width: 100%;

}
.mCalTimedEvent A { text-decoration: none; }

.mCalAllDayEvent A {
	text-decoration: none;
	display: block;
	width: 100%; 
}

.dCalHour {
	background-color: white;
	color: black;
	text-align: right;
	border-top: 1px solid #eee;
}

.dCalEmpty {
	background-color: white;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.dCalTimed {
	border-left: 1px solid #eee;
}

.dCalAllDay {
}

.iCal { display: none; }

