table.striped {
	border: 1px solid #666;
	border-spacing: 0;
}

table.striped tr td img{
	border:1px solid #999999;
}
	
.tableImage{
	vertical-align:top;
}

* html table.striped {
	border-collapse:collapse;
}

table.striped tr td{
	padding: 3px 4px;
	background: #fff;
}
	
table.striped thead th{
	color: #fff;
	background-color: #251554;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
	
table.striped tbody td{
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
}
	
table.striped tbody tr.even td{
	background: #eee;
	border-bottom: 1px solid #D9D9D9; 
}
	
table.striped tbody tr.ruled td{
	color: #000;
	background-color: #C6E3FF; 
	border-left: 1px solid #D9D9D9;
}
	
/* Opera fix */
head:first-child+body table.striped tr.ruled td{
	background-color: #C6E3FF; 
}

table.striped tbody tr.selected a {
	background-color:inherit;
	color:#DDDDDD;
}

table.striped tbody tr.ruled a {
	background-color:inherit;
	color:#1002CC;
}
	
table.sortable a.sortheader {
	background-color:inherit;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
	
table.sortable a.sortheader:hover {
	background-color:inherit;
	color:#999999;
}
	
table.sortable span.sortarrow {
	background-color:inherit;
	color:#ffffff;
	text-decoration: none;
}
