/* Threads*/

Table.ThreadsList tr.ThreadsListRow 
{
     padding:5px; 
    text-align:right;
    background-color:#f1f1f1;
    color:#333333;

    
}
Table.ThreadsList tr.ThreadsListRow td
{
	 padding:10px;
	 border: solid 1px #d4d4d4; 
	}
Table.ThreadsList tr.Header td
{
    padding-bottom:5px;
     padding-top:5px; 
     padding-left:5px;
     padding-right:0px; 
    border-bottom:solid 1px #000000;
    
    font-weight:600;
    
}

Table.ThreadsList tr.Header td span
{
	font-weight:600;
    color:#04959c;
}
Table.ThreadsList tr.Footer td
{
      padding-top:5px;
      padding-bottom:5px;
      padding-left:5px;
      padding-right:0px;
    border-top:solid 1px #bbbbbb;
        color:#696969;
        
}

Table.ThreadsList td.NumbericTD
{
  padding-top:12px;

}

Table.ThreadsList h3
{
    
    font-size:8pt;
    padding-bottom:10px;
    margin:0px
    
}
Table.ThreadsList a.TreadTitle
{
    font-weight:600;
    color:#031390;
    
}
Table.ThreadsList a:hover.TreadTitle 
{
	color:#0066ff;
	
}

Table.ThreadsList span.dateTime
{
   color:#696969;
font-style: italic;
}
Table.ThreadsList table.ThreadListPaging td
{
    border:none;
}
Table.ThreadsList table.ThreadListPaging a
{
    font-weight:normal;
    margin-left:1px;
    margin-right:1px;
    color:#0066dd;
    padding:3px;
    border:solid 1px #bbbbbb;
   
}
Table.ThreadsList table.ThreadListPaging  a:hover
{
    font-weight:normal;
    background-color:#f7f6f3;
    margin-left:1px;
    margin-right:1px;
    color:#0066dd;
    padding:3px;
    border:solid 1px #bbbbbb;
}
Table.ThreadsList  table.ThreadListPaging  span.selectedPage
{
    margin-left:1px;
    margin-right:1px;  
    padding:3px;  
}
.MessageThreadsList
{
	direction:rtl;
    color:red;    
    font-size:8pt;
}
input.NewThreadB
{
    background:transparent url('Images/Forum/NewThread.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.NewThreadB:hover
{
    background:transparent url('Images/Forum/NewThread.gif') no-repeat 0px -22px scroll;
    cursor:pointer;
}
input.CancelThreadB
{
    background:transparent url('Images/Forum/CancelButton.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.CancelThreadB:hover
{
    background:transparent url('Images/Forum/CancelButton.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
input.Priview
{
    background:transparent url('Images/Forum/Priview.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.Priview:hover
{
    background:transparent url('Images/Forum/Priview.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
input.RegisterCON
{
    background:transparent url('Images/Forum/RegisterCON.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.RegisterCON:hover
{
    background:transparent url('Images/Forum/RegisterCON.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
input.SendForum
{
    background:transparent url('Images/Forum/SendForum.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.SendForum:hover
{
    background:transparent url('Images/Forum/SendForum.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
input.quotation
{
    background:transparent url('Images/Forum/quotation.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.quotation:hover
{
    background:transparent url('Images/Forum/quotation.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
input.deleteForum
{
    background:transparent url('Images/Forum/deleteForum.gif') no-repeat scroll ;
    border:0px;
    cursor:pointer;
    font-weight:600;
}
input.deleteForum:hover
{
    background:transparent url('Images/Forum/deleteForum.gif')  no-repeat 0px -22px scroll ;
    cursor:pointer;
}
td.GroupLabelThreadsList
{
	 padding:10px 0 10px 0;
	 text-align:right;	
	 color:Black;
}
.LabelThreadsList
{
	color:#ff0007;
}
td.NameThreadsList
{
	 text-align:left;
	 color:#004da8;
}
input.NameThreadsList
{
	border:solid 1px #d4d4d4;
	background-color:#f5f5f5;
    color:Black;
}
.PreviewThreadList
{
	 background-color:#e9e9e9;
	 border:solid 1px gray;
	 width:690px;
	 padding:5px;
}


/* Replies */

/*Table.RepliesList tr.RepliesListRow
{
    padding-bottom:5px;
    border-bottom: solid .9px #bbbbbb;
}*/


Table.RepliesList span.dateTimePlaceHolder
{
  
    float:left;
    
}

Table.RepliesList span.dateTime
{
   color:#0055c8;
    font-style: italic;
  
}


Table.RepliesList  td.ReplayHeader
{
 background-color:#eeeeee;
  padding:10px;
  text-align:right;
  margin:0px;

  
}
Table.RepliesList span.TitleReplayHeader
{
color:#0055c8;	
font-weight:600;
}

Table.RepliesList  td.ReplayBody
{
  padding:10px;
  text-align:justify;
  direction:rtl;
}
Table.RepliesList  td.ReplayFooter
{
  background-color:#eeeeee;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  text-align:left;
}
Table.RepliesList  input.Quote
{
   float:left;
}

Table.RepliesList  table.Replay
{

    border: solid 1.5px #d4d4d4;
}
 td.ReplyButton
{
    text-align:center;
    padding:5px;
	
}
td.ReplayTitle h3
{
      font-weight:600;
      font-size:10pt;
      margin:0px;
      color:#04959c;
      padding:3px 8px 4px  0;
      vertical-align:bottom;
      text-align:right;
      
}

/* Categories */

td.fullforumCategories
{
	padding-bottom:20px;
	
}
table.fullforumCategories
{
	font:8pt;
	direction:rtl;
	float:right;
	width:690px;
	
}

td.titlefullforumCategories
{
	font-weight:600;
   vertical-align:middle;
   background-color:#c0d4e9;
   background-image:url('Images/Forum/linepaging.gif');
   background-position:top;
   background-repeat:repeat-x;
    padding:3px 5px 0px  5;
    color:#023f80;
    width:690px;
    height:27px;
   
 }
span.maingrouptitlelabe
{
	padding:5px;
}
.imagefullforumCategories
{
	padding-bottom:3px;
	vertical-align:middle;	
}
td.bordersubforumCategories
{
	border:solid 1px #d4d4d4 ;
	text-align:right;
	padding:0px;

}
table.subforumCategories
{
	text-align:center;
	width:690px;
	background-color:#f1f1f1;
	border:solid 0px #bbbbbb;
    padding-bottom:5px;
    padding-top:5px;
	
}
td.subforumCategories
{
	text-align:right;
	padding-right:5px;
	font-weight:600;
	color:#404040;
	line-height:150%;
}
td.subforumCategories a
{
	direction:rtl;
	color:#031390;
}
td.subforumCategories a:hover
{
	color:#0066ff;
}
td.imagesubforumCategories
{
  padding:8px; 	
  width:5px;
  
}
td.navigationtitleforums
{
    color:Black;    
}
td.returnlistforums
{
    color:Purple;
    text-align:center;
}
td.returnlistforums a
{
    color:Purple;
}

