
/* ### -- -- -- -- -- Table Styles -- -- -- -- -- ### */

/* 

File: tables.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Table List -- -- -- -- -- ### */

.tableList {
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tableList tbody tr:hover .columnTopic .topic p a, .tableList tbody tr:hover .columnUsername p a, .tableList tbody tr:hover .columnTitle p a {
	text-decoration: none;
}

.tableList th {
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-weight: normal;
}

.tableList td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	padding: 4px;
}

.tableList td a {
	text-align: left;
}

/* ### -- -- -- -- -- Table Head -- -- -- -- -- ### */

.tableHead div {
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: -1px;
}

.tableHead a, .tableHead .emptyHead {
	text-decoration: none;
	white-space: nowrap;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 2px 4px 0 4px;
	display: block;
	min-height: 19px;
}

.tableHead a img {
	margin: -3px 0 0 0;
	padding: 0;
}

.tableHead .active a {
	border-width: 0 0 1px 0;
}

.tableHead .emptyHead {
	white-space: normal;
	position: relative;
}

/* ### -- -- -- -- -- Column Globals -- -- -- -- -- ### */

.tableList td.columnText {
	text-align: left;
}

.tableList td.columnNumbers, .tableList td.columnDate {
	text-align: right;
	white-space: nowrap;
}

.tableList td.columnID {
	width: 1%;
	text-align: right;
}

.tableList td.columnIcon {
	width: 1%;
	white-space: nowrap;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
