/*
smooth taste table styles
written by Thomas Opp http://www.yaway.de
*/
.simple table {
	border-collapse: collapse;
	border-top: 1px solid #999;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	width: 100%;
}
table {
	margin-bottom: 10px;
	}
caption {
	text-align: left;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
}
td, th {
	padding: .8em;
	color: #333;
}

thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #A85070;;
	text-align: left;
	background: #221B3D;
	color: #F6ECF0;
	padding-top: 6px;
}
tbody td a {
	background: transparent;
	text-decoration: none;
}
tbody td a:hover {
	background: transparent;
}
tbody th a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
	color: #F6ECF0;
}
tbody th a:hover {
	background: transparent;
	color: #FFFFFF;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #38160C;
	background: #38160C;
	padding-top: 6px;
}
.odd {
	background: #7B2342;
}
tbody tr {
	background: url(/_images/table_bg.jpg);
}
tbody tr:hover {
	background: #E0D9C6;
}
tbody tr:hover th,
tbody tr.odd:hover th {
	background: #51152A;
}


/*---------file viewer--*/

#file_view {
	width: 500px;
	}
