.nowrap{
	white-space: nowrap;	
}

.forum-header-form{
	text-align: center;	
}

.forum-header-form form.forum-header-search{
	margin: 0 auto;	
}

.forum-new-posts{
	margin: 0 10px 0 0;	
}

.forum-header-online-stats h2,
.forum-topic h2,
.forum-list h2 {
	font-size: large;
	display: block;
	padding: 0;
	margin: 0;
}

.forum-header-online-stats{
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
	background-color: #D8F0F0;
}	

.forum-header-whos-online{
	display: inline;	
}

.forum-header-users{
	clear: both;	
}

.forum-list {
	width: 100%;
}

.forum-header-list{
	float:left;
	margin:0 auto;
	overflow:auto;
	text-align:center;
}


.forum-header-list li{
	float: left;	
	margin:0 20px;
}

.forum-list th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #b1b1b1;
	color: #000000;
	padding: 3px;
}

.forum-list td {
	
}

.forum-list th.centered,.forum-list td.centered {
	text-align: center;
}

.forum-list th.left,.forum-list td.left {
	text-align: left;
}

.forum-list th.right,.forum-list td.right {
	text-align: right;
}

.profile-box-header {
	font-weight: bold;
}

.forum-header-list-wrapper,
.forum-header-search-wrapper{
	text-align: center;	
	margin:10px;
}

.profile-box-content ul.search-results{
	margin:20px 5px;
}

.profile-box-content p.heading{
	font-weight: bold;	
}

.profile-box-content span.search-head{
	font-weight: bold;	
}

span.user-post-count{
	font-weight: bold;	
}
/*--------------------------------------
 Forum Topics 
--------------------------------------*/

.forum-topic {
	
}

.forum-topic-container{
	background-color: #D8F0F0;	
	padding: 5px;
}

span.username {
	color: #000000;
}

span.moderator {
	font-weight: bold;
	color: #4d9900;
}

.forum-topic-container{
	overflow: auto;
	margin: 0 0 10px;	
}

.forum-post-created,
.forum-topic-created {
	float: right;
	text-align: right;
	margin: 0 10px;
	overflow: auto;
	padding: 1px;
}
.new-forum-post{
	background-color: #eeffeb;
}

.forum-post{
	margin: 10px 0 0;	
	border: 1px solid #919191;
	overflow: auto;
}

.forum-post-data{
	padding: 10px;	
}

.forum-post-admin,
.forum-topic-container form,
.forum-post-data form{
	float: right;
	padding: 0px 0 5px;
	clear: right;
}


.forum-topic-container p{
	color: #000000;
}

.forum-post h1 {
	display: block;
	margin: 0;
	font-size: large;
}

.forum-inbox-title,
.forum-post-header{
	background-color: #e8ffff;
	padding: 5px;
	margin: 0;
	clear:both;
	overflow: auto;
}

.new-forum-post .forum-post-header{
	background-color: #cff0cc;
}

#topic_title,
#post_title,
#pm_title{
	width:350px;
	margin-bottom: 10px;
}



/*************************************************
			Pagnation 
**************************************************/
.pagenav {
	
}

div.pagination {
	clear: both;
	margin: 5px 10px;
	position: relative;
	text-align: center;
}

div.pagination h1 {
	display: block;
	font-size: large;
}

div.pagination ul {
	display: inline;
	margin: 0;
	padding: 0;
	float: none;
}

div.pagination li {
	display: inline;
	float: none;
	line-height: 23px;
	list-style-type: none;
	padding: 0;
}

div.pagination a, div.pagination a:visited
{
	padding: 0 5px;
	border: 1px solid #ABA9AA;
	text-decoration: none;
	color: #000000;
	background-color:#D9D7D7;
	float: none;
	margin: 0;
}

 div.pagination a:hover, div.pagination a:active
	{
	border: 1px solid #ABA9AA;
	color: #EEEEEE;
	background-color: #ABA9AA;
}

div.pagination a.currentpage {
	background-color: #4d9900;
	color: #D4FFFF !important;
	border-color: #D4FFFF;
	font-weight: bold;
	cursor: default;
}

div.pagination a.prevnext {
	font-weight: bold;
}




.forum-links{
	margin: 10px auto;
	text-align:center;	
}

.forum-links a{
	padding: 0 10px;
}



#content_forum textarea{
	height: 200px;
    width: 660px;
}
