﻿html, #body
{
    border: 0;
    margin: 0;
    padding: 0;
}
body,textarea, input, select,td,h4
{
    font:9pt Tahoma;
}
body{
    min-height: 700px !important;
}
a
{
    text-decoration: none;
    color: Blue;
}
LEGEND
{
    font-family: tahoma;
    font-size: 10pt;
    height: 40px;
    color: #1122aa;
}
td[align="center"] {
    text-align: center;
}
td[valign="middle"] {
   vertical-align: middle;
}
span[disabled]
{
    color: #AAAAAA;
}
.paneColumn {
	float: right;
    padding: 3px;
}
h1,h2,h3
{
    font-family:"IRANSans";
}





/* ===============Menu Style=======================*/
.DivMenu
{
    white-space: nowrap;
    float: right;
    text-align: right;
    position: relative;
    width: 100%;
    z-index: 100;
}

.rmRootGroup
{
    padding: 0;
    margin: 0;
    position: relative;
    right: 0;
    display: block;
}

.rmRootGroup li
{
    float: right; /*  position: relative;*/
    margin-top: 1px;
}


ul.rmRootGroup li a
{
    display: block;
    text-decoration: none;
    float: left;
}
.rmGroup
{
    border-style: solid solid none;
    border-width: 1px 1px 0;
    padding-bottom: 0 !important;
    list-style: none;
    right: 0;
    top: 25px;
    margin: 0;
    padding: 0;
    float: right;
}
.level1
{
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
}
.rmGroup li
{
    position: relative;
    margin: 0;
    clear: both;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 25px;
    width: 100%;
}
.rmRootGroup .rmGroup li
{
    padding-top: 2px;
    padding-bottom: 2px;
}
ul.rmGroup li a
{
    text-align: right;
    float: right;
}
.rmItem
{
    float: right; /*  position: relative;*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.rmRootGroup div, .rmGroup div
{
    position: absolute;
    display: none;
    z-index: 3001;
}

.rmLink
{
    -x-system-font: none;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0 12px 0 12px;
    height: 22px;
}
.rmRightMenu h4 {
    font: 9pt tahoma;
    text-align:right;
}
.rmRightMenu a.accordion-toggle {
    display: block;
    width: 100%;
     position: relative;
}
.rmRightMenu a.accordion-toggle b.caret{
    float: left;
    left: 0;
    position: absolute;
    top: 50%;
}

.rmItems {
    text-align:right;
}
.rmItems a
{
    height: 25px;
    line-height:25px;
    display:block;
    width:100%;
    text-align: right;
}
/***************************/



