html,body,table,input,select,div,span,.general
{
	font-family: arial;
	font-size: 9pt;
}

.main_title
{
	padding: 5px;
	padding-right: 11px;
	background-color: #5f5f5f;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.main_forum
{
	background-color: #e4e4e4;
	padding: 10px;
	height: 100%;
	
}

.cells
{
	/*border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #FFF;
	background-color: #F1EDEB;*/
}

.cellsactive
{
	/*border-top: 1px solid #f8f7f7;
	border-bottom: 1px solid #FFF;
	background-color: #f8f7f7;*/
}

.index_info
{
	border-top: 2px solid #eeeeee;
	padding: 6px;
}

.close_button
{
	//position: absolute;
	//left: 25px;
}

.delete_button
{
	// nothing now
}

.mail_button
{
	//position: absolute;
	//left: 100px;
}

.topbar
{
	background-color: #fff;
	padding: 5px;
}

.big_border
{
	border: 10px solid #e4e4e4;
	margin: 0px;
}

.welcome
{
	padding: 5px;
	background-color: #eeeeee;
	font: bold 16px;
	color: #5f5f5f;
	font-weight: bold;
}

.more
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: red;
}

.post_title
{
	font-weight: bold;
	color: black;
	font-size: 13px;
}

.comment_title
{
	font-weight: bold;
	color: #5f5f5f;
	font-size: 13px;
}

.mailto_title
{
	color: #FFF;
	font: bold 18px Arial;
	border-bottom: 1px solid #e4e4e4;
	background-color: #5f5f5f;
}

.newmsg_title
{
	color: #FFF;
	font: bold 18px Arial;
	border-bottom: 1px solid #e4e4e4;
	background-color: #5f5f5f;
}

.input_page
{
	font-size: 11px;
	height: 18px;
	border: 2px solid orange;
	color: red;
}

.jumpage
{
	color: red;
}

.forum_title {
	text-align: center;
	font: bold 15px Arial;
	padding-top: 5px;
	padding-bottom: 5px;
}

.forumBtnGreen{
	display: inline; 
	height: 26px; 
	color: white; 
	font-weight: bold; 
	padding-top: 4px; 
	text-align: center; 
	cursor:pointer;
	background-repeat: repeat-x; 
	background-image: url(/forums/images/green_center.png);
}

.forumBtnRed{
	display: inline;
	height: 26px; 
	color: white; 
	font-weight: bold; 
	padding-top: 4px; 
	text-align: center; 
	cursor:pointer;
	background-repeat: repeat-x; 
	background-image: url(/forums/images/red_center.png);
}

.forumBtnEnter{
	width: 57px; 
	height: 25px; 
	color: white; 
	font-weight: bold; 
	padding-top: 2px; 
	text-align: center; 
	cursor:pointer;
	background-repeat: no-repeat; 
	background-image: url(/forums/images/butt_open.png);
}
