/*---------RESETS----------*/
.content h3, h2, h1 {

/*	margin-top:0;
	margin-bottom:0;*/

}
/*-------------------------*/

.textInputs  {	
	border-color:#A6B9A2;
}
.nonTextInputs {
	border-color:#A6B9A2;
}
.smallfont {
	font-size: 10px;
}
table.eventlist {
	margin-top: 10px;
	margin-bottom: 10px;
	border: #ACD2AD 1px solid;
	border-bottom-width: 5px;
	border-collapse: collapse;
	font-size: 11px;
}
table.eventlist th {
	background-color: #ACD2AD;
	color: #FFFFFF;
}
table.eventlist td, table.eventlist th {
	font-size: 11px;
	padding: 4px;
	vertical-align: top;
}
table.eventlist tr.row1 td{
	background-color: #FFFFFF;
}
table.eventlist tr.row2 td{
	background-color: #DFDFDF;
}
table.eventlist tr.row1 td.date, table.eventlist tr.row2 td.date {
	background-color: #FFFFFF;
	border-right: #999999 4px solid;
}
table.eventlist tr.weekend td {
	border-top: #ACD2AD 2px solid;
}
table.eventlist td a {
	font-weight: normal;
}
table.eventnav {
	width: 100%;
	margin-top:20px;
}
.left, td.left {
	text-align: left;
}
.center, td.center {
	text-align: center;
}
.right, td.right {
	text-align: right;
}
table.contact {
	margin-top: 10px;
	margin-bottom: 10px;
}
table.contact td {
	padding: 4px;
}
div.eventnav {
	margin-top:20px;
	padding:10px;

}
div.eventnav input {
	
	margin-top:0px;
	border: #ACD2AD 1px solid;
	background-color: #FFFFFF;
	color: #000099;
	font-weight: bold;
	font-size: 11px;
}
/*
h1,h2,h3,h4,h5,h6 {
	color: #002971;
}*/

hr {
	padding: 0px;
	height: 1px;
	border: none;
	background-color: #BFC99D;
	
	color:#BFC99D;
	margin-bottom:5px;
}


.buttons {
	font-weight:bold;
	border: 2px inset;
	border-top-color:#BFC99D;
	border-left-color:#BFC99D;
	
}
.buttons_mouseover {
	font-weight:bold;
	border: 2px outset;
	border-bottom-color:#BFC99D;
	border-right-color:#BFC99D;
	
}


table.eventpost {
	font-size: 11px;
	border-collapse: collapse;
}
table.eventpost th {
	text-align: right;
	padding-right: 10px;
	border-right: #BFC99D 2px solid;
}
table.eventpost td {
	padding-left: 10px;
}
table.eventpost th,table.eventpost td {
	vertical-align: middle;
}

table.eventpost table {
	border-collapse: collapse;
}
div.calendarheader h1{
  margin-top:-5px;
	padding-bottom:3px;
	
}