#loginControlDiv {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	background-color: #5c3c12;
}
#navControlDiv {
	font-size: 12px;
	font-weight: bold;
	color: #5c3c12;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
#navControlDiv input {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: transparent;
	color: #5c3c12;
}
#navControlDiv select {
    border: none;
    font-size: 12px;
}
#viewControlDiv input {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: transparent;
	color: #5c3c12;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #5c3c12;
}
#eventDisplayDiv {
	color: #5c3c12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 0;
	text-align: left;
	font-weight: bold;
}
#statusControlDiv {
	background-color: red;
	color: #5c3c12;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.columnHeading {
	background-color: #5c3c12;
	border: 1px solid #5c3c12;
	color: white;
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.weekViewCell {
	border: 1px solid #5c3c12;
	height: 250px;
	text-align: left;
	width: 120px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.monthViewCell {
	border: 1px solid #5c3c12;
	height: 80px;
	width: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	word-wrap: break-word;
	z-index: 5;
}
.contentCell {
	color: #5c3c12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	height: 81px;
	display: block;
	width:120px;
	overflow: hidden;
	text-align: left;
}
.eventMouseOver {
	background-color: #b69976;
	color: #FFFFFF;
	height: 33px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 1px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
.eventMouseOut {
	background-color: #5c3c12;
	color: #FFFFFF;
	height: 33px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 1px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
.calHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5c3c12;
	text-align: center;
	
	margin-right: 0px;
	margin-top: -16px;
}
#yearChooser {
	margin-top: -1000px;
	visibility: hidden;
	display: block;
	position: absolute;
}


#todayButton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
