body {
	font-family: arial;
	padding: 10px;
}
#content {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin: 10px 0px 10px 0px;
	font-size: 24px;
}

h2 {
	margin: 0px;
	font-size: 18px;
}

super {
	font-size: 10px;
}

#ads {
	float: right;
	height: 1200px;
	width: 160px;
}

#ad-disclaimer {
  font-size:10px;
  color:#999;
  margin-bottom: 10px;
}

fieldset { margin-bottom: 10px; }

table {
	font-family:Lucida Grande, Verdana;
	font-size:0.8em;
	border:1px solid #ccc;
	border-collapse:collapse;
	cursor:default;
	margin: 10px;
}
table td,
table th {
	padding:2px;
	font-weight:normal;
}
table thead td, table thead th {
	background-image:url(/images/ft-head.gif);
	background-repeat:no-repeat;
	background-position:top right;
	cursor: pointer;
	padding-right: 17px;
}
table thead td.selectedUp, table thead th.selectedUp {
	background-image:url(/images/ft-headup.gif);
}
table thead td.selectedDown, table thead th.selectedDown {
	background-image:url(/images/ft-headdown.gif);
}

table tbody tr td{
	border-bottom:1px solid #ddd;
}
table tbody tr.alt td{
	background: #e3edfa;
}
table tbody tr.selected td{
	background: #FFE5E5;
}
table tbody tr:hover td{
	background: #FFFFE5;
}
table tbody tr.selected:hover td{
	background:#FFE5F2;
}
table tbody td b { font-size: 14px; color: #6baf26!important;}

fieldset.filter {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	float: left;
}
