@font-face {
    font-family: "BMitra";
    src: url("fonts/BMitra.eot?#") format("eot"), url("fonts/BMitra.woff") format("woff"), url("fonts/BMitra.ttf") format("truetype");
}

@font-face {
    font-family: "nassim-bold";
    src: url("nassim-bold.eot?#") format("eot"), url("nassim-bold.woff") format("woff"), url("nassim-bold.ttf") format("truetype");
}

body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt tahoma;
    background: #eeeeee url(../images/masterBackDark.png) !important;
    width: 100%;
    overflow-x:hidden;
    
}

h1,h2,h3
{
    font-family: nassim-bold;
    
    
}

#page
{
    margin-top: 0px;
    margin-bottom: 5px;
    background: white url(../images/masterBack.png);
    border: 1px dotted #aaa;
	box-shadow: 0 1px 10px #333;
    width: 950px !important;
	border-radius: 0 0 10px 10px;
}

#header
{
    margin: 0;
    padding: 0;
    /*border-top: 2px solid #000;*/
    border-bottom: 1px dotted #000;
    background-color: #476e95 /*#3f66dd */;
    font: 12px 'tahoma';
    height: 100px;
    color: #fff;
}

#fieldset{
    padding: 10px;
    font: 12px tahoma;
    direction: rtl;
    border: 1px solid #ababab;
    border-radius: 5px
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 0px;
    font-size: 11px;
    color: grey;
    text-align: center;
    font-family: tahoma;
/*    border-top: 1px solid #000;*/
/*    background:#fff url('../images/headerBack.png') repeat-x left top;*/
}

#mainmenu
{
    
    font: 12px tahoma;
    margin: 0;
    padding: 0;
}

#mainmenu div{
	background:white url(../images/bg.jpg) repeat-x left top;
	border-bottom: 1px dotted #ababab;
	position: relative;
}

#mainmenu div span{
    display: inline-block;
	position: absolute;
	top: 2%;
	right: 0;
	width: 8px;
	height: 96%;
	border-radius: 2px 0 0 2px;
}

#upmenu
{
    background:white url(../images/uMenuBack.png) repeat-x left top;
    font: 12px tahoma;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
}

#registermenu
{
    margin: 0;
    padding: 0;
    line-height: 12px;
}

#mainmenu ul
{
    padding:8px 10px 8px 10px;
    margin:0px;
}

#upmenu ul,
#registermenu ul
{
    padding:0px;
    margin: 0px;
}

#mainmenu ul li,
#upmenu ul li,
#registermenu ul li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#mainmenu ul li a
{
    color:#000;
    background-color:transparent;
    border-radius: 4px;
    font-size:12px;
    line-height: 12px;
    /*font-weight:bold;*/
    text-decoration:none;
    padding:5px 8px;
}

#upmenu ul li a
{
    color:#fff;
    background-color:transparent;
    font-size:12px;
    line-height: 12px;
    /*font-weight:bold;*/
    text-decoration:none;
    padding:5px 8px 5px 0px;
}

#registermenu ul li a
{
    color:#fff;
    background-color:transparent;
    font-size:12px;
    line-height: 12px;
    /*font-weight:bold;*/
    text-decoration:none;
    padding:5px 0px 5px 12px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #fff;
    background-color:#888;
    border-radius: 4px;
    text-decoration:none;
}

#upmenu ul li a:hover, #upmenu ul li.active a
{
    color: #fc0;
    background-color:transparent;
    border-radius: 4px;
    text-decoration:none;
}

#registermenu ul li a:hover, #registermenu ul li.active a
{
    color: #fc0;
    background-color:transparent;
    border-radius: 4px;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    /*margin-bottom:1em;*/
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font: 12px tahoma;
    /*    font-size: 0.9em;*/
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font: 12px tahoma;
    /*font-weight: bold;*/
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}


#loginBack{
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 270px;
    background: url('../images/loginBack.png');
}

.loginField{
    position: relative;
    background: #f3f3f3;
    border-radius: 10px;
    border:1px solid #cdcdcd;
    height: 40px;
    width: 330px;
    direction: ltr;
    margin: 7px auto;
    padding: 0px 4px;
}


#login-form{
    position: relative;
    text-align: center;
}


#loginFormButton{
    border-radius: 10px;
    font: 16px 'b yekan';
    cursor: pointer;
}

.lable{
    font: 12px tahoma;
}

.submit{
    font: 12px tahoma;
    width: 220px;
    height: 20px;
}

.menuSeparatorHR{
	margin: 0 auto !important;
	width: 95%;
	border: none;
	background: #999;
	height: 1px;
}