/********************************************************
   URBAN TERROR PASSPORT SYSTEM
   Copyright 2008 Frozen Sand LCC
   Code by Kalish & RaideR
********************************************************/

/* ##### news ##### */

.columnPreview
{
	padding: .5em 0 0 0;
	width: 560px;
	float: right;
	clear: right;
}

table.forum
{
	width: 100%;
    border-collapse: collapse;
    empty-cells: show 
    /* border-spacing: 10px; */
}

table.forum th
{
	border-bottom: 1px solid rgb(40,40,40);
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}

table.forum th.icon
{
	text-align: left;
	width: 12%;
}

table.forum th.left
{
	text-align: left;
	width: 60%;
}

table.forum th.center
{
	text-align: center;
	width: 14%;
}

table.forum th.right
{
	text-align: center;
	width: 14%;
}

table.forum th.admin
{
	text-align: center;
	min-width: 80px;
}

table.forum td
{
	border-bottom: 1px solid rgb(40,40,40);
	padding: 3px;
    color: rgb(180,180,180);
}

table.forum td.icon img
{
	height: 32px;
	vertical-align: middle;
}

table.forum td.left
{
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

table.forum td.left div
{
	text-align: left;
	font-size: 85%;
	font-weight: normal;
}


table.forum td.right
{
	text-align: center;
	font-size: 80%;
}

table.forum td.center
{
	text-align: center;
	font-size: 80%;
}

table.forum tr.unread
{
	background-color: rgb(50,45,40);
}

table.forum tr.unread a
{
	color: rgb(230,190,80);
}

table.forum tr.unread a:hover
{
	color: rgb(255,240,155);
}

table.forum td.icon, table.forum td.level 
{
	/* border-left: 8px transparent solid; */
	padding-left: 12px;
}

table.forum tr.unread td.icon, table.forum tr.unread td.level
{
	border-left: 8px rgb(255,217,85) solid;
}

.unreadText
{
	/*
	border-left: 8px rgb(255,217,85) solid;
	margin-left: -12px;
	padding-left: 4px;
	background-color: transparent;
	*/
	border-top: 8px rgb(255,217,85) solid;
	padding-top: 4px;
	background-color: transparent;
}

#main #unread
{
	color: rgb(230,190,80);
	border: 0px solid rgb(50,50,50);
	border-left: 6px rgb(255,217,85) solid;
	background-color: rgb(50,45,40);
}

#main #unread:hover
{
	background-color: rgb(255,217,85);
	color: rgb(50,45,40);
}

#main #markread
{
	color: rgb(50,45,40);
	background-color: rgb(230,190,80);
	border: 1px solid rgb(50,50,50);
}


#main #markread:hover
{
	background-color: rgb(255,255,255);
}
