
/* optional styling */
#loginControlDiv {
	font-size: 13px;
}

#navControlDiv {
	font-style: "Verdana";
	font-size: 12px;	
}

#navControlDiv input {
  background-color: #264a88;
	border: solid #264a88 1px; 
	font-style: "Verdana";
	font-size: 12px;	
	color:#FFF;
}

#navControlDiv select {
	border: solid black 1px;
	font-style: "Verdana";
	font-size: 12px;	
}

#viewControlDiv input {
  background-color: #264a88;
	border: solid #264a88 1px; 
	font-style: "Verdana";
	font-size: 14px;
	color:#FFF;
}

#eventDisplayDiv {
	padding: 0px;
	color: black;
	background-color: white;
	font-family: "Verdana";
	font-size: 14px;
	text-align: left;
}


#statusControlDiv {
	font-size: 14px;
	color: white;
  background-color: red;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 12px; 
	color: black; 
	background-color: #264a88;
	border: solid #FFF 1px; 
	color: #FFF;
}

.weekViewCell {
	width: 90px;
	height: 200px;
	border: solid #264a88 1px;
	text-align: left;
}

.monthViewCell {
	width: 90px;
	height: 85px;
	border: solid #264a88 1px;
	text-align: left;
}

.contentCell {
	padding: 2px;
	font-size: 10px;
 	border: solid 264a88 0px;
	color:#03C; 
	font-family: "Verdana";
	/*overflow: auto;*/
	word-wrap: break-word;
}

.eventMouseOver {
	color: white;	
	background-color: #06C;
}

.eventMouseOut {
	color: gray;
	background-color: white;
}