﻿.forum_table
{
	width:100%;
}

.forum_table th
{
	height: 30px;
	background-color: #C0C0C0;
	font-size:16px;
}

.forum_table td
{
	min-height: 50px;
	border-top: 3px solid white;
	background-color: #E2E2E2;
	padding: 3px 10px 3px 10px;
}

.forum_table td a
{
	color:#f17f04;
}

.forum_table h2
{
	font-size:15px;
}


.forum_table .counter
{
	text-align:center;
	width:35px;
	padding:0;
}

.forum_table .forum_name
{
	text-align:right;
	width:150px;
	padding: 3px 10px 3px 10px;
}

.forum_title
{
	text-align:right;
	width:30px;
	padding: 0;
}

.forum_table .forum_name
{
	text-align:right;
	width:150px;
	padding: 3px 10px 3px 10px;
}

.forum_subjects
{
	width:390px;
	text-align:right; 
	padding: 3px 10px 3px 10px;
}

.forum_topics
{
	min-height: 50px;
	border-top: 3px solid white;
	background-color: #E2E2E2;
	padding: 3px 10px 3px 10px;
}

.forum_topics a
{
	color:#f17f04;
}

.forum_topics h2
{
	font-size:15px;
}

.post_subject
{
	background-color: #E2E2E2;
	padding:10px;
     direction: rtl;
}

.post_title
{
}

.post_title h1
{
	color: #f17f04;
}

.post_content
{
	padding:40px 10px 20px 10px;
}

.post_content a
{
	color:#f17f04;
}

#forum{   margin: 22px auto 0;
    text-align: right;
    width: 1000px;
        direction: rtl;
}
#forum .header{font-size:30px; font-weight:bold; border-bottom:3px solid #f17f04; margin-bottom:10px;}
#forum .search_forum{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f17f03;
	background:#f9eadb;
}
#forum .search_forum table{
	margin:5px;
}
#forum .search_forum h2{
	font-size:20px;
	color:#f17f04;
}

#forum .search_forum input, select, categories{padding:3px;  font-size:14px;}

#forumPost{
	width:1000px;
	margin:0 auto;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	border:1px solid #cfcfcf;
	margin-top:10px;
}
#forumPost .header{
	background:url(../images/topp.jpg) repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-border-bottom-left-radius: 0px;
	
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-border-bottom-right-radius: 0px;
}
#forumPost .header h2{
	display:inline;
	font-size:20px;
	color:#FFFFFF;
	margin-right:10px;
	margin-top:5px;
	height:30px;
}
#forumPost .header .topHeader{
	background:url(../images/innerTop.png) repeat-x;
	height:20px;
	font-size:11px;
}
#forumPost .header .post td {
	font-size:16px;
	padding:2px;
	border-bottom:1px solid #cfcfcf
}
#forumPost .header .post .forumSubject{font-size:20px; color:#000000; font-weight:bold; margin-right:10px; text-decoration:none;}
#forumPost .header .post .forumSubject:hover{color: #ff6000; text-decoration:underline;}
#forumPost .header .post .forumBy{padding-right:10px; background:#e7e7e7; font-size:12px;}
#forumPost .header .post .forumBy a{color: #ff6000; text-decoration:none;}
#forumPost .header .post .forumBy a:hover{text-decoration:underline;}


#forumPost .header .Innerpost .postt{padding:5px; text-align:left;}
#forumPost .header .Innerpost .postt h1{font-size:16px; color:#000000; font-weight:bold; text-align:right;}
#forumPost .header .Innerpost .postt p{font-size:12px; text-align:right; display:block;}
#forumPost .header .Innerpost .postt a{color: #ff6000; text-decoration:none;}
#forumPost .header .Innerpost .postt a:hover{text-decoration:underline;}

#forumPost .header .Innerpost .comment{border:1px solid #cfcfcf; text-align:left; margin-bottom:10px;}


#TheComment{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f17f03;
	background:#f9eadb;
	width:460px;
	padding:10px;
	margin:10px;
	font-size:12px;
}
#TheComment .header{font-size:30px; font-weight:bold; border-bottom:3px solid #f17f04; margin-bottom:10px;}
#TheComment input{ padding:2px;}

#forum .btn{ height:30px; margin-top:10px;}
#forum .btn a{ margin-left:10px;}

