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

/* optional styling */
#loginControlDiv {
	font-size: 13px;
}

#navControlDiv {
	font-style: "Verdana";
	font-size: 12px;	
}

#navControlDiv input {
  background-color: #CEDD70;
	border: solid #DDD270 1px; 
	font-style: "Verdana";
	font-size: 12px;	
}

#navControlDiv select {
	border: solid black 1px;
	font-style: "Verdana";
	font-size: 12px;	
}

#viewControlDiv input {
  background-color: #CEDD70;
	border: solid #DDD270 1px; 
	font-style: "Verdana";
	font-size: 12px;	
}

#eventDisplayDiv {
	padding: 0px;
	color: black;
	background-color: white;
	font-family: "Verdana";
	font-size: 12px;
	text-align: left;
}


#statusControlDiv {
	font-size: 14px;
	color: white;
  background-color: red;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 12px; 
	color: gray; 
	background-color: #CEDD70; 
	border: solid #DDD270 1px; 
}

.weekViewCell {
	width: 100px;
	height: 270px;
	border: solid #83BC2B 1px;
	text-align: left;
}

.monthViewCell {
	width: 100px;
	height: 95px;
	border: solid #83BC2B 1px;
	text-align: left;
}

.contentCell {
	padding: 2px;
	font-size: 10px;
  border: solid black 0px;
	color: gray; 
	font-family: "Verdana";
	overflow: auto;
}

.eventMouseOver {
	color: white;	
	background-color: #83BC2B;
}

.eventMouseOut {
	color: gray;
	background-color: white;
}

