/* ------------------------- CSS Reset --------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size:11px;
}
table {
	border-collapse: separate;
	border-spacing: 1;
	font-size:11px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: right;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 105%;
	font-weight: bold;
	font-family:times New Roman; 
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
/* ------------------------- /CSS Reset --------------------------- */
html, body {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2B4C84;
	background: #fff;
	text-align: center;
}
p {
	padding: 5px 0 !important
}
a {
	color: #4C7EAF;
	text-decoration: none;
}
a:hover {
	color: #E35B01;
	text-decoration: none;
}
#wrapper {
	width: 768px;
	margin: 0 auto;
}
#header, #contentwrapper, #rightcolumn, #leftcolumn, #footer {
	direction: rtl;
}
#header {
	background: #f2f3f5 url('/bitrix/templates/ibo_10_index/images/header-bg.png') repeat-x 0 100%;
}
.top_note {
	font-size: 0.9em;
	text-align: center;
	color: #f2f3f5;
	background: #ced8e1;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
}
.logo_fa {
	float: right;
}
.logo_en {
	float: left;
}
.logo_fa, .logo_en {
	width: 250px;
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
}
#contentwrapper {
	float: left;
	width: 100%;
	height:100%
}
#contentcolumn {
	margin: 0px;
}
.fix_content_width {
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.top_banner {
	text-align: center;
	padding-top: 1px;
	height: 63px;
	background: #f2f3f5 url('/bitrix/templates/ibo_10_index/images/content-top-bg.gif') repeat-x 0 0;
}
.work_area {
	line-height: 16px;
	padding:20px;
	background-color:#EEEEEE;
	text-align:right;
}
work_area.h2 {
	color:#2B4C84;
	font-weight:bold;
	font-size:13px;
}
work_area.p {
	padding:5px 0;
}
work_area.img {
	margin:10px;
}
.home_note {
	font-family: Times;
	line-height: 36px;
	text-align: center;
	background: #315B85;
	padding: 10px 15px;
	margin:0 0 15px 0;
	font-weight:bold;
}
.home_note span.orange {
    color:#FA7B28;
    font-size:16px;
    margin:0px;
}
.home_note span.small {
	color:#fff;
	font-size: 14px;
	line-height: 20px;
}
.home_small_box {
	float: right;
	width: 50%;
}

#rightcolumn {
	float: left;
	width: 200px;
	margin-left: -200px;
	background: #f2f3f5;
	height: 1960px;
}
.fix_sidebar_width {
	width: 200px;
	height: 1px;
	overflow: hidden;
}
.top_4links {
	display: block;
	width: 200px;
	height: 32px;
}
#main_menu {
	margin-bottom: 10px;
}
#main_menu li a {
	display: block;
	line-height: 18px;
	padding: 2px 12px;
	border-bottom: 1px solid #c2c3c5;
	outline: none;
}
#main_menu li a:hover {
	background: #e2e3e5;
}
#main_menu li ul {
	display: none;
}
#main_menu li ul li a {
	background: #DBE1EB;
}
.side_title {
	font-weight: bold;
	color: #eee;
	background: #036;
	text-align: center;
	padding: 3px 6px 6px 6px;
}
#rightcolumn p, #leftcolumn p {
	text-align: center;
	line-height: 22px;
}
.side_img {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.side_img img {
	display: block;
	margin: 0 auto;
}
.no_gap {
	margin: 0;
}
.tags_cloud {
	padding: 5px 10px 15px 10px;
}
#leftcolumn {
	float: left;
	width: 200px;
	margin-left: -100%;
	background: #f2f3f5;
	text-align:center;
	height: 1950px;
}
#footer {
	background: #f2f3f5;
	border-top: 3px solid #ced8e1;
	text-align: center;
	line-height: 14px;
	font-size: 0.9em;
	padding: 4px 10px 6px 10px;
	font-weight: normal;
}
.clear {
	clear: both;
}
* html .clear {
	display: inline;
}
table.table-style tr td {
	width:50%;
	text-align:center;
	font-size:11px;
	border:1px solid #fff;
	direction:ltr;
}
.table-bold {
	font-weight:bold;
}
.table-title {
	background-color:#99B2CA;
	color:#fff;
}
.table-1 {
	background-color:#F2F3F5;
	color:#336699;
}
.table-2 {
	background-color:#D8E1EB;
	color:#336699;
}
table#sample tr td {
	width:30px;
	height:50px;
}
table.table-style tr td.align-right {
	text-align:right;
	direction:rtl;
}
#special-table tr td {
	width:100px;
	height:50px;
}
td.home { 
	background-color:#E4E4E4; 
	padding-right:3px;
	height:25px;
	vertical-align:middle;
}
th { background-color:#F0F0F0; text-align:center; width:25px; height:25px; vertical-align:middle; }
/*
Theme Name: IBO Analysis
Theme URI: http://amoozeshforex.com/analysis/
Description: IBO Analysis Themes...
Version: 1.0
Author: Navid Kashani
Author URI: http://asroone.net/
*/
/* reset */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:0px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* #end reset */
body {
	font-family:tahoma, arial;
	font-size:12px;
	color:#666666;
}
#page {
	direction:rtl;
	margin:0 auto;
	width:768px;
	text-align:justify;
	line-height:20px;
}
a:link, a:visited {
	color:#2B4C84;
	text-decoration:none;
}
a:hover {
	color:#999999;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
caption, th {
	text-align:center;
}
strong, b {
	font-weight:bold;
}
/*---------------------subscribe --------------------*/
#subscribe {
background-color:#EEEEEE;
text-align:center;
padding-top:10px;
}

