
#table-controller {
	display: block;
	position: absolute;
}
/* position: relative; crashes $('table').offset() when margin = auto */	
table {
	width: 100%;
    border-collapse: separate;
	border-spacing: 1px;
	float: none;
	clear: both;
}
.ie table {
	border-collapse: expression('separate', cellSpacing = '1px');
}
tr {
	height: 21px;
}
tr.odd th,
tr.odd td {
	background-color: #212121;
}
tr.even th,
tr.even td {
	background-color: #1c1c1c;
}
td.na {
	background: red url(http://static.gal6.com/Themes/images/na.gif) center center no-repeat;
	background-color: inherit;
}
thead tr {
	height: 22px;
}
td,
th {
	color: #ffe3a5;
	padding: 0px 5px;
	font: normal normal 11px Verdana,Arial,Helvetica;
	overflow-x: hidden;
}
th {
	color: #b0b0b0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
table.crowded td,
table.crowded th {
	padding: 0px 3px;
}
tbody th,
tfoot th {
	text-align: left;
	white-space: nowrap;
}
tbody a {
	color: #ffe3a5;
	text-decoration: none;
}
tbody a:hover {
	text-decoration: underline;
}
table tbody tr td.vr,
table thead tr th.vr {
	padding: 0px;
	width: 1px;
	background-color: #464646;
}
/*
table.interactive tr {
	height: 26px;
}
*/
th div.tdof,
td div.tdof {
	overflow: hidden;
	font: inherit;
	white-space: nowrap;
}

.bullettin-board td {
	padding: 4px 10px;
	vertical-align: top;
}
/*
.bullettin-board .col1 {
	width: 122px;
	text-align: center;
}
.bullettin-board .col2 {
	color: white;
}
*/
.bullettin-board .leftcolumn {
	width: 122px;
	text-align: center;
}
.bullettin-board td.rightcolumn {
	color: white;
}
.bullettin-board table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.bullettin-board table th,
.bullettin-board table td {
	padding: 0px 5px;
	vertical-align: middle;
	border: 1px solid black;
}
/*
.bullettin-board table .col1 {
	width: auto;
	text-align: inherit;
}
.bullettin-board table .col2 {
	color: inherit;
}
*/
.bullettin-board .comment {
	position: relative;
	display: block;
	text-align: left;
}
.bullettin-board-with-avatars .comment {
	min-height: 36px;
	_height: 36px;
}
.bullettin-board img.avatar {
	margin: 3px auto 3px;
	border: 1px solid white;
	background-color: #808080;
	display: block;
}
.bullettin-board a.button:hover {
	text-decoration: none;
}
.bullettin-board thead th {
	text-align: center;
}
.bullettin-board tr.odd th,
.bullettin-board tr.odd td {
	background-color: #212121;
}
.bullettin-board tr.even th,
.bullettin-board tr.even td {
	background-color: #1c1c1c;
}
table tr td .button {
	margin: 0px 2px;
        z-index:0;
}
table tr th span.checkbox,
table tr th span.radio,
table tr td span.checkbox,
table tr td span.radio {
	margin: 0px;
}
table thead.hidden-header {
	display: none;
}
#myTable thead {
	cursor:pointer;
}



