/* West Orange Montessori Style Document */

body {
  	background: #fff;
  	padding:0px 0px;
  	text-align:left;
	font:x-small/1.25em Arial,Verdana,Helvetica,Sans-serif;
  	color:#000;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {
  color:#ff9933;
  }
  
a:visited {
  	color:#666699;
	}

a:active {
	color:#ffcc66;
	}
	
#container {
	border: 1px solid #cccccc;
	 width: 610px;
	}	
	
.home {
	background: url(images/home/home_backimage.jpg) no-repeat;
	}	
	
.main {
 background: url(images/misc/gradient_bkgrnd.gif) no-repeat;	
 line-height:1.25em;
 }
	
.leftnav {
	background-color:#f4ad0d;
	font-family:Trebuchet ms, Arial, Helvetica, Sans-serif;
	color:#ffff00;
	}	
	
.leftnav a {
	color:#fff;
	text-decoration:none;
	}	
	
.leftnav a:hover {	
	color:#ffff00;
	}
	
.footer {
	font-size:80%;
	line-height:1em;
	}	
	
.forms {
	font-size:11px;
	font-family:"Courier New", Courier, mono;
	}
	#container_calendar {
	clear: none;
	float: left;
	height: 160px;
	width: 150px;
	margin: 5px;
	border: 1px solid #000000;
}
#monthname {
	clear: left;
	float: none;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #F4AD0D;
}
#monthdetail {
	clear: left;
	float: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
}
.monthdetail_itals {
	font-size: 10px;
	font-style: italic;
}
.monthdetail_date {
	font-weight: bold;
	color: #000000;
}
