/** Sarin Software Development Co. :: www.sarin.ir  **/
/** Copyright (c)2008, Mohsen Taleb (www.mohsentaleb.com) **/

@import url(base.css);
body {
	background: #F8F9F3 url(../images/header_bg.gif) repeat-x 0 0;
}
#header {
	height: 137px;
	width: 930px;
	margin: 0 auto;
	position: relative;
	color: #333;
}
#header a {
	color: #f30;
}
#header a:hover {
	color: #000;
}
#logo {
	float: right;
	width: 240px;
	height: 80px;
	margin-top: 43px;
}
#logo h1 a {
	display: block;
	height: 70px;
	background: url(../images/logo.gif) no-repeat 0 0;
	padding: 0;
}
#members{
	text-align:right;
	position:absolute;
	right:0;
	top:1px;
	direction:rtl;
}
#menu {
	float: left;
	position: relative;
	top: 70px;
	width: 620px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: right;
	display: inline;
	height: 29px;
	padding-left: 2px;
}
#menu ul li.active {
	background: url(../images/menu_bg_left.gif) no-repeat top left;
}
#menu ul li a {
	display: block;
	width: 100px;
	padding: 4px;
	height: 21px;
	color: #000;
	background: none;
	font: bold 15px "Times New Roman" , Times, serif;
	text-align: center;
}
#menu ul li.active a {
	background: url(../images/menu_bg_right.gif) no-repeat top right;
	color: #fff;
}
#status_bar {
	clear: both;
	height: 23px;
	padding: 4px;
	background: url(../images/status_bg.gif) no-repeat;
	text-align: right;
	direction: rtl;
}
#main_body {
	width: 930px;
	overflow: hidden;
	margin: 20px auto;
}
* html #main_body {
	height: 1%;
}
#content {
	float: right;
	width: 930px;
	text-align: right;
}
ul.steps {
	list-style: none;
	margin: 20px 0;
	height: 15px;
}
ul.steps li {
	padding: 0;
	margin: 0 1px;
	float: right;
	width: 130px;
	height: 25px;
}
ul.steps li a {
	text-align: center;
	background: none;
	color: #000;
	display: block;
	height: 20px;
	border-bottom: 5px solid #FFCC99;
}
ul.steps li a:hover {
	border-bottom-color: #999999;
}
ul.steps li a.active {
	background-color: #FF9966;
	border-color: #FF9966;
}
h1 {
	clear: both;
	font: bold 18px "Times New Roman" , Times, serif;
	color: #00728E;
	padding: 5px;
	text-align: right;
	direction: rtl;
}
h2 {
	clear: both;
	width: 50%;
	font: bold 15px "Times New Roman" , Times, serif;
	color: #00728E;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin: 10px 0 20px 0;
	text-align: right;
	direction: rtl;
}
table.list {
	direction: rtl;
}
table.list th {
	background: #F5F2E6;
	border-top: 1px solid #D5D4CA;
	border-bottom: 1px solid #D5D4CA;
	color: #A28200;
	font-weight: normal;
	text-align: right;
	padding: 3px;
}
table.list td {
	padding: 3px; /*background: #F8F9F3;*/
	border-bottom: 1px solid #D5D4CA;
	text-align: right;
}
table.list td.even {
	background: #F5F6EF;
}
#pagination {
	width: 90%;
	margin: 10px auto;
	text-align: center;
	height: 30px;
}
#pagination .current {
	font-weight: bold;
}
#pagination a {
	border: 1px solid #E0A800;
	background: #fff;
	color: #6F5300;
	padding: 2px 4px;
	margin: 2px;
}
#pagination a:hover {
	background: #B28600;
	color: #fff;
	border: 1px solid #6A4F00;
}
#sidebar {
	float: left;
	width: 247px;
}
#dashboard {
	margin-top: 20px;
	padding-top: 20px;
	background: #EBE6D4 url(../images/dashboard_top.gif) no-repeat;
	text-align: right;
}
h2 {
	clear: both;
	width: 50%;
	font: bold 15px "Times New Roman" , Times, serif;
	color: #00728E;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin: 10px 0 20px 0;
	text-align: right;
	direction: rtl;
}
ul.list {
	list-style: none;
}
ul.list li {
	background: url(../images/bullet.gif) no-repeat center right;
	padding: 5px 10px;
}
input.text {
	border: 1px solid #ccc;
	font: 11px Tahoma;
	padding: 3px;
	text-align: right;
	direction: rtl;
}
input.text.en {
	text-align: left;
	direction: ltr;
}
textarea {
	border: 1px solid #ccc;
	font: 11px Tahoma;
	height: 150px;
	text-align: right;
	direction: rtl;
}
.big {
	font: bold 40px "Times New Roman" , Times, serif;
}
.red {
	color: #f00;
}
#footer {
	clear: both;
	height: 60px;
	background: url(../images/footer_bg.gif) repeat-x 0 0;
}
#footerContent {
	height: auto;
	width: 930px;
	margin: 0 auto;
}
#copyright {
	direction: rtl;
	color: #fff;
	float: right;
	margin: 25px;
}
#footer #links {
	float: left;
	color: #fff;
	margin: 10px;
	line-height: 1.8em;
	text-align: right;
}
#footer #designer {
	float: left;
	margin-top: 7px;
}
#footer #designer a {
	padding: 0;
	background: none;
}
#footer #links a {
	color: #000;
}
#footer #links a:hover {
	color: #CCC;
}

