@charset "utf-8";
/* CSS Document */

.CalDay {
	height: 100px;
	overflow: hidden;	
	width: 100px;
	float: left;
	padding: 2px;
	border: 1px solid #000000;
	text-align:left;
}
.CalHead {
	font-weight: bold;
	background-color: #FF6600;
	width: 100px;
	float: left;
	padding: 2px;
	border: 1px solid #000000;
	position: relative;
}
.CalRow {
	display: block;
	clear: both;
	width: 745px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.CalDesc {
	padding: 5px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.Spacer {
	float: right;
	height: 100px;
	width: 20px;
}


.CalRow a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.CalDay:hover {
	background-color: #FFCC66;
}
.BlankDay {
	background-color:#333333;
	height: 100px;
	overflow: hidden;	
	width: 100px;
	float: left;
	padding: 2px;
	border: 1px solid #000000;
}
.CalendarControls {
	width: 100%;
	height: 45px;
	margin: 3px;
	text-align: center;
	position: relative;
}
.CallLeftScroll {
	float: left;
	height: 40px;
	width: 40px;
}
.CalRightScroll {
	float: right;
	height: 40px;
	width: 40px;
}
.Cal {
	text-align: center;
	position: relative;
	width: 100%;
}
.Today {
	background-color: #FF9933;
}
.EditControl {
	display: block;
	height: 250px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	clear: both;
}
.CalItemDesc {
	clear: both;
	float: left;
	width: 100%;
	padding: 2px;
	margin: 5px;
}
.CalItemDesc:hover {
	background-color:#FFCC66;
}
.PageHeader {
	padding: 4px;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FF6600;
	vertical-align: middle;
}

.CalItemDesc span {
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 100%;
}
.CalDescItem a {
	float: right;
	text-decoration: none;
}
