﻿*
{
    margin: 0px;
    direction: rtl;
}

body
{
    font-family: Arial;
    font-size: 12px;
    min-width: 1000px;
    background-color: #f7f7f7;
    margin-bottom: 100px;
}

div
{
    overflow: hidden;
}

/*-------------------- LAYOUTS --------------------*/

.HeaderWrapper
{
    background-color: #ca0002;
    min-width: 1000px;
    background-image: url(../Images/HeaderBg.jpg);
    background-repeat: repeat-x;
}

.HeaderWrapper .Header
{
    height: 80px;
    width: 1000px;
    margin: auto;
}

.HeaderWrapper .Header .Logo
{
    width: 194px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.HeaderWrapper .Header .Logo span
{
    display: block;
    height: 0px;
    width: 0px;
    text-indent: -9999px;
}

.HeaderWrapper .Header .Logo img
{
    border: none;
}

.HeaderWrapper .Header .TopTools
{
    width: 190px;
    float: left;
    margin-left: 10px;
}

.HeaderWrapper .Header .TopTools .Login
{
    color: White;
    font-size: 11px;
    width: 190px;
    text-align: left;
    visibility: hidden;
}

.HeaderWrapper .Header .TopTools .Login a
{
    color: White;
    text-decoration: none;
    height: 15px;
    font-weight: bold;
}

.HeaderWrapper .Header .TopTools .Search
{
    width: 188px;
    border: solid 1px silver;
    background-color: White;
    height: 23px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.HeaderWrapper .Header .TopTools .Search .Input
{
    background-color: White;
    border: none;
    font-family: Tahoma;
    color: Gray;
    font-size: 11px;
    padding: 5px;
    width: 150px;
    float: right;
}

.HeaderWrapper .Header .TopTools .Search .Button
{
    cursor: pointer;
    height: 17px;
    width: 16px;
    padding: 3px 6px 3px 6px;
}

.HeaderWrapper .Header .TopTools .Language
{
    text-align: left;
}

.HeaderWrapper .Header .TopTools .Language a
{
    color: White;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.HeaderWrapper .Header .TopTools .Language a:hover
{
    text-decoration: 'underline';
}

.TopMenuWrapper
{
    background-color: #b60002;
    border-bottom: solid 6px #dfdfdf;
    background-image: url(../Images/TopMenuLiBg.jpg);
    background-position: center;
}

.TopMenuWrapper .TopMenu
{
    height: 30px;
    padding: 0px;
    display: block;
    max-width: 980px;
    margin: auto;
    border-right: solid 1px #990000;
}

.TopMenuWrapper .TopMenu a
{
    cursor: pointer;
}

.TopMenuWrapper .TopMenu .SubTopMenu
{
    position: absolute;
    background-color: #dfdfdf;
    padding: 0px;
    z-index: 100;
    border-bottom: solid 2px #ca0002;
    display: none;
}

.TopMenuWrapper .TopMenu .SubTopMenu li
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #dfdfdf;
    float: none;
    border: none;
    height: 24px;
    line-height: 24px;
    background-image: none;
    text-align: right;
    min-width: 130px;
    padding-right: 20px;
    background-image: Url(../Images/RedDot.gif);
    background-repeat: no-repeat;
    background-position: 142px center;
}

.TopMenuWrapper .TopMenu .SubTopMenu li:hover
{
    border: none;
    background-color: Gray;
    background-position: 142px center;
}

.TopMenuWrapper .TopMenu .SubTopMenu li:hover a
{
    color: White;
}

.TopMenuWrapper .TopMenu .SubTopMenu li a
{
    color: #ca0002;
}

.TopMenuWrapper .TopMenu li
{
    display: block;
    border-left: solid 1px #990000;
    border-right: solid 1px #ca0002;
    float: right;
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-image: url(../Images/TopMenuLiBg.jpg);
    background-position: center;
}

.TopMenuWrapper .TopMenu li:hover
{
    border-left: solid 1px #880000;
    border-right: solid 1px #990000;
    background-position: bottom;
}

.TopMenuWrapper .TopMenu .Selected, .TopMenuWrapper .TopMenu .Selected:hover
{
    background-position: top;
}

.TopMenuWrapper .TopMenu .Selected a
{
    color: #990000;
}

.TopMenuWrapper .TopMenu li a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.TopMenuWrapper .TopMenu .PhoneNumber
{
    float: left;
    border: none;
    color: White;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.TopMenuWrapper .TopMenu .PhoneNumber:hover
{
    background: none;
    border: none;
}

.TopMenuWrapper .TopMenu #HomePage
{
    width: 20px;
}

.TopMenuWrapper .TopMenu #HomePage img
{
    border: none;
    padding: 5px 2px;
}

.Content
{
    min-height: 100px;
    width: 1000px;
    margin: auto;
    margin-top: 2px;
}

.Footer
{
    padding: 10px;
}

.Footer .Logo
{
    border: none;
    float: right;
    padding: 2px;
    padding-left: 10px;
}

.Footer .Phone
{
    border: none;
    float: left;
    padding: 2px;
    padding-left: 10px;
}

.Footer .FooterContent
{
    border-right: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    width: 730px;
}

.Footer .FooterContent a
{
    color: #3c3c3c;
}

.Footer .FooterContent p
{
    text-align: right;
    font-size: 12px;
    padding: 2px;
    color: #3c3c3c;
}

.RightColumn
{
    width: 250px;
    float: right;
}

.RightColumn .ShadowContent250
{
    min-height: 690px;
}

.CenterColumn
{
    width: 500px;
    float: right;
}

.LeftColumn
{
    width: 250px;
    float: left;
}

.LeftColumn .ShadowContent250
{
    min-height: 1200px;
}

.ContentColumn
{
    width: 700px;
    float: right;
}

.MenuColumn
{
    width: 300px;
    float: right;
}

.WidePanel
{
    width: 1000px;
    margin: auto;
}

.WidePanel750
{
    width: 750px;
    margin: auto;
}

.Box
{
    width: 250px;
    float: right;
}

.ShadowTop240
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 236px;
}

.ShadowBottom240
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 236px;
}

.ShadowContent240
{
    background-image: url(../Images/DropShadow240px.png);
    min-height: 620px;
    padding: 0px 3px 0px 3px;
    position: relative;
}

.ShadowTop250
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 246px;
}