/** Tooltips Style **/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 2px 6px;
	background: url(../images/bubble.png) top left;
	direction: rtl;
	text-align: right;
}

.tool-text {
	font-size: 9px;
	padding: 4px 8px 8px;
	direction: rtl;
	text-align: right;
	background: url(../images/bubble.png) bottom right;
}
/***********
Login Page
***********/
#loginbox {
	margin: 0 auto;
	width: 310px;
	background: #EBE6D4 url(../images/login_header.gif) no-repeat 0 0;
	padding: 80px 10px 5px;
}
p {
	direction: rtl;
	text-align: right;
}
#loginbox ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}
#loginbox ul li {
	direction: rtl;
	text-align: right;
	margin: 0 10px 0 3px;
	background: url(../images/icon_arrow.gif) no-repeat 100% 7px;
	padding-right: 15px;
}
.message_error {
	height: 20px;
	background: #FFC3C3 url(../images/error.gif) no-repeat 100% 50%;
	color: #000;
	border-top: none;
	border-bottom: none;
	direction: rtl;
	text-align: right;
	padding: 5px 30px 5px 5px;
}
.message_ok {
	height: 20px;
	background: #BDF37A url(../images/ok.gif) no-repeat 100% 50%;
	color: #000;
	border-top: 1px solid #360;
	border-bottom: 1px solid #360;
	direction: rtl;
	text-align: right;
	padding: 5px 30px 5px 5px;
}

/***************
	Achilles
****************/
.configTD {
	text-align: left;
	padding-left: 5px;
	direction: rtl;
}
.validationTD {
	padding-right: 10px;
}
textarea {
	font: 11px Tahoma;
	color: #000;
	padding: 2px;
	border: 1px solid #ccc;
}
textarea.en {
	direction: ltr;
}
textarea.fa {
	direction: rtl;
}
.rightAligned {
	text-align: right;
}
.message_error_box, .message_ok_box, .message_warning_box {
	display: block;
	text-align: right;
	direction: rtl;
	margin: 1px auto;
	padding: 5px 30px 5px 5px;
}
.message_error_box {
	background: #FEC2C2 url(../../cpanel/images/message_error.gif) no-repeat 100% 5px;
	border-top: 1px solid #FF6666;
	border-bottom: 1px solid #FF6666;
}
.message_ok_box {
	margin-top: 5px;
	background: #BDF37A url(../../cpanel/images/message_ok.gif) no-repeat 100% 5px;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
}
.message_warning_box {
	background: #FFD800 url(../../cpanel/images/message_warning.gif) no-repeat 100% 4px;
	border-top: 1px solid #FFBA00;
	border-bottom: 1px solid #FFBA00;
}

