@charset "utf-8";
/* optional styling */
#loginControlDiv {
	font-size: 12px;
}

#navControlDiv {
	font-size: 12px;
	text-align:center;
}

#navControlDiv input {
	border: solid black 1px;
	font-size: 12px;	
}

#navControlDiv select {
	border: solid black 1px;
	font-size: 12px;	
}

#viewControlDiv input {
	border: solid black 1px;
	font-size: 10px;	
}

#eventDisplayDiv {
	padding: 0px;
	color: black;
	font-size: 10px;
	text-align: left;
}

#statusControlDiv {
	font-size: 10px;
	color: red;
	height: 20px;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 10px; 
	color: white; 
	background: #7e7952; 
	border: solid #7e7952 1px;
}

.weekViewCell {
	width: 25px;
	height: 32px;
	background:#ffffff;
	border: solid #948e62 1px;
	text-align: left;
}

#bottom_contents_left .weekViewCell{
	width:37px;
}

.monthViewCell {
	width: 25px;
	height: 32px;
	background:#ffffff;
	border: solid #948e62 1px;
	text-align: left;
}

#bottom_contents_left .monthViewCell{
	width:42px;
}

.contentCell {
	padding: 2px;
	font-size: 10px;
	color: black;
}

.eventMouseOver {
	padding: 0px;
	font-size: 10px;
	color: #ff0000;	
}

.eventMouseOut {
	padding: 0px;
	font-size: 10px;
	color: #ff0000;	
}
