body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	background-color: "#FFFFFF";
	color: "#000000";
}

.header {	
	font-size: 1.2em;
	font-weight: bold;
	color: #000000
}

.problems {	
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000
}

.jspdata {	
	font-size: 0.8em;
}

table.simple td.label {
	background-color: #cccccc;
}

table.simple thead tr {
	background-color: #eee;
}

table.simple tr.even {
	background-color: #fff;
}

table.simple {
	border-collapse: collapse;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

table.simple td, table.simple th {
	font-size: 0.8em;
}

.eventHeading {
	background-color: #DDEEBB;
	padding: 5px, 2px, 5px, 10px;			
	margin-bottom: 8px;
	font-weight: bold;
	text-align: left;	
}
.eventDetails {
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;	
	border-bottom: 1px solid #DDEEBB;	
}
.event {
	font-size: 0.8em;
	border-bottom: 1px solid #DDEEBB;	
	margin-left: 10px;		
	width: 95%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.results {
	padding: 5px;
	margin: 5px;
	font-size: 0.8em;
	width: 98%;
	clear: both;
}
.resultTitle{
	font-weight: bold;
	margin: 8px 0 8px 0;
}
.search{
	font-size: 0.8em;
	float: left;
	width: 95%;
	margin: 10px 5px 10px 5px;
}
.searchLeft {	
	float: left;
	width: 35%;
	padding: 5px 0 3px 5px;
}
.searchRight{	
	float: right;	
	width: 50%;
	padding: 5px 0 3px 0;
}
.clear {
	clear: both;
}
.pagebanner{
	font-size: 0.8em;
	float: left;	
	margin: 5px 5px 5px 8px;
}
.pagelinks{
	font-size: 0.8em;
	float:right;	
	margin: 5px 8px 5px 5px;	
}
.text {	
	font-size: 0.8em;
	padding-left: 5px;
}

.searchForm {
	margin-top: 10px;
	padding: 3px 3px 10px 8px;	
	background-color: #DDEEBB;
}



