* {margin:0; padding:0;
text-decoration: none;}

table {
	border-collapse: collapse;
	width: 281px;
	border: none;
	margin: 0 0 0 0;
	background-color: #2a2a2a;
	
}

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


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

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

thead tr th{
	background: url(../img/bckgrnd70.gif) repeat-x;
}

th {
	text-align: left;
	color: #ffa0bc;
	font: bold 15px/24px Arial, Helvetica, Geneva, sans-serif;
}

.odd {
	background-color: #212121;
	
}


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

tr:hover {
	background-color: #3d0200;
	color: #fff;
}



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

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

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

h2 a:link, a:visited {
	text-decoration: none;
	color: #f7c7d7;
}

h2 a:hover {
	text-decoration: none;
	color: #ff0f00;
}

h3 {
	font: 13px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #a3828c;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;

}

h3 a:link, a:visited {
	text-decoration: none;
	color: #f7c7d7;
}

h3 a:hover {
	text-decoration: none;
	color: #ff0f00;
}

.date {
	color: #626262;
}




