﻿   /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
@font-face {
    font-family: "BYekan";
    src: url("/Manage/Style/Fonts/BYekan.eot?#") format("eot"), url("/Manage/Style/Fonts/BYekan.woff") format("woff"), url("/Manage/Style/Fonts/BYekan.ttf") format("truetype");
}
/*@font-face {
    font-family: "BHoma";
    src: url("/Areas/Site/Style/Fonts/BHoma.eot?#") format("eot"), url("/Areas/Site/Style/Fonts/BHoma.woff") format("woff"), url("/Areas/Site/Style/Fonts/BHoma.ttf") format("truetype");
}*/
html, body {height:100% }

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
     form, label, 
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    
    font-size: 100%;
    font: inherit;
    font-family:Tahoma;
    vertical-align: baseline;
    text-decoration:none;
    }
        ul li
        {
            margin:3px
        }
        ul ul
        {
            margin:7px 0px 5px 20px
        }    
        body.rtl  ul ul
        {
            margin:7px 20px 5px 0px
        }
    /* HTML5 display-role reset for older browsers */
    b
    {font-weight:bold!important;font-size: 90%;
    }
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1.5;font-size: 62.5%;
    }
   body.rtl
     {
        direction:rtl
    }
    ol, ul {
    list-style: none;
    }

    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
b, strong { font-weight:bold}
