body {
	margin:0;
	padding: 20px;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvectica, sans-serif;
	color: #000;
	background: #000;
	min-width: 960px;
}
body.sort-active * {
	cursor:wait;
}
/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}
#header {

}

table {
	margin: 0;
	padding: 0;
	width:100%;
	text-align:left;
	border: 1px solid #600;
	background: #fff;
}
caption {
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvectica, sans-serif;
	font-variant: small-caps;
	margin:0;
	padding:3px 10px;
	text-align:left;
	border-top: 1px solid #600;
	border-right: 1px solid #600;
	border-left: 1px solid #600;
	background:#c00 url('thbackground.gif') repeat-x top left;
}
th {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #600;
	background: #c00;
}
tr {
	background: #c0c0c0;
}
tr.alternative {
	background: #ccc;
}
td {
	margin: 0;
	padding: 5px;
	
}
a {
	color:#c0c0c0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
}

tbody tr:hover {
	color: #fff;
	background:#c00;
	border: 1px solid #000;
	
} 
tfoot td {
	margin:0;
	padding: 5px;
	
	background:#c00 url('tfootbackground.gif') repeat-x bottom left;
}
