@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-align:center;
	background-color:#FFF;
}
/*-------------------form style-------------------*/
input{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
select{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
textarea{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
form{
	padding:0;
	margin:0;
}
/*---------------align text classes---------------*/
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.rtl{
	direction:rtl;
}
.ltr{
	direction:ltr;	
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}

/*----------------------links---------------------*/
a{
	text-decoration:none;
	color:#213100;
}
a:hover{
	color:#e65e00;
}
a:active{
	color:#e65e00;
}
/*----------------------images--------------------*/
img{
	border:0;
}
/*------------------other classes-----------------*/
.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}
.red-star{
	color:#FF0000;
}
/*----------------------div id--------------------*/
#wrapper{
	width:922px;
	margin:0 auto;
	text-align:right;
	direction:rtl;
	background-color:#FFF;
}
/*------------------------------------------Start Header------------------------------------------*/
#clock{
	height:77px;
	background:#FFF url(images/bg-logo.gif) top repeat-x;
	padding:0 24px;
}
#header{
	height:167px;
	border:1px solid #bfbfbf;
	margin-bottom:2px;
}
#links-menu-horizontal{
	height:22px;
	text-align:center;
	background:#FFF url(images/sitelinks-bg.gif) bottom repeat-x;
	border:1px solid #bfbfbf;
	margin-bottom:4px;
	padding:10px 0 0 0;
}
#links-menu-horizontal a{
	color:#000;
	padding:0 10px;
}
#links-menu-horizontal a:hover{
	color:#e65e00;
}
/*------------------------------------------End Header------------------------------------------*/
/*------------------------------------------Start Content------------------------------------------*/
#content{
	width:922px;
}
#right-blouk{
	float:right;
	width:188px;
	padding:3px 0 0 2px;
}
#left-blouk{
	float:left;
	width:200px;
}
#center-blouk{
	float:right;
	width:732px;
}
#center-content{
	float:right;
	width:530px;
	margin-left:2px;
}
/*--------Start Blouk--------*/
.block{
	border:1px solid #bfbfbf;
	padding:2px;
	margin-bottom:2px;
}
.title-blouk{
	height:15px;
	padding:7px 10px;
	background:#dadcde url(images/title-block-bg.gif) bottom repeat-x;
	border-bottom:1px solid #959b9e;
	color:#ea4e00;
	font-weight:bold;
}
.title-blouk2{
	height:20px;
	padding:7px 10px 0;
	background:#ee5e02 url(images/block-title-bg2.gif) bottom repeat-x;
	border-bottom:1px solid #959b9e;
	color:#FFF;
	font-weight:bold;
}
.content-blouk{
	border-top:2px solid #cfd2d3;
	padding:7px 10px;
	background:#FFF url(images/block-content-bg.gif) top repeat-x;
	
}

/*--------End Blouk--------*/
/*--------Start Search--------*/
#search-box{
	margin:1px;
	height:72px;
	background:#b0f80e url(images/search-bg.jpg) bottom repeat-x;
	padding-top:10px;
	padding-right:5px;
	color:#294817;
}
#search-box .tbox{
	width:100px;
}
/*--------End Search--------*/
/*--------Start News Blouk--------*/
.news-title-border{
	border:1px solid #bfbfbf;
	padding:1px;
	margin-bottom:2px;
}
.news-title{
	height:20px;
	padding:7px 10px 0;
	background:#ee5e02 url(images/block-title-bg2.gif) bottom repeat-x;
	color:#FFF;
	font-weight:bold;
}
.news-content{
	border:1px solid #bfbfbf;
	padding:1px;
	margin-bottom:3px;
}
.borderbg{
	height:3px;
	background-color:#b3b4b6;
	padding:0;
	overflow:hidden;
}
.news-text{
	padding:10px;
}
.thumb img{
	width:80px !important;
	height:80px !important;
	border:1px solid #a6aeb8;
	padding:2px;
	margin:0 0 10px 10px;
}
.extended a{
	display:block;
	background:#7ddd08 url(images/bg-extended.gif) top repeat-x;
	height:16px;
	width:35px;
	text-align:center;
	padding-top:2px;
	color:#FFF;
}
/*--------End News Blouk--------*/
/*------------------------------------------End Content------------------------------------------*/
/*------------------------------------------Start Footer------------------------------------------*/
#footer{
	background:#FFF url(images/bg-logo.gif) top repeat-x;
	min-height:15px;
	margin-top:5px;
	border:1px solid #bfbfbf;
	padding:2px;
}
#footer-right{
	float:right;
	padding:7px 10px;
}
#footer-left{
	float:left;
	padding:7px 10px;
}
/*------------------------------------------End Footer------------------------------------------*/
/* E107 STYLES */
.indentchat {
	padding: 4px; 
	border: 1px solid #bababa; 
	margin: 4px 0 4px 0; 
	text-align: left; 
	background-color: #f1f0f0; 
	color: #707070; 
}

.indent {
	padding: 4px; 
	margin: 2px; 
	background-color: #f6f4f5; 
	border: 1px dotted #bababa; 
 }

.code_highlight {
	padding: 4px;
	margin: 2px;
	height: 200px;
	overflow: scroll;
	background-color: #f6f4f5;
	border: 1px dotted #bababa; 
 }

.button {
	padding: 2px 4px; 
	margin: 2px auto;
	background-color: #fff;
	border: 1px solid #bababa;
	color: #000; text-align:
	center; font-weight:
	bold; font-size: 10px; 
 } 
.tbox {
	color: #9e0f0e;
	background-color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #bababa;
	margin: 2px auto;
	padding: 2px;
}
.tbox:focus {
	border: 1px solid #9e0f0e;
}
.chatbox {
	width: 96%;
	margin: 2px auto; 
}
.helpbox {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #000;
	font-size:9px;
	padding: 4px 5px 4px 5px;
}

/* FORUM STYLES */

.ftrack {
	border: none;
	padding: 7px 5px 7px 5px;
	background-color: #f1f0f0;
}
.fdata {
	text-align: center;
	border-top: 1px solid #bababa;
	padding: 7px 4px;
	background-color: #ededed;
}

.fcaption {
	padding: 4px;
	color: #787878;
	font: 11px; min-height: 20px;
}

.fcaption span.smalltext{
	color: #707070;
}
.fcaption span.smalltext a:hover{
	color: #a0bac6;
}
.fcaption a {
	color: #707070;
	text-decoration: none;
}
.fcaption a:hover {
	color: #a0bac6;
}
a.forumlink{
	color: #707070;
	text-decoration: none;
}
a.forumlink:hover{
	color: #a0bac6;
}
.fborder {
	border: 1px solid #bababa;
	margin: 4px 0 4px 0;
}

.forumheader {
	padding: 2px 4px 2px 4px;
	line-height: 16px;
	font-weight: bold;
	color: #9e0f0e;
	background-color: #fff;
}
.forumheader2 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #bababa;
	text-align:right;
}
	
.forumheader3 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #6d6d6d;
	text-align:right;
}

.forumheader4 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #bababa; 
	background-color: #222222; 
}

.finfobar { 
	padding: 2px 4px; 
	background-color: #ededed; 
	border: 1px solid #bababa; 
}
.helpbox{
	display:none;
}