table
{
	border-collapse: collapse;
	font-family: inherit;
	font-size: 9pt; 
	font-weight: lighter;
}

table.list
{
	border-collapse: collapse;
}

table.list thead, table.list thead tr:hover
{
	border: 1px solid #cad5db;
}

table.list tbody tr:hover
{
	background-color: #fffac8;
}

table.list a
{
	text-decoration: none;
}

table.list thead, table.DetailView thead td
{
	color: #102010;
	background-color: #d0f0d0;
}

table.list thead tr
{
	text-transform:	capitalize;
	font-size:		9pt;	
}

table.list thead tr:hover
{
	cursor: s-resize;
}

table.list td
{
	padding: 3px;
}

table.list td.list_icon img
{
	width: 16px;
	height: 16px;
}

table.list th
{
	padding: 3px;
	text-align: left;
	font-weight: normal;
	color: navy;
}

table.summary tr
{
	border-bottom: 1px dotted #a0a0a0;
}

table.list tr.highlight1
{
	background-color: #f5f8fb;
}

table.list tr.highlight, table.list tr.highlight0
{
	background-color: white;
}

.highlight2
{
	background-color: lightyellow;
}


table.summary tr
{
	border-bottom: 1px dotted #a0a0a0;
}

table.summary tr.total
{
	font-weight: bold;
	color: navy;
}

table.summary a
{
	text-decoration: none;
}

table.wide
{
	width: 100%;
}

table th
{
	text-align: left;
}

span.listPager
{
	font-size: 8pt;
}

span.listPager img
{
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
