/* 
    Document   : table
    Created on : Mar 16, 2009, 2:54:32 PM
    Author     : Richard Z. Liu
*/
table.result {
	text-align: center;
}

tr.evenColumn {
	background: #EEEEEE;
}

tr.oddColumn {
	background: white;
}

tr.header {
	background-color: #015a94;
	color: white;
	font-weight: bold;
}

table.result td {
	border-width: 1px;
}

table.imagemap td {
	border-width: 1px;
}

table.index {
	empty-cells:show;
}

td.index {
	padding: 3px 5px 3px 5px;
}

td.index a {
	text-decoration: none;
	cursor: hand;
}

td.index a:hover {
	background: white;
	font-weight: bold;
}

table.imagemap {
	text-align: left;
}

table.imagemap th {
	text-align: center;
}

table.imagemap td {
	padding: 1px 1px 1px 3px;
}