/* CSS Document */

.tableListings {
	width: 100%;
	border: 1px solid #01244C;
	margin: 0px;
	padding: 0px;
}
.tableDate {
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	background: #01244C;
}
.tableTitle {
	color: #01244C;
	text-align: left;
	vertical-align: middle;
	padding: 0px 5px;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	background: #FFFFFF;
}
.tableCategory {
	width: .85em;
}
.tableDescr {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	color: #383838;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.tableTime {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #01244C;
	font-weight: normal;
}
.newDate {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	background: #01244C;
}
.newTime {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	background: #01244C;
}

