BODY {
    font-size: 14px; 
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
} 

TABLE {
    font-size: 14px; 
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

TABLE.searchTable {

}

TABLE.resultTable {

}

TD {
    padding: 2px;
}

TD.categoryCell {
    padding: 0px;
}

TD.searchLocationLabel {
	text-align: right;
	width: 80px;
}

TD.searchRegionLabel {
	text-align: right;
		width: 80px;
}

TD.searchDayLabel {
	text-align: right;
		width: 80px;
}

TD.searchMonthLabel {
	text-align: right;
		width: 80px;
}

TD.searchEventLabel {
	text-align: right;
		width: 80px;
}

TD.searchCategoryLabel {
	text-align: right;
		width: 80px;
}

TD.searchYearLabel {
	text-align: right;
	width: 80px;
}



TD.month {
    background-color: #e5e5e5;
	font-weight: bold;
	font-size: 18px; 
}

TD.category {
    background-color: #f5f5f5;
	font-weight: bold;
}


TD.day {
    width: 100px;
}

TD.event {
    width: 30%;
}

TD.location {
     width: 30%;
}

TD.region {
     width: 25px;
}

TD.year {
     width: 40px;
}

TD.searchButton {
 
}


