/*********************
	HTML Elements
*********************/
*{
	margin:0;
	padding:0;
}
img, div,a { behavior: url(/msrofi/user/css/iepngfix.htc) }
body{
	font-size: 12px;
	font-family: Tahoma, Arial,  Verdana;
        direction:rtl;
        text-align: right;
}
a, a:visited{
	text-decoration:none;
}
img{
	border:0;
	margin:1px;
}
p{
	padding:3px;
}
h2{

}
input{
	padding:2px;
}
select{
	padding:2px;
}
/*********************
	Structure
*********************/
#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:960px;
}
#header h2{
    margin-top:20px;
}
#content{
	width:740px;
	float:left;
	margin:10px 0 10px 0;
	padding:10px;
        overflow: hidden;
}
#sidebar{
	background:#FFF;
	width:170px;
	float:right;
	margin:10px 0 10px 0;
	padding:10px;
}
#footer{
        color:#000;
	clear:both;
	padding:5px;
	margin-top:10px;
        border-top : 1px solid #8FBB3F;
}
#box h3{
	padding:5px;
	font-size:14px;
}
/*********************
	Sidebar
*********************/
#sidebar ul{
	list-style:none;
	line-height:22px;
}
#sidebar ul li a,#sidebar ul li a:visited{
    padding-right:19px;
    text-decoration:none;
    margin:0 3px;
    display:block;
}
#sidebar ul li a:hover{
	/*text-decoration:underline;*/
}
#sidebar ul li{
	margin-bottom: 10px;
}
#sidebar ul li ul.sidemenu{
	margin-right:10px;
}
#sidebar ul li ul.sidemenu li{
	margin: 2px 0px;
}
#sidebar h3{
	padding:2px;
	font-size:14px;
}
.sidemenu li.hover{background-color: #9ACB66;}
tr.mouse_hover{background-color: #9ACB66;}
/*********************
  TopMenu, Top-Panel
*********************/
#topmenu{
	margin-top:33px;
	width:700px;
	float:right;
	voice-family:inherit;
}
#topmenu ul{
	list-style:none;
	line-height:25px;
}
#topmenu li{
	display:inline;
}
#topmenu a,#topmenu a:visited{
	padding:5px 12px 5px 12px;
	text-decoration:none;
        font-weight:bold;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
        text-decoration: none;
}
#topmenu .hot a, #topmenu .hot a:hover, #topmenu .hot a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
        text-decoration: none;
        background-color:#FF3333;
}
/*********************
		Other
*********************/
.a-right{text-align:right;}
.a-left{text-align:left;}
.a-center{text-align:center;}
#pager{
	margin:5px;
	height:25px;
}

#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
}
#footer a,#footer a:visited{
    color:#000;
    text-decoration: none;
}
#footer a:hover{
    color:#000;
    text-decoration: underline;
}
#credits{
    clear:both;
    float:left;
}
/*********************
		Tables
*********************/
table{
	margin:5px;
	border-collapse: collapse;
	table-layout:automatic;
	width:98%;
}
td, th{
        vertical-align:inherit;
	padding: 2px;
} 
thead{

}
table.dashboard td , table.dashboard th{
    padding : 3px;
}

/*********************
		Home
*********************/
.overflow,#infowrap ,#infowrap1{
                    overflow: hidden;
}
#infowrap li{
	/*display:inline;*/
}
#infobox{
	width:365px;
	float:right;
	margin-top:10px;
}
#infobox h3{
	padding:5px;
	font-size:14px;
}
.center{
    text-align: center;
}
.margin-left{
	margin-left:5px;
}
.margin-right{
    margin-right:5px;
}
.floatleft{
    float: left;
}
p.textalign{
    text-align: justify;
}
#rightnow .reallynow {
    overflow: hidden;
    padding: 5px;
    font-size:14px;
}
#rightnow h3{
/*	padding:2px;
	padding: 0 10px;*/
	font-size:14px;
}
#rightnow .reallynow span {
	display: block;
	text-align: right;
	float: right;
	/*padding:0 2px;*/
	font-size:14px
}
#rightnow .reallynow a {
	text-decoration:none;
	display: block;
	text-align: right;
	float: right;
	padding:0 18px 0 0;
	margin-right:4px;
	font-weight:normal;
	font-size:12px;
}
#rightnow .reallynow a:hover{
	text-decoration:underline;
}
#rightnow .youhave {
	font-size:  12px;
	padding: 10px;
}
#rightnow a {
	font-weight: bold;
}
#chart{
    overflow: hidden;
}
/*********************
		Forms
*********************/
form{
	padding:10px;
	margin:0 auto;
}
form#form fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
}
form#form label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form#form input {
	padding:3px;
	margin-bottom:5px;
}
form#form select {
	margin-left:5px;
}
form#form textarea {
	width:410px;
	height:200px;
	padding:5px;
	overflow:auto;
}
form#form option {
	background:#FFF;
}
form#form optgroup option {

}
form#form #button1, form#form #button2 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form#form #button1:hover, form#form #button2:hover {
	background-position:center left;
}

