.smallfont {
	font-size: 10px;
}
table.eventlist {
	margin-top: 10px;
	margin-bottom: 10px;
	border: #6F681B 1px solid;
	border-bottom-width: 5px;
	border-collapse: collapse;
	font-size: 11px;
}
table.eventlist th {
	background-color: #6F681B;
	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: #F0F0F0;
}
table.eventlist tr.row1 td.date, table.eventlist tr.row2 td.date {
	background-color: #FFFFFF;
	border-right: #F0DF85 4px solid;
}
table.eventlist tr.weekend td {
	border-top: #6F681B 2px solid;
}
table.eventlist td a {
	font-weight: bold;
}
table.eventnav {
	width: 100%;
}
.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;
}
table.eventnav input {
	border: #6F681B 1px solid;
	background-color: #FFFFFF;
	color: #00784B;
	font-weight: bold;
	font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
	color: #00784B;
	font-family: Trebuchet MS, Verdana, sans-serif;
}



hr {
	padding: 0px;
	height: 1px;
	border: none;
	background-color: #00784B;
	color: #1337AF;
}

table.eventpost {
	font-size: 11px;
	border-collapse: collapse;
}
table.eventpost th {
	text-align: right;
	padding-right: 10px;
	border-right: #CCCCCC 2px solid;
}
table.eventpost td {
	padding-left: 10px;
}
table.eventpost th,table.eventpost td {
	vertical-align: middle;
}

table.eventpost table {
	border-collapse: collapse;
}

.noborder, .noborder *
{
	border: none;
}