/* 
	Tables
*/
 
/* All */ 
table {
	font-size: 1em;
	width: 420px;
	
	margin-left: 5px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 98%;
	margin: auto;
}

html>body table {
	width:98%;
}

th {
	font-weight: bold;
}

tr.grayed td {
	color: gray;
}

.bg tr th  {
	background-image: url(../images/tableheadbg.png);
	border: 1px solid silver;
}
 
 
/* Overview table */
.overviewTbl {
	
	border: 1px solid silver;
	border-bottom: 0px;
}

.overviewTbl a {
	text-decoration: none;
}

.overviewTbl a:hover {
	text-decoration: underline;
}

.overviewTbl tr:hover {
	background-color: #F5F5F5;
}

.overviewTbl tr {
	/* stupid Internet Explorer hover fix */
	/* REMOVED TEMPORARILY behavior: url(javascript/table-hover.htc); */
}

.overviewTbl th {
	text-align: left;
	background-image: url(../images/tableheadbg.png);
}

.overviewTbl td, .overviewTbl th {
	border-bottom: 1px solid silver;
	padding-left: 4px;
}

/* Detail table */
.detailTbl {
	border: 1px solid silver;
	border-bottom: 0px;
}

.detailTbl tr td,th {
	border-bottom: 1px solid silver;
}

.detailTbl thead th {
	text-align: left;
	font-size: 105%;
	
	padding: 2px;
	padding-left: 5px;
	
	background-image: url(../images/tableheadbg.png);
	
	border-bottom: 1px solid gray;
}

.detailTbl th {
	text-align: left;
	vertical-align: top;
	background-color: #F5F5F5;
	padding-left: 4px;
}

.detailTbl th input {
	vertical-align: text-bottom;
}

.detailTbl td {
	padding-left: 6px;
}

.detailTbl .spacer th {
	color: #A9A9A9;
	background-color: white; /* #F5F5F5 */
}