/* Warhammer Online - table.css */
/* ============================================ */
/* author: Jason Krieger */
/* ============================================ */


.PostListing {
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
	width: 596px;
	font-size: 13px;
	}

/* Herald Post Listing - Tables - Row 1 */

.PostListing .EmptyRow{
	margin: 3px 0px;
	padding: 0px;
	width: 594px;
	float: left;
	display: block;
	text-decoration: none;
	height: 30px;
	}

.PostListing .TableBoxRow1 {
	margin: 3px 0px;
	padding: 0px;
	width: 594px;
	float: left;
	display: block;
	text-decoration: none;
	height: 30px;
	}
	
			.PostListing .TableBoxRow1 a:link, .TableBoxRow1 a:active{
				background: #0b0b0b url('../../_site_images/CharLeaderboards-Divider-01.gif') top left repeat-y;
				text-decoration: none;
				border-top: 1px solid #0b0b0b;
				border-bottom: 1px solid #0b0b0b;
				display: block;
				height: 30px;
				color: #f5c400;
				}
				
			.PostListing .TableBoxRow1 a:visited {
				background: #0b0b0b url('../../_site_images/CharLeaderboards-Divider-01.gif') top left repeat-y;
				text-decoration: none;
				border-top: 1px solid #0b0b0b;
				border-bottom: 1px solid #0b0b0b;
				display: block;
				height: 30px;
				color: #917400;
				}
				
			.PostListing .TableBoxRow1 a:hover{
				background: #000000;
				text-decoration: none;
				border-top: 1px solid #333333;
				border-bottom: 1px solid #333333;
				display: block;
				height: 30px;
				cursor: pointer;
				}
	
	.PostListing .TableBoxRow1 .Icon {
		margin: 0px 1px;
		padding: 2px 0px;
		width: 50px;
		float: left;
		color: #999999;
		}
		
	.PostListing .TableBoxRow1 .Title {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 325px;
		float: left;
		}
		
	.PostListing .TableBoxRow1 .Date {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 108px;
		float: left;
		color: #999999;
		}
		
	.PostListing .TableBoxRow1 .Button {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 100px;
		float: left;
		color: #999999;
		}
		
		
/* Herald Post Listing - Tables - Row 2 */

.PostListing .TableBoxRow2 {
	margin: 3px 0px;
	padding: 0px;
	width: 594px;
	float: left;
	display: block;
	text-decoration: none;
	height: 30px;
	}
	
			.PostListing .TableBoxRow2 a:link, .TableBoxRow2 a:visited, .TableBoxRow2 a:active{
				background: #0e0e0e url('../../_site_images/CharLeaderboards-Divider-01.gif') top left repeat-y;
				text-decoration: none;
				border-top: 1px solid #0b0b0b;
				border-bottom: 1px solid #0b0b0b;
				display: block;
				height: 30px;
				color: #f5c400;
				}
				
			.PostListing .TableBoxRow2 a:visited {
				background: #0e0e0e url('../../_site_images/CharLeaderboards-Divider-01.gif') top left repeat-y;
				text-decoration: none;
				border-top: 1px solid #0b0b0b;
				border-bottom: 1px solid #0b0b0b;
				display: block;
				height: 30px;
				color: #917400;
				}
				
			.PostListing .TableBoxRow2 a:hover{
				background: #000000;
				text-decoration: none;
				border-top: 1px solid #333333;
				border-bottom: 1px solid #333333;
				display: block;
				height: 30px;
				cursor: pointer;
				}
	
	.PostListing .TableBoxRow2 .Icon {
		margin: 0px 1px;
		padding: 2px 0px;
		width: 50px;
		float: left;
		color: #999999;
		}
		
	.PostListing .TableBoxRow2 .Title {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 325px;
		float: left;
		}
		
	.PostListing .TableBoxRow2 .Date {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 108px;
		float: left;
		color: #999999;
		}
		
	.PostListing .TableBoxRow2 .Button {
		margin: 0px 1px;
		padding: 7px 0px 0px 0px;
		width: 100px;
		float: left;
		color: #999999;
		}
		