table.inputbox {
	border-width: thin;
	border-spacing: 2px;
	border-style: solid;
	border-color: lightgray;
	background-color: white;
}
.markerMandatory {
	color: red;
}

td {
  font-size: 12px;
  line-height: 1.4em;
  font-family: verdana, arial, helvetica, sans-serif;
 }
.eventTitle {
	background-color: #E8F6D5;
	font-size: 12px;
} 
.eventDate {
	background-color: #1c4501;
	color: #ffffff;
	font-size: 12px;
}

