/* ------------------------------------------------------ 
	Name: table.css
 	Version: 1.06.3.2
  	Media: Screen
  	Description: General colors and formating for web pages that use tables.
	Notes: None
------------------------------------------------------ */

table {
	border: 1px solid #808080;
}

th {
	padding: 4px;
	background-color: #cee0d9;
	color: #666;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

td {
	padding: 4px;
	border-bottom: 1px dotted #808080;
	vertical-align: top;
}

table#mid td {
	vertical-align: middle;
}

td a img {
	padding: 2px 10px 2px 10px;
}

td a:hover img {
	background-color: #c0c0c0;
	text-decoration: none;
}

td.odd, td.oddLast {
	background-color: #f5f5f5;
}

td.tblSubHead {
	padding: 3px;
	background-color: #ccc;
	color: #696969;
	font-size: 1em;
	font-weight: bold;
}

td.tblSubHead, td.last, td.oddLast {
	border-bottom: 0px;
}