.ShadowBottom250
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 246px;
}

.ShadowContent250
{
    position: relative;
    background-image: url(../Images/DropShadow250px.png);
    padding: 0px 3px 0px 3px;
}

.ShadowTop300
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 296px;
}

.ShadowBottom300
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 296px;
}

.ShadowContent300
{
    background-image: url(../Images/DropShadow300px.png);
    padding: 1px 4px 1px 4px;
}

.ShadowTop520
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 516px;
}

.ShadowBottom520
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 516px;
}

.ShadowContent520
{
    background-image: url(../Images/DropShadow520px.png);
    min-height: 620px;
    padding: 0px 3px 0px 3px;
    position: relative;
}

.ShadowTop500
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 496px;
}

.ShadowBottom500
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 496px;
}

.ShadowContent500
{
    background-image: url(../Images/DropShadow500px.png);
    min-height: 690px;
    padding: 0px 3px 0px 3px;
    position: relative;
}

.ShadowTop700
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 696px;
}

.ShadowBottom700
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 696px;
}

.ShadowContent700
{
    background-image: url(../Images/DropShadow700px.png);
    padding: 1px 4px 1px 4px;
    min-height: 700px;
}

.ShadowTop750
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 746px;
}

.ShadowBottom750
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 746px;
}

.ShadowContent750
{
    background-image: url(../Images/DropShadow750px.png);
    padding: 0px 3px 0px 3px;
}

.ShadowTop1000
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: top;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 996px;
}

