/* CSS Document */

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

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

#navControlDiv input {
  	background-color: #000000;
	border: solid #999999 1px; 
	font-family: "Verdana";
	font-size: 12px;	
	color:#FFFFFF;
}

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

#viewControlDiv input {
  background-color: #000000;
	border: solid #999999 1px; 
	font-family: "Verdana";
	font-size: 12px;	
	color:#FFFFFF;
}

#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: #FFFFFF; 
	background-color: #000000; 
	border: solid #999999 1px; 

}

.weekViewCell {
	width: 90px;
	height: 240px;
	border: solid #999999 1px;
	text-align: left;
}

.monthViewCell {
	width: 90px;
	height: 85px;
	border: solid #999999 1px;
	text-align: left;
}

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

.eventMouseOver {
	color: white;	
	background-color: #FF0000;
}

.eventMouseOut {
	color:#000000;
	background-color: white;
}

#print h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:10px;
	
	
}
