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

/* 

File: tables.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

.tableList td {
	padding: 4px;
}

.tableList th {
	font-weight: normal;
}

td.columnTopic, td.columnLastPost, td.columnUsername, td.columnRegistrationDate {
	text-align: left;
}

td.columnAvatar, td.columnEmail, td.columnHomepage, td.columnPosts, td.columnIP {
	text-align: center;
}

.tableList tr.container-1:hover td.columnTopic div.topic p a, .tableList tr.container-2:hover td.columnTopic div.topic p a, .tableList tr:hover td.columnUsername p a, .tableList tr:hover td.columnTitle p a {
	text-decoration: none;
}

.border .tableList td.columnAvatar {
	height: 50px;
}

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

.border .tableList td, .border .tableList th {
	border-width: 0 1px 1px 0;
	border-style: solid;
}

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

.columnLastPost p {
	text-align: center;
}

.columnLastPost .containerContentSmall p {
	text-align: left;
}

.columnAuthor, .columnDate  {
	white-space: nowrap;
}

td.columnIcon img {
	display: block;
}

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

.tableList .columnTopic {
	width: 70%;
}

.tableList .columnTopic div.topic {
	overflow: hidden;
}

.tableList .columnLastPost {
	width: 30%;
}

.tableList .columnViews, .tableList .columnReplies {
	text-align: center;
}

.tableList .columnRating {
	white-space: nowrap;
}

.tableList .columnLastActivity {
	white-space: nowrap;
}

/* ### -- -- -- -- -- 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;
}

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