/***
The following is just an example of how to use the table.
You can override any class names to be used if you wish.
 ***/
table.torrent {
    font-family:Lucida Grande, Verdana;
    font-size:1.05em;
    cursor:default;
    white-space:normal;
}
table.torrent td,
table.torrent th{
	padding:2px;
  font-weight:normal;
  white-space:normal;
  border: 2px;
}
table.torrent thead td, table.torrent thead th {
	font-weight: bold;
	font-size: 11px;
	color:#FFFFFF;
	background-image: url(../res/image/tabtitle_bg.gif);
	height: 23px;
	vertical-align:middle;
	text-decoration: underline;
}
table.torrent thead td.selectedUp, table.torrent thead th.selectedUp {
	background-image:url(../res/image/ft-headup.gif);
	background-position:right top;
	background-repeat:;
}
table.torrent thead td.selectedDown, table.torrent thead th.selectedDown {
	background-image:url(../res/image/ft-headdown.gif);
	background-position:right top;
	background-repeat:;
}

table.torrent tbody tr td{
	border-bottom:1px solid #ddd;
	background-color: #F5F9FC;
}
table.torrent tbody tr.alt td{
	background-color: #E9F0F6;
}
table.torrent tbody tr.selected td{
    background: yellow;
}
table.torrent tbody tr:hover td{
    background: #a6c2e7;
}
table.torrent tbody tr.selected:hover td{
    background:#ff9;
}

/* vim: set et ai ts=4 sw=4 sts=4 ff=unix: */

