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

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

#yearChooser {
}
#navControlDiv {

	font-style: georgia;
	color: #fcb436;
	font-size: 14px bold;	
}

#navControlDiv input {
	border: solid 1px; 
	color: #fcb436;
	background: none;
	font-style: georgia;
	font-size: 12px;	
}

#navControlDiv select {
	border: solid 1px; 
	color: #fcb436;
	background: none;
	font-style: georgia;
	font-size: 12px;	
}

#viewControlDiv input {
	border: solid 1px; 
	color:fcb436;
	font-style: arial;
	font-size: 12px;	
}

#eventDisplayDiv {
	padding: 4px;
	color: fcb436;
	background: none;
	font-style: arial;
	font-size: 12px;
	text-align: left;
}

#statusControlDiv {
	font-size: 11px;
	color: white !important;
	height: 20px;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 12px; 
	width: 70px;
	color: fcb436; 
	background: none; 
	border: solid 1px; 
	
}

.weekViewCell {
	width: 110px;
	height: 270px;
	border: solid 1px; color:fcb436; 
	text-align: left;
}

.monthViewCell {
	width: 100px;
	height: 40px;
	border: solid 1px; color: fcb436;
	text-align: left;
}

.contentCell {
	padding: 2px;
	font-size: 11px;
	color: white;
	font-family: arial;
}

.eventMouseOver {
	padding: 0px;
	font-size: 11px;
	color: white;	
	background: black;
	font-family: arial;
}

.eventMouseOut {
	padding: 0px;
	font-size: 11px;
	color: fcb436;
	background: 4e0403;
	font-family: arial;
}


select {
 margin: 0;
 border-color: ThreeDFace;
background-color: -moz-Field;
color: -moz-FieldText;
font: -moz-list;
 line-height: normal !important;
 white-space: nowrap !important;
text-align: start;
 cursor: default;
 -moz-box-sizing: border-box;
 -moz-user-select: none;
 -moz-appearance: menulist;
 border-width: 2px;
 border-style: inset;
 text-indent: 0;
overflow: -moz-hidden-unscrollable;168
}

