@charset "utf-8";

#BasicEvent {
	border: 1px solid black;
	background-color: white;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: smaller;
	font-family: "Trebuchet MS", Calibri, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}
#CalTable  {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-image: url(images/CalBack.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
}
#MonthCell, #YearCell {
	font-size: larger;
	font-weight: bold;
	background-color: #FFCC66;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: black;
	padding: 5px;
}
.DateCell1, .DateCell3, .DateCell5, .DateCell7 {
	background-color: #333333;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 3px;
	margin: 0px;
	border: 0px none black;
}
.DateCell2, .DateCell4, .DateCell6 {
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 3px;
	border: 0px none black;
}
.DayCell1, .DayCell3, .DayCell5, .DayCell7 {
	background-color: #eeeeee;
	text-align: center;
	color: Black;
	margin: 0px;
	padding: 3px;
	border: 0px none black;
}
.DayCell2, .DayCell4, .DayCell6 {
	background-color: #CCCCCC;
	text-align: center;
	color: black;
	margin: 0px;
	padding: 3px;
	border: 0px none black;
}
.DayHolder {
	margin: 0px;
	padding: 3px;
	border: 0px none black;
}

.PageContainer {
	background-color: #FFFFFF;
	width: 1000px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 4px solid #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

