/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

table {
	font-size :  0.938em;
	border-collapse: collapse;
	border-spacing:0;
	margin:0 0 1em;
	border: 2px solid #CCCCCC;
	color:#000;
	}
table a {
	color:#a3241b;
	text-decoration:underline;
	}
table a:visited {
	color:#a3241b;
	font-weight:normal;
	}
	
thead{
	border: 2px solid #000000;
}

table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #999;
	border-width:1px 0;
	background:#999;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:1em 1em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {

	background:#e4e3e3;
	}
	
thead th{
	padding: 1em;
}	
	
thead th{
	border-bottom:2px solid black !important;
}	
	

caption {
	font-weight:normal;
	font-size:1.5em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
