﻿* {
	font-family: Arial, Helvetica, sans-serif;
}


.index_forums_width{
	width: 445px;
}

.index_forums{
	/*border: 1px solid black;*/
	direction: rtl;
}

.index_forums_row{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 18px;
}
.index_forums_row_selected td, .index_forums_row td{
	vertical-align: top;
	padding-right: 5px;
	direction: ltr;
}

.index_forums_row_selected{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	margin-top:12px;
	height: 141px;
}

.thumb_empty{
	width: 95px;
	height: 82px;
}

.thumb_img_back{
	background: url(/images/common/thumb.jpg);
	width: 95px;
	height: 82px;
}

.thumb_frame{
	width: 95px;
	height: 82px;
	background: url(/images/common/thumb_frame.gif);
}

.thumb_frame_selected{
	width: 95px;
	height: 82px;
	background:url(/images/common/thumb_top_frame.gif) top left no-repeat;
}

.thumb_frame_rollover{
	width: 95px;
	height: 82px;
	background:url(/images/common/thumb_frame_rollover.gif);
}

.index_forums_thumb{
	padding-right: 7px;
	overflow: hidden;
	cursor: pointer;
}

.index_forums_thumb_selected{
	padding-right: 7px;
	cursor: pointer;
}

.index_forums_thumb h3{
	 font-weight: bold;
	 font-size: 12px;
	 text-align: center;
	 margin: 0px;
	 color: #000000;
	 line-height: 13px;
	 overflow: hidden;	
}

.index_forums_thumb a{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.index_forums_thumb_selected h3{
	 font-weight: bold;
	 font-size: 12px;
	 text-align: center;
	 margin: 0px;
	 color: #ffffff;
	 line-height: 13px;
	 overflow: hidden;	
}

/* FORUM DATA */ 

table.myForum
{
	border-left: 1px solid #A7A7A7;
	border-right:  1px solid #A7A7A7;
	width: 445px;
	/*padding: 0 10px 0 7px;*/
	
	background: url(/images/common/gray_gradient_fill_2.gif) top left repeat-x;
	
	direction: rtl;
}

.myForumBottom
{
	width: 445px;
	background: #ffffff url(/images/common/Forum_Lobby_gradient_bg_bot.gif) top left no-repeat;
	height: 27px;
}

.myForum a, myForumBottom a{
	text-decoration: none;
	color: Black;
}

			    		    	
  td.forumItem {
   	line-height: 24px;
		direction: rtl;
		padding-right: 10px;
		background: url(/images/common/side_bar_bullet_black.gif) center right no-repeat;
		cursor: pointer;
		
  }
  
  .forum_item_text{
  		color: #000000;
		height: 24px;
		display: block;
		overflow: hidden;
		margin: 0;
		font-weight: normal;
		font-size: 11px;
		/*border: 1px solid red;*/
		float: right;
		
  }
  
  td.forumBottomLine {
  		border-bottom: solid #C9C8C4 1px;
  } 
		
	td.midForumSpace {
   	width: 14px;	
   }	    	
	
	.forum_new_item{
		font-size: 11px;
		color: #e30003; 
		font-weight: bold;
		display: inline; 
		float:left;
		padding-left: 2px;
	}
	
	
	
   .index_forums_row div.closeForum {
   	display: none;
   }
	
	.index_forums_row_selected div.closeForum {
		direction: ltr;
   	text-align: left;
   	position: relative;
   	font-size: 11px;
		padding-top: 17px;
		padding-left: 5px;
		cursor: pointer;
		width: 19px;

   }
	
	.index_forums_desc{
		height: 16px;
		overflow: hidden;
	}
	