.message_error {
	float: right;
	width: 240px;
	height: 24px;
	background: url(../images/tag_error.gif) no-repeat 0 0;
	color: #fff;
	padding: 5px 45px 5px 5px;
	direction: rtl;
}
.message_ok {
	float: right;
	width: 240px;
	height: 24px;
	background: url(../images/tag_ok.gif) no-repeat 0 0;
	color: #fff;
	padding: 5px 45px 5px 5px;
	direction: rtl;
}

input.file1 {
	font-family: Tahoma;
	font-size: 5px;
	direction: rtl;
}

/**********************
	MemberAdvWizard
**********************/

.wizardStep {
	padding: 1px;
	clear: both;
	background-color: #E8E9E3; /*background-color: #FFE9D2;*/
}

.wizardStep div {
	margin: 5px 5px 5px 5px;
	padding: 10px;
	clear: both;
	background-color: #f1f1f1;
}
.wizardStep div.sponsor {
	background-image: url(../images/sponsor.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.wizardStep div table {
	padding-right: 5px;
}

.wizardStep div table tr td br {
	clear: both;
	margin: 0;
	padding: 0;
}

.checkboxlist {
	padding-right: 0;
}
.checkboxlist tr td {
	padding-left: 10px;
}

.imageButton {
	cursor: pointer;
}

input.text.telNo {
	text-align: left;
	direction: ltr;
}

.mandatory {
	color: Red;
}

h3 {
	clear: both;
	font: bold 15px "Times New Roman" , Times, serif;
	color: #00728E;
	padding: 5px;
	text-align: right;
	direction: rtl;
}

.valueTD {
	background-color: #efefef;
}
#content_w_sb {
	float: right;
	width: 647px;
	text-align: right;
}
#dMsg {
	width: 50%;
	margin: 3px auto;
	background-color: #fe0;
	direction: rtl;
	text-align: center;
	font-size: larger;
	padding: 3px;
}

.centerTable {
	margin: auto;
}

.loadingPanel {
	position: relative;
	margin-top: 2px;
	margin-left: 1px;
}
.loginLoading {
	margin-top: 30px;
	margin-left: 35px;
	position: absolute;
	z-index: 100;
}
.newUserLoading {
	margin-top: 334px;
	margin-left: 165px;
	position: absolute;
	z-index: 100;
}
.advLoading {
	margin-top: 200px;
	margin-left: auto;
	position: absolute;
	z-index: 100;
}
.messageLoading {
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}
.messageLoadingPanel {
	position: relative;
	margin-top: 1px;
	margin-left: 2px;
}
#alerts_wrapper {
	float: right;
	width: 647px;
	margin: 10px auto;
	text-align: right;
	direction: rtl;
	min-height: 300px;
}
.alert {
	margin-bottom: 5px;
	width: 580px;
	height: 36px;
	background: url(../images/alertbox_bg.gif) no-repeat 100% 0;
	position: relative;
	padding: 12px 35px;
	text-align: right;
	direction: rtl;
}
.alert .close {
	display: block;
	position: absolute;
	background: url(../images/alertbox_close.gif) no-repeat 0 0;
	top: 13px;
	right: 10px;
	width: 16px;
	height: 16px;
}
#help {
	clear: both;
	margin-top: 20px;
	padding: 20px;
	background: #EBE6D4 url(../images/help_top.gif) no-repeat;
	direction: rtl;
	text-align: right;
}
a.nu, a.nu:hover {
	background: none;
	padding-bottom: 0;
}
.noUnderline {
	background-image: none;
}
.noUnderline:hover {
	background-image: none;
}

.box {
	clear: both;
	padding: 5px 10px;
	width: 580px;
	background: #EBE6D4 url(../images/box_bg.gif) no-repeat;
	text-align: right;

}

div.scroll {
	height: 200px;
	width: 570;
	overflow: auto;
	background-color:#F8F9F3;
	padding: 8px;
	margin:5px;
}
.gray {
	color:Gray;
}

table.spec {
	margin: 5px 0;
}
table.spec td {
	background: #EDEAE2;
	padding: 5px;
	direction: rtl;
}
table.spec td span.white {
	background: #fff;
	padding: 4px;
}
