.forum_table {
	border-collapse: collapse;
	width: 100%;
}

.forum_table td {

}

.forum_table tr.odd{
	background-color: #f2f2f2;
}

.forum_table .first_tr {
	background-color:#d3d3d3;
	font: bold 1em Arial;
	color: #000;
	text-align: center;
}

.forum_table td.first {
	padding: 10px 0 10px 22px;
	text-align: left!important;
	width: 60%;
	border-right: 5px solid white;
	color:#000;
}

.forum_table td.first a{
	font-weight: bold;
}

.forum_table td.second, .forum_table td.third {
	width: 7%;
	text-align: center;
	border-right: 5px solid white;
}
.forum_table td.forth {
	text-align: center;
}

div.up {
	background-color: #f2f2f2;
	font: bold 1em Arial;
	color: #000;
	padding: 10px 0 10px 22px;
	position: relative;
	margin: 0 0 10px 0px; 
	height:14px;
}

div.up span.mess_date{
	display:block;
	position: absolute;
	top: 10px; right: 20px;
	width: 140px;
}

strong.mess {
	padding: 0 0 0 22px;
}

div.comment_body {
	padding: 0 0 0 22px;
}

div.cite {
	
}

div.cite a{
	display:block;
	height: 20px;
	width: 120px;
	background-color: #858585;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	border:1px solid white;
	margin: 10px 0 20px 22px;
}

div.cite a:hover{
	border:1px solid #cecece;
	text-decoration: underline;
}

div.quote {
	margin: 10px 0 0 40px;
	padding: 10px;
	border:1px solid #cecece;
}

#webforms h3 {
	font: normal 1.6em/2em Arial;
	margin-left:22px;

}

div.user_bar {
	height: 40px;
	line-height: 40px;
	position: relative;
}

div.user_bar span{
	float: left;
	display: block;
}
div.nav_links {
	1position: absolute;
	1right:0; 1top: 0;
	width: 400px;
	float: right;
}

div.nav_links a{
	display:block;
	float:right;
	height: 20px;
	width: 150px;
	background-color: #858585;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	border:1px solid white;
	margin: 10px 0 20px 10px;	
}
