.eventHead {
    width: 208px; border-left: 2px solid #d6d6d6; vertical-align: top; text-align: center; padding-top: 10px; padding-bottom: 10px;
}

.eventsDiv {
    width: 165px; background-color: #EBEBEB; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7;  margin: auto; vertical-align: top; padding: 5px;
}

.eventsDiv hr {
    border: 0; height: 1px; color: #D7D7D7; background-color: #D7D7D7;
}

#searchform {
    font: 12px Arial, Helvetica, sans-serif;
}

.text10 th {
    text-align: left;
}

#id_description, #id_notes {
    width: 225px;
    height: 60px;
}

#form8 input {
    width: 225px;
}

.littlegreenbox {
    position: relative;
    float: right;
    padding-top: 2px;
    width: 65px;
    height: 23px;
    vertical-align: middle;
    text-align: center;
    background-color: #4E7626;
}

.littlegreenbox a, .littlegreenbox a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.littlegreenbox a:hover {
    text-decoration: underline;
}

h3 {
    font: 16px Arial, Helvetica, sans-serif;
    color: #4E7626;
    text-align: center;
	font-weight: bold;
}

table.month {
    font: 11px Arial, Helvetica, sans-serif;
    width: 560px;
	height: 500px;
	border: 1px solid black;
}

table.month td {
    border: 1px solid black;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	width: 80px;
	border-collapse: collapse;
	height: 30px;
	text-align: left;
}

table.month th {
    background-color: #4E7626;
	color: white;
	font-weight: bold;
	font-size: 13px;
	height: 22px;
	width: 80px;
}

table.month th.month {
    height: 25px;
	font-size: 15px;
}

table.month ul {
    margin-left: 5px;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: left;
}

table.month ul  a:link, table.month ul  a:visited {
    font-size: 11px;
}

table.month li {
    list-style-type: none;
}

.errorlist {
    color: red;
}