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

.table_data {
	width:99%;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #EBE5D9;
	}
.table_data a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
.table_data a:visited {
	color:#444;
	font-weight:normal;
	}
.table_data a:visited:after {
	content:"\00A0\221A";
	}
.table_data a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
th {
	font-weight:bold;
	line-height:normal;
	text-align:left;
	}
tbody th,
td {
	vertical-align:middle;
	}
tbody th {
	
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #EBE5D9;
	border-width:1px;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	}

.table_eqp{
	background:#F7F4EE;
}
.table_eqp th{
	text-align:center;
	background:#DA70D6;
	color:#ffffff;
	height:24px;
}
.table_eqp td{
	padding-right: 10px;
	text-align:right;
	background:#ffffff;
}

.table_item{
	background:#F7F4EE;
	font-size:12px;
}
.table_item th{
	text-align:center;
	background:#1188BB;
	color:#ffffff;
	height:24px;
}
.table_item td{
	padding-right: 10px;
	text-align:right;
	background:#ffffff;
}
