/* tables */
table.list {
	font-family:arial;
	margin:10px 0pt 0pt 0pt;
	font-size: 8pt;
	text-align: left;
	width: 610px;
}
table.list thead tr th, table.list tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
}
table.list tr th {
 color: #B77AA2;
}
table.list thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	
}
table.list tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.list tbody tr td a, table.list tbody tr td a:visited, table.list tbody tr td a:hover {
	text-decoration: none;
}
table.list tbody tr td.date {
	width: 100px;
}
table.list tbody tr.odd td {
	background-color:#F0F0F6;
}
table.list thead tr .headerSortUp {

}
table.list thead tr .headerSortDown {
	
}
table.list thead tr .headerSortDown, table.list thead tr .headerSortUp {
	
}
table.list tbody tr.hover td {
 	background-color: #D0E1FF;
 	cursor: pointer;
}
table.list tbody tr.hover td a{
 	color: #B77AA2;
}

