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