
/* share URL: http://www.20script.ir */

@charset "utf-8";
/* CSS Document */

/* defaults */
.left{float:left;}
.right{float:right}
ul.hul{list-style: none; padding: 0; margin: 0;}
ul.hul li{float: right; margin-left: 10px;}
th{background: #EAEAEA !important;}
h3{font-size: 15px;}

/* styles */
body{
	font: 11px/20px Tahoma;
	background: #E0E0E0 url(images/bg.gif);
	color: #585858;
}
#layout{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900px;
	text-align: right;
	z-index: 3;
	direction: rtl;
	top: -2px;
}
#header{
	margin:0 auto; /* center, not in IE5 */
	top: 0;
	right: 0;
	width: 100%;
	z-index: 4;
	background: #F0F0F0 url(images/background.jpg) repeat;
	height: 140px;
	border-bottom: 6px solid #C0C0C0;
}
#header .inner{
	width: 900px;
	text-align: right;
}
#header .left a{
	color: #E0E0E0;
}
#topbar{
	height: 50px;
	margin-top: -5px;
	background: #FFFFFF;
	line-height: 40px;
	border-radius: 5px;
	position: relative;
	width: 900px;
	box-shadow: 0 0 5px #CCCCCC;
}
#dropdown{
	margin: 12px 10px 0;
}
#dropdown .dropdown-menu{position: absolute;}
#logo{
	text-align: left;
	width: 900px;
	margin-top: 5px;;
}

#sidebar_head{
	background: #FFF;
	height: 70px;
	position: absolute;
	top: -80px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	box-shadow: 0 0 5px #CCCCCC;
	margin: 0;
}
#sidebar{
	position: relative;
	margin-top: -50px;
	background: #FFF;
}
#sidebar .menu{
	margin-right: 10px;
	margin-left: 10px;
	border: 7px solid #F0F0F0;
	border-radius: 5px;
}
#sidebar .menu ul{
	padding: 6px 0;
	margin: 0;
	background: #FFF;
	list-style: none;
	border: 1px solid #E5E5E5;
}
#sidebar .menu ul ul{
	padding: 0;
	border: none;
	
}
#sidebar .menu ul li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #EEE;
}
#sidebar .menu ul li a,
#sidebar .menu ul li span{
	line-height: 30px;
	color: #0088CC;
	display: block;
	padding: 0 10px;
}
#sidebar .menu ul li span{
	cursor: default;
}
#sidebar .menu ul li.drawer{
	position: relative;
}
#sidebar .menu ul li.drawer:before{
	content: "+";
	left: 10px;
	top: 5px;
	position: absolute;
	color: #D0D0D0;
}
#sidebar .menu ul li a:hover,
#sidebar .menu ul li span:hover,
#sidebar .menu ul li.drawer li a:hover{
	background: #F5F5F5;
	color: #005580;
}
#sidebar .menu ul li.drawer li a:hover{
	background: #E5E5E5;
}
#sidebar .menu ul li.drawer ul{
	display: none;
}
#sidebar .menu ul li li{
	border-top-color: #DDD;
}
#sidebar .menu ul li.drawer li a{
	background: #EEE;
	padding-right: 5px;
}

.box,
.menu{
	margin-bottom: 20px;
}
.box:last-child,
.menu:last-child{
	margin-bottom: 0;
}
#sidebar .menu .title,
.box .title{
	border-top: 0;
	border-bottom: 1px dashed #C0C0C0;
	line-height: 30px;
	padding: 0 10px;
	font: 12px/30px /*BKoodakBold,*/Tahoma;
	font-weight: bold;
	position: relative;
}
#sidebar .menu .title{
	border-top: 1px dashed #C0C0C0;
	background: #F9F9F9;
	padding-right: 20px;
}
#sidebar .menu .title:after{
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	height: 28px;
	width: 14px;
	background: url(images/menu-title-right.png) no-repeat;
}
#sidebar .menu .title:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 7px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
#sidebar .menu .title.ico-cog_3:before{
	background-image: url(images/icons/cog_3.png);
}
#sidebar .menu .title.ico-money:before{
	background-image: url(images/icons/money.png);
}
#sidebar .menu .title.ico-graph:before{
	background-image: url(images/icons/graph.png);
}
#sidebar .menu .title.ico-radio:before{
	background-image: url(images/icons/radio.png);
}
#sidebar .menu .title.ico-mail:before{
	background-image: url(images/icons/mail.png);
}
.box .title h1{
	font: 12px/30px Tahoma;
	font-weight: bold;
	padding: 0 10px;
	margin: 6px 0;
}
#sidebar .menu .title a,
.box .title a{
	color: #F0F0F0;
	font: 11px/30px Tahoma;
}

.box .body{
	padding: 10px;
}

#body{
	margin-top: -20px;
	padding-bottom: 10px;
}
.boxi{
	position: relative;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	background: #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#content .row-fluid{
	margin: 10px -10px 0 0;
}
#content .row-fluid .row-fluid{
	margin-right: 0;
}
#footer{
	width: 100%;
	margin-top: 30px;
}
#footer .inner{
	color: #808080;
	text-align: center;
	height: 40px;
	line-height: 50px;
	padding-left: 10px;
}
#footer h1{
	font: 11px/20px Tahoma;
	font-weight: bold;
	color: #EBD95C;
	margin: 0;
	padding: 0;
}
#footer h2{
	font: 11px/15px Tahoma;
	margin: 0;
	padding: 0;
}
#footer h2 a{
	color: #F0F0F0;
}
#footer h2 a:hover{
	color: #D0D0D0;
}
#site_copy{
	margin-top: -30px;
}
#ajax_black_screen{
	background:#000;
	min-height:100%;
	position:absolute;
	z-index:999;
	min-width:100%;
	top:0;
	left:0;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	display:block;
	overflow:hidden;
	text-align:center;
}
#ajax_black_screen span{
	display:block;
	top:48%;
	min-width:100%;
	position:absolute;
}

.form-horizontal .control-group{
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footLinks{
	margin: 10px;
}
.footLinks a{
	margin-left: 5px;
}
.dropdown-menu{
	left: auto;
	right: 0;
}
.boxi2{
	border-top: 1px solid #E0E0E0;
}

.listing{
	margin: 0;
	padding: 0 15px 0 0;
}
#slider{
	position: relative;
	height: 184px;
	width: 594px;
}
#slider img{
	display: none;
}

.nav-tabs > li, .nav-pills > li{
	float: right;
}
.tab-content{
	text-align: right;
}
.text-error a{
	color: #B94A48;
	font-weight: bold;
}