/*********************
	Icons
*********************/
.icon{
	padding-left:19px;
	text-decoration:none;
	height:20px;
	font-size:12px;
	margin:0 3px;
	display:inline-block;
	line-height:20px;
}
/*.user{background:transparent url(../img/icons/user.png) no-repeat right;}
.useradd{background:transparent url(../img/icons/user_add.png) no-repeat right;}
.group{background:transparent url(../img/icons/group.png) no-repeat right;}
.search{background:transparent url(../img/icons/magnifier.png) no-repeat right;}
.online{background:transparent url(../img/icons/world.png) no-repeat right;}
.pagenew{background:transparent url(../img/icons/page_add.png) no-repeat right;}
.rss{background:transparent url(../img/icons/rss.png) no-repeat right;}
.feed{background:transparent url(../img/icons/feed.png) no-repeat right;}
.report{background:transparent url(../img/icons/report.png) no-repeat right;}
.house{background:transparent url(../img/icons/house.png) no-repeat right;}
.manage{background:transparent url(../img/icons/cog.png) no-repeat right;}
.manage_page{background:transparent url(../img/icons/page_gear.png) no-repeat right;}
.folder{background:transparent url(../img/icons/folder.png) no-repeat right;}
.promotions{background:transparent url(../img/icons/coins.png) no-repeat right;}
.cart{background:transparent url(../img/icons/cart.png) no-repeat right;}
.folder_table{background:transparent url(../img/icons/folder_page.png) no-repeat right;}
.shipping{background:transparent url(../img/icons/car.png) no-repeat right;}
.invoices{background:transparent url(../img/icons/page_white_text_width.png) no-repeat right;}
.addorder{background:transparent url(../img/icons/folder_page_add.png) no-repeat right;}
.add{background:transparent url(../img/icons/add.png) no-repeat right;}
.app_add{background:transparent url(../img/icons/application_add.png) no-repeat right;}
.report_seo{background:transparent url(../img/icons/report_link.png) no-repeat right;}
.modules{background:transparent url(../img/icons/bricks.png) no-repeat right;}
.modules_manage{background:transparent url(../img/icons/bricks_gear.png) no-repeat right;}*/

/* my icons */
.user{background:transparent url(../img/icons/user.png) no-repeat right;}
.useradd{background:transparent url(../img/icons/user_add.png) no-repeat right;}
.group{background:transparent url(../img/icons/group.png) no-repeat right;}
.search{background:transparent url(../img/icons/magnifier.png) no-repeat right;}
.online{background:transparent url(../img/icons/world.png) no-repeat right;}
.pagenew{background:transparent url(../img/icons/page_add.png) no-repeat right;}
.rss{background:transparent url(../img/icons/rss.png) no-repeat right;}
.feed{background:transparent url(../img/icons/feed.png) no-repeat right;}
.report{background:transparent url('../img/16/suitcase green.png') no-repeat right;}
.house{background:transparent url('../img/16/bookmark red.png') no-repeat right;}
.manage{background:transparent url(../img/icons/cog.png) no-repeat right;}
.manage_page{background:transparent url('../img/16/key green.png') no-repeat right;}
.folder{background:transparent url('../img/16/trash red.png') no-repeat right;}
.promotions{background:transparent url(../img/icons/coins.png) no-repeat right;}
.cart{background:transparent url('../img/16/lock green.png') no-repeat right;}
.folder_table{background:transparent url(../img/icons/folder_page.png) no-repeat right;}
.shipping{background:transparent url(../img/icons/car.png) no-repeat right;}
.invoices{background:transparent url(../img/icons/page_white_text_width.png) no-repeat right;}
.addorder{background:transparent url(../img/icons/folder_page_add.png) no-repeat right;}
.add{background:transparent url(../img/icons/add.png) no-repeat right;}
.app_add{background:transparent url(../img/icons/application_add.png) no-repeat right;}
.report_seo{background:transparent url('../img/16/security green.png') no-repeat right;}
.modules{background:transparent url(../img/icons/bricks.png) no-repeat right;}
.modules_manage{background:transparent url('../img/16/gear red.png') no-repeat right;}
.inbox{background:transparent url('../img/16/telephone green.png') no-repeat right; }
.glob{background: transparent url('../img/16/globe red.png') no-repeat right;}
.twitter{background: transparent url('../img/social/twitter.png') no-repeat right;}
.facebook{background: transparent url('../img/social/facebook.png') no-repeat right;}
.statistics{background: transparent url('../img/16/pie_chart red.png') no-repeat right;}
.last_records{background: transparent url('../img/16/protect red.png') no-repeat right;}
.welcome {background: transparent url('../img/16/label_new red.png') no-repeat right;}
.error_icon{background: transparent url('../img/16/wall red.png') no-repeat right;}
.addBox{background: transparent url('../img/16/calculator red.png') no-repeat right;}
.clock{background: transparent url('../img/16/clock red.png') no-repeat right;}
.time{background: transparent url('../img/16/bulb red.png') no-repeat right;}
.info{background: transparent url('../img/16/bulb green.png') no-repeat right;}
.contact{background: transparent url('../img/16/telephone red.png') no-repeat right;}
.archive{background:transparent url('../img/16/attachment green.png') no-repeat right;}
.global-green{background: transparent url('../img/16/globe green.png') no-repeat right;}
.attred{background: transparent url('../img/16/attachment red.png') no-repeat right;}
.dollared{background: transparent url('../img/16/currency_dollar red.png') no-repeat right;}
.error{background: transparent url('../img/16/exclamation.png') no-repeat right;}
.note{background: transparent url('../img/16/error.png') no-repeat right;}
.done{background: transparent url('../img/16/accept.png') no-repeat right;}
.userdelete{background:transparent url(../img/icons/user_delete.png) no-repeat right;}

