/* CivIS Interface v1.2 CSS (Content) */
/* what's on calendar*/
div#calendar, #browse{
	background-color: #eeeeff;
/*background-color: #ffc;*/
	border-top: 1px solid #26338F;
	
}
.calDate, .calDateCurrent{
	font-size:0.9em;
}
.calDateCurrent{
/*	background: #99aadd;
	background: #AAABB8*/
	background: #99aadd;

	color:#333333;
}
/* browse A-Z*/
#wrapper a.current{
	background-color: #99aadd;
	color: #333333;
}
#wrapper a:hover{
	background-color: #99aadd;
	color: #333333;
	text-decoration:none;
}
/* footers*/
#recordInfo{
	background-color: #eeeeff;
	border-bottom: 1px solid #26338F;
}
/* record info*/
#recordInfoToggle {
	background-color: #eeeeff;
	border-bottom: 1px solid #26338F;
}
/* forms search*/
div#searchForm{
	background-color:#eeeeff;
	border-bottom: 1px solid #26338F;
}
div#addOrgForm{
	background-color:#eeeeff;
	border-bottom: 1px solid #26338F;
}

/*MAP page*/
div#map {
	background-color:#eeeeff;
	border-bottom: 1px solid #26338F;
}
