/* City Mouse CSS by Janie Hadsel        */
/* Hadsel Design - www.hadseldesign.com  */

table {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(mouse.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
table a {
	text-decoration: underline;
	color: #4F789F;
}
table a:visited {
	text-decoration: underline;
}
table a:hover, table a:active {
	color: #4F789F;
	text-decoration: none;
}
thead th {
	font-size: 105%;
	color: #eee;
	background-color: #CCCCCC;
	border-bottom: 2px solid #008eb1;
}
tbody {

}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
}
caption {
	height: 20px;
	text-align: left;
	background-position: left;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
tr.odd td, tr.odd th {
	background-image: url(tealbg.gif);
	background-repeat: repeat;
}
tfoot th,tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
tfoot th {
	text-align: right;
}