.ShadowBottom1000
{
    background-image: url(../Images/DropShadowTopBottom.png);
    background-position: bottom;
    height: 3px;
    margin-left: 2px;
    margin-right: 2px;
    width: 996px;
}

.ShadowContent1000
{
    background-image: url(../Images/DropShadow1000px.png);
    padding: 0px 3px 0px 3px;
}

/*-------------------- LISTS --------------------*/

.BlueTextRedDotList
{
    list-style: none;
    padding: 0px;
    font-size: 12px;
}

.BlueTextRedDotList li
{
    padding: 3px 12px 3px 10px;
    background-image: url(../Images/RedDot.gif);
    background-position: 98% 10px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #dadada;
}

.BlueTextRedDotList li:hover
{
    background-color: Gray;
}

.BlueTextRedDotList li a
{
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
}

.BlueTextRedDotList li:hover a
{
    color: White;
}

.ConferencesList
{
    list-style: none;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    display:none;
}

.ConferencesList li
{
    padding: 5px;
    border-bottom: solid 1px #e1e1e1;
}

.ConferencesList a
{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.ConferencesList a:hover
{
    color: Red;
}

/*-------------------- Button --------------------*/

.GrayButton
{
    height: 20px;
    width: 80px;
    background-image: url(../Images/GrayButton.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
}

.GrayButton a
{
    color: Gray;
    text-decoration: none;
}

.GrayButton a:hover
{
    color: Red;
    text-decoration: none;
}

.GrayButtonReg
{
    height: 20px;
    width: 80px;
    background-image: url(../Images/GrayButton.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
}

.GrayButtonReg a
{
    color: Gray;
    text-decoration: none;
}

.GrayButtonReg a:hover
{
    color: Red;
    text-decoration: none;
}

.RedButton
{
    display:block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url(../Images/RedButton.jpg);
    background-position: top;
    color:White;
    text-decoration:none;
    font-weight:bold;
}

.RedButton:hover
{
    background-position: bottom;
}

/*-------------------- Pager --------------------*/

.Pager
{
    padding: 10px;
}

.Pager span
{
    float: right;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #ca0002;
    font-weight: bold;
    font-size: 14px;
}

.Pager ul
{
    padding: 0px;
    list-style: none;
}

.Pager li
{
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    line-height: 20px;
}

.Pager li:hover
{
    background-color: Silver;
}

.Pager .Selected, .Pager .Selected:hover
{
    background-color: #ca0002;
    color: White;
}

.Pager a
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}

.Pager .Selected a
{
    color: White;
}

.PageNavigation
{
    overflow: hidden;
    list-style: none;
    background-color: #5a5a5a;
    height: 24px;
    line-height: 24px;
    border-top: solid 2px #5a5a5a;
    border-bottom: solid 4px #f0f0f0;
    padding: 0px;
}

.PageNavigation li
{
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -1px;
    border-left: solid 1px #737272;
}

.PageNavigation li:hover
{
    background-color: Gray;
}

.PageNavigation a
{
    color: White;
    text-decoration: none;
}

.PageNavigation .Selected
{
    background-color: #f0f0f0;
}

.PageNavigation .Selected a
{
    color: gray;
    font-weight: bold;
}

.PageNavigation .Selected:hover
{
    background-color: #f0f0f0;
}

.PageNavigation .Selected a:hover
{
    color: gray;
}

.PageNavigation.Child
{
    background-color: #f0f0f0;
    border-top: none;
    border-bottom: solid 1px #d9d9d9;
}

.PageNavigation.Child li
{
    border-left: solid 1px #d9d9d9;
}

.PageNavigation.Child li a
{
    color: gray;
    font-weight: bold;
}

.PageNavigation.Child li:hover
{
    background-color: #f0f0f0;
}

.reCaptcha table
{
    direction: ltr;
}

.GrayButton2
{
    width: 234px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-image: url(../images/graybutton2.png);
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
    text-decoration: none;
    margin: auto;
    margin-bottom: 2px;
}