/* my code */
.focusField{
    border:solid 2px #294145;
    background:#EFF5FF;
    color:#000;
    margin: 5px;
}
.idleField{
    /*background:#EEE;*/
    /*color: #6F6F6F;*/
    border: solid 2px #C3D7DB;
    margin: 5px;
}
p.padding-right{
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}
div.error{
    color:#ff3333;
    border:2px solid #ff3333;
    text-align: center;
    font-size:14px;
    padding:5px;
}
div.done{
    color:#8FBB3F;
    border:2px solid #8FBB3F;
    text-align: center;
    font-size:14px;
    padding:5px;
}
ul.errors{
    list-style: none;
    color : #ff3333;
    margin:3px 0px 3px 0px;
}

.zend_form{
    overflow: hidden;
    margin:0px;
    padding:0px;
}
.zend_form dt label{
    font-weight: bold;
}
.zend_form dd , .zend_form dt{
    margin: 2px;
}
.zend_form dt{
    /*margin-bottom: 7px;*/
}
#register dt ,
#changepassword dt ,
#changepersonal dt,
#invitation dt ,
#conatc dt ,
/*#addForm dt,*/
#forget dt{
    width:20%;
    float:right;
}
/*#addForm dd{
    width:25%;
    float:right;
    border: 1px solid #998877;
}*/
dt#agree-label{
    width:41%;
}
p#note{ color:#ff3333;}
ul.error{
    margin-right: 10px;
    list-style: none;
    color : #ff3333;
}
ul.error li{
    padding-right:15px;
}
ul.content{
    margin:5px 30px 20px 10px;
}
ul.content li{
    /*padding:50px;*/
}
p.news-alert{
    margin: 5px;
    /*border:1px solid #ff3333;*/
    background-color: #C5E300;
    width:450px;
    overflow: hidden;
}

p.news-alert img {
    float: right;
    margin:2px;
    margin-left:10px;
    margin-top:0px;
}
p.notes{
    margin: 5px;
    margin-bottom: 15px;
    background-color:#FFF6BF;
    border: 1px solid #FFD324;
    padding:10px;
}
p#msrofi, p#cwg{
    text-align: center;
}
p#msrofi div.post,
p#cwg div.post{
    text-align:right;
    margin:5px 5px 10px 5px;
}
p#msrofi div.post div.txt:before,
p#cwg div.post div.txt:before{
    content: " * ";
    color:#FF0033;
    font-weight: bold;
}
label{font-weight:bold;}
.featureImg{/*border:1px solid #C3D7DB;*/margin: 5px;background-color:#D9EAED;padding:5px;}
.errorNote{
    background-color:#FBE3E4;border:2px solid #FBC2C4;margin:5px;padding:5px;
}
.noticeThis{
    margin:5px;background-color: #E6EFC2;border:2px solid #C6D880;padding:5px;
}
.plzNote{
    margin:5px;background-color: #FFF6BF;border:2px solid #FFD324;padding:5px;
}
div#pieChartDiv,div#monthlyDiv{
    text-align:center;
    /*border:1px solid #009988;*/
}
input.checkbox{
    margin: 0 3px 0 3px;
    vertical-align: middle;
}
.noBold label{
    font-weight: normal;
}
