.tableListings {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #708CA8;


}
.tableDate {
	width: 20%;
	vertical-align: middle;
	display: table-cell;
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;


}
.tableTitle {
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.tableCategory {
	width: 1%;
	margin-right: 75%;
	margin-left: 20%;
}
.tableDescr {
	text-align: left;
	width: 75%;
	display: table-cell;
	padding-right: 1%;
	padding-left: 1%;
}
.tableDescr a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	color: #990000;
}
.tableDescr a:visited {
	color: #5A7A9B;
}
.tableDescr a:hover, .tableDescr a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.tableTime {
	font-weight: normal;
	float: right;
	text-align: right;
	padding-right: 5px;
}
.tableTitle a{
	text-decoration: none;
	color: #FFFFFF;
}
.tableTitle a:visited{
	color: #CCCCCC;
}
.tableTitle a:hover, .tableTitle a:active {
}
