/* Forum posts content */

.forum-thread-bg {
background-image: url(../images/forum-thread-topic.png);
width: 663px;
height: 31px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
float: left;
}

.forum-thread-container {
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
background-color: #e4e4e4;
width: 673px;
min-height: 100px;
overflow: hidden;
margin-right: auto;
margin-left: -12px;
margin-top: 5px;
}

.forum-thread-textbox {
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
background-color: #fff;
width: 663px;
min-height: 100px;
overflow: hidden;
margin-left: 5px;
margin-top: 5px;
font-family: arial;
font-size: 11px;
color: #1c1b1b;
}

.forum-thread-footer {
background-image: url(../images/forum-thread-footer.png);
width: 649px;
height: 92px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 7px;
}

.forum-comment-bg {
background-image: url(../images/forum-thread-topic.png);
width: 663px;
height: 31px;
margin-left: 5px;
margin-top: 20px;
margin-bottom: 5px; 
}

.forum-comment-textbox {
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
background-color: #fff;
width: 649px;
min-height: 100px;
overflow: hidden;
margin-left: 5px;
font-family: arial;
font-size: 11px;
padding: 7px;
color: #1c1b1b;
margin-bottom: 5px;
}

.forum-comment-frame {
margin-left: 5px; 
background: #222222 ;
width: 578px;
height: 31px;
float: left;
}

.forum-comment-avatar {
padding: 6px;
background-image: url(../images/forum-avatar-frame.png);
width: 54px;
height: 90px;
float: left;
}

.forum-login-req {
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
background-image: url(../images/yellow-container.png);
width: 651px;
height: 27px;
margin-left: auto;
margin-right: auto;
}

.forum-banned {
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
background-image: url(../images/red-container.png);
width: 651px;
height: 27px;
margin-left: -7px;
margin-right: auto;
}

.forum-thread-locked {
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
background-image: url(../images/red-container.png);
width: 651px;
height: 27px;
margin-left: -7px;
margin-right: auto;
}

.forum-posts-wrapper { 
width: 347px;
height: 180px;
float:left;
margin-left: 7px;
}

.forum-posts-row {
font-family: arial;
font-size: 12px;
color: #3d3c3c;
width: 651px;
height: 29px;
margin-left: 1px;
border-bottom: 1px solid #d9d9d9;
float:left;
clear:both;
}

.forum-posts-row:hover {
display: block;
background-image: url(../images/row-hover.png);
width: 651px;
height: 29px;

}

.forum-posts-row-text {
float: left;
font-weight: bold;
padding-top: 7px;
padding-left: 10px;
}

/* Latest news content */

.latest-news-wrapper { 
width: 345px;
height: 180px;
float:left;
margin-left: 8px;
}

.latest-news-row {
font-family: arial;
font-size: 12px;
color: #3d3c3c;
width: 345px;
height: 29px;
border-bottom: 1px solid #d9d9d9;
}

.latest-news-row:hover {
display: block;
background-image: url(../images/row-hover.png);
width: 345px;
height: 29px;
}

.latest-news-row-text {
float: left;
font-weight: bold;
padding-top: 7px;
padding-left: 10px;
}



.forum-topic-bg {
background-image: url(../images/forum-topic-bg.png);
width: 651px;
height: 34px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
float:left;
}

.forum-bg {
background-image: url(../images/forum-bg.png);
width: 651px;
height: 55px;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
float:left;
}