/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

.mytable table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
.mytable table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
.mytable table a:visited {
	color:#444;
	font-weight:normal;
	}
.mytable table a:visited:after {
	content:"\00A0\221A";
	}
.mytable table a:hover {
	border-bottom-style:solid;
	}
.mytable thead th,
.mytable thead td,
.mytable tfoot th,
.mytable tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
.mytable th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
.mytable tbody th,
.mytable td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
.mytable tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
.mytable tbody th a:link,
.mytable tbody th a:visited {
	font-weight:bold;
	}
.mytable tbody td,
.mytable tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
.mytable tbody tr.odd th,
.mytable tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
.mytable tbody tr:hover td,
.mytable tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
.mytable caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}