/* Tables */

table.forum {
	width: 97%;
}

table.forum .row_0 td, table.forum .row_1 td {
	vertical-align: middle;
	padding: 20px 5px 20px 5px;
}

table.forum .header td {
	padding: 8px;
	background-color: #b41620;
	color: white;
}

table.forum td.title {
	font-size: 14pt;
}

table.forum .separator {
	height: 20px;
}

table.forum td.posts, .forum td.replies {
	width: 50px;
	text-align: center;
}

.forum .header td.last_post {
	width: 100px;
}

table.forum .row_1 {
	background: #f1f1f1;
}

table.forum td.icon {
	padding-left: 15px;
	padding-right: 5px;
}

table.forum td.main .title {
	margin-bottom: 4px;
	font-size: 13pt;
	font-weight: bold;
}

table.forum td.main .description {
	font-size: 8pt;
	color: #666666;
}

table.forum td.userpic {
	padding-right: 0px;
}

table.forum img.userpic {
	width: 45px;
	height: 45px;
}

table.forum td.last_post .user {
	margin-top: 2px;
	font-weight: bold;
}

table.forum td.post_title {
	font-size: 13pt;
	width: 40%;
}

table.forum td.author {
	font-weight: bold;
	width: 100px;
}

.forum .pages {
	padding-top: 20px;
	font-size: 11pt;
	font-weight: bold;
}

.forum .pages a {
	font-weight: normal;
}



/* Posts */

.forum .new_post {
	margin-top: 2em;
}

table.forum td.messages {
	background: #f2f2f1;
	padding: 20px;
	padding-top: 0px;
}

table.forum td.messages img.userpic {
	width: 70px;
	height: 70px;
}

table.forum td.messages div.ratings {
	text-align: left;
	padding-top: 4px;
}

table.forum .message {
	font-size: 9pt;
}

table.forum .message td.bubbleLeft {
	background: url(/images/bubbleFillForum.gif);
}


/* BBCODE */

.bbcode {
	width: 479px;
	height: 27px;
	background: url(/images/message/bg.gif);
}

.bbcode input {
	margin-top: 6px;
	margin-left: 10px;
}

.quote-header {
	padding-top: 5px;
}

.quote-box {
	margin: 10px;
	padding: 5px;
	border: 1px solid #808080;
	background: #f0f0f0;
}
