div#content {
	padding-right: 0;
	}

th {
	background-color: #ccc;
	}

th, td {
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

table#meetingTable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 20px;
	}
	#meetingTable {
		background: transparent;
		}
	#meetingTable caption {
		background: #000;
		color: #fff;
		font-size: 14px;
		}	

tr#conventionCenter {
	background: #6b002e;
	}
		
tr#adventureHall {
	background: #f26522;
	}

tr#discoveryHall {
	background: #7ebae5;
	}
		
tr#explorationHall {
	background: #b3c01b;
	}

#conventionCenter {
	color: #fff;
	}
	
/* Hover state for the four colored rows */
#conventionCenter:hover, #explorationHall:hover, #discoveryHall:hover, #adventureHall:hover, tr:hover {
	background: #ccc;
	color: #000;
	}