/* @override http://publicjournal.ca/css/news.css */

* {margin:0; padding:0;}

body {
	margin: 0 0 0 0;
}

table {
	border-collapse: collapse;
	width: 280px;
	border: none;
	margin: 0 0 0 0;
	background-color: #FFF;
	text-align: left;
}

th, td {
	padding: 0.1em 5px;
}


col {
	border-right: none;
	border-bottom: 1px dotted #535353;
}

col#dateCol {
	width: 50px;
	border-right: 1px dotted #535353;
}  

thead {
	background: url(../img/bckgrnd70.gif) repeat-x left center;

}

.odd {
	background-color: #f4f4f4;
	
}

tr:nth-child(odd) {
	background-color: #d0d0d0;
}

tr:hover {
	background-color: #000;
	color: #fff;
}



/*
===== headers =====
*/

h1 {
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	color: #969995;
}

h2 {
	font: 13px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #969995;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 a:link, a:visited {
	text-decoration: none;
	font: bold;
	color: #cf6216;
}

h2 a:hover {
	font: bold;
	text-decoration: underline;
	color: #afda66;
}

h3 {
	font: 13px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #6b6b6b;
	padding-top: 5px;
	padding-bottom: 5px;

}


h3 a:link, a:visited {
	text-decoration: none;
	font: bold;
	color: #cf6216;
}

h3 a:hover {
	font: bold;
	text-decoration: underline;
	color: #afda66;
}

.date {
	font: bold;
	color: #afda66;
}

.overflow {
	overflow-x:hidden; overflow-y:visible
	
}


