﻿/*------------------------------
Coded As Xhtml, Css
AsemAlkhofi
////////////////////////////////*/

*
{
	text-decoration:none;
	outline:none;
	border:0 none;
}

/*-------------------------------------------*/

#header
{
	width: 100%;
	height: 242px;
	background: url('images/header_bg.png') repeat-x;
}
#header-r
{
	width: 366px;
	height: 242px;
	background: url('images/header_right.png') no-repeat;
	float: right;
}

#index
{
	width:160px;
	height:198px;
	float:right;
	margin:20px 48px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}

#header-l
{
	width: 135px;
	height: 242px;
	background: url('images/header_left.png') no-repeat;
	float: left;
}

/*-------------------------------------------*/



#page
{
	width: 100%;
	text-align: justify;
	background: #ffffff url('images/body_right.png') repeat-y right;
}
.slidebar
{
	width: 206px;
	float: right;
	background: url('images/body_right.png') repeat-y;
}


.slidebar-buttons
{
	width: 24px;
	height:41px;
}
.slidebar_n
{
	width: 24px;
	float: right;
	background: url('images/footer_left.png') repeat-y;
	padding: 0px 0px 100% 0px;
}
.content
{
	background-position: left;
	background: #FFFFFF url('images/body_left.png') repeat-y left;
	padding: 0px 0px 0px 24px;
	overflow: hidden;
	text-align: justify;
}



/*---------------------------------------*/

.block
{
	width:100%;
	margin:5px auto 5px auto;
}

.block-t
{
	width: 100%;
	height: 32px;
	background: url('images/images/forum_h_bg.png') repeat-x;
}
.block-t-r
{
	width: 288px;
	height: 32px;
	background: url('images/images/forum_h_right.png') no-repeat;
	float: right;
}
.block-t-l
{
	width: 92px;
	height: 32px;
	background: url('images/images/forum_h_left.png') no-repeat;
	float: left;
}

.block-m
{
	width:100%;
	background-color:#FFFFFF;
	text-align:justify;
}

.block-m-r {
	background-position: right;
	background: transparent url('images/images/forum_b_right.png') repeat-y right;
}
.block-m-l
{
	background-position: left;
	background: transparent url('images/images/forum_b_left.png') repeat-y left;
	padding: 0px 10px 0px 10px;
}
.block-b
{
	width: 100%;
	height: 28px;
	background: url('images/images/forum_f_bg.png') repeat-x;
}
.block-b-r
{
	width: 25px;
	height: 28px;
	background: url('images/images/forum_f_right.png') no-repeat;
	float: right;
}
.block-b-l
{
	width: 26px;
	height: 28px;
	background: url('images/images/forum_f_left.png') no-repeat;
	float: left;
}

/*-------------------------------------------------------*/


#footer
{
	padding: 0% 0px 0px 0px;
	background-position: bottom bottom;
	height: 90px;
	background: url('images/footer_bg.png') repeat-x;
	background-color: #eff4db;
}
.rights
{
	width: 498px;
	height: 90px;
	float: right;
	background-image: url('images/footer_right.png');
	background-repeat: no-repeat;
}
.left
{
	width: 260px;
	height: 90px;
	float: left;
	background-image: url('images/footer_left.png');
	background-repeat: no-repeat;
}

/*-------------------------------------------------------*/

.footer-links li a:hover {
	text-decoration: none;
	color: #9da30e;
	border-right-color: #FFFFFF;
	background-image: url('images/tblend.gif');
}

.des{
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	border-color: #fcfcfc #f4f4f4 #f4f4f4 #f4f4f4;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
	padding: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	-selection -border-radius: 5px;
	background-color: #fdfcfc;
}

.forum_wan {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	-selection -border-radius: 5px;
	background-image: url('images/forum.jpg');
	background-color: #efefef;
	background-repeat: repeat-x;
}
.forum_wan:hover {
	border: 1px solid #f1f1f1;
	background-image: url('images/forum_1.jpg');
	background-color: #fafafa;
	background-repeat: repeat-x;
}
/****slidebar***********/
.slidebar_bgs{
	padding: 0px 10px 0px 0px;
}
#slidebar_bg{
	background-position: center;
	background-image: url('images/slidebar/slidebar_bg.png');
	background-repeat: repeat-y;
	width: 174px;
}
.slidebar_ll{
	background-position: center;
	background-image: url('images/slidebar/slidebar_top.png');
	background-repeat: no-repeat;
	width: 174px;
	height: 88px;
}
.slidebar_rr{
	background-position: center;
	background-image: url('images/slidebar/slidebar_and.png');
	background-repeat: no-repeat;
	width: 172px;
	height: 71px;
}
/**/
.newthread_Css{
	background-image: url('images/baktcatts.png');
	background-repeat: repeat-x;
	background-color: #fefefe;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	border-style: inherit;
	border-width: 4px;
	border-color: #e6e6e6;
	-moz-border-radius: 5px;
	padding: 5px;
	-selection -border-radius: 5px;

}
.newthread_Css:hover{
	border-color: #dddddd;
}
