﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.GridViewStyle
{
    border: 1px solid #265428;
    width: 100%;
}
.menubg
{
    background-color: #446339;
}


.rowstyle
{
    border-bottom: solid 1px #ffffff;
    font-family: Tahoma;
    font-size: 12px;
}

.buttonnxt
{
    color: #265428;
    background-image: url('../images/btn.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    width: 120px;
    height: 30px;
    font-family: Tahoma;
    font-weight: bold;
}
.button
{
    color: #ffffff;
    background-color: #265428;
    border: 1px solid #601f19;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 40px;
    height: 20px;
}
.Label
{
    color: #1c4342;
    
}
.Title_Inside
{
    color: #ab632e;
    text-decoration: underline;
    
}
.rowHight
{
    height: 30px;
}
a:link, a:visited
{
    color: #034af3;
}

.fieldset
{
    direction: rtl;
}
.Linkstyle
{
    color: #034af3;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.Linkstyle:hover
{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


.read
{
    color: #e7832d;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.read:hover
{
    color: #265428;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.title
{
    color: #543816;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.gvtitle1
{
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

.gvtitle
{
    color: #f9f7f6;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}


.page
{
    width: 900px;
    background-color: #f9f7f6;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #265428;
    border: 1px #265428 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 3px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.table.tr.td
{
    color: #657b66;
    background-color: #657b66;
}
div.menu ul li a:hover
{
    background-color: #e87e2a;
    color: #000000;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #265428;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /*margin: 1em 0px;
    padding: 1em;*/
    border: 1px solid #265428;
}

fieldset p
{
    margin: 2px 10px 10px 10px;
    text-align: justify;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
}
legend span
{
    vertical-align: top;
    margin-top: 50px;
    color: #265428;
}

.hidecol
{
    display: none;
}
input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}



.loginDisplay1
{
    font-size: 1.1em;
    display: block;
    padding: 10px;
    color: #FFFFFF;
}

.loginDisplay1 a:link
{
    color: #FFFFFF;
}

.loginDisplay1 a:visited
{
    color: #FFFFFF;
}

.loginDisplay1 a:hover
{
    color: black;
    text-decoration: underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.menuStyle
{
    font-family: 'Simplified Arabic' , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    background-color: Transparent;
    color: #FFFFFF;
    text-align: center;
    height: 20px;
    display: inline;
}
.staticMenuStyle
{
    font-size: 12pt;
    background-color: transparent;
    color: #FFFFFF;
    height: 20px;
    padding-right: 5px;
    display: inline;
}
.staticMenuItemStyle
{
    background-color: #265428;
    color: #ffffff;
    border: solid 1px #265428;
    font-weight: bold;
    padding-right: 5px;
}
.staticHoverStyle
{
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #265428;
    font-weight: bold;
    padding-right: 5px;
    display: inline;
    z-index: 0px;
}
.staticMenuStylemoduleMenu
{
    font-size: 12pt;
    background-color: transparent;
    color: #FFFFFF;
    height: 20px;
    width: 100px;
    display: inline;
}
.staticMenuItemStylemoduleMenu
{
    background-color: #265428;
    color: #ffffff;
    border: solid 1px #265428;
    font-weight: bold;
    width: 100px;
    display: inline;
}
.staticHoverStylemoduleMenu
{
    background-color: #000000;
    color: #000000;
    border: solid 1px #ffffff;
    font-weight: bold;
    width: 100px;
    display: inline;
}
.dynamicMenuStyle
{
    font-size: 8pt;
    border: solid 1px #BFBFBF;
    background-color: #ffffff;
    color: #1D1B11;
    margin-right: -68px;
    display: inline;
    z-index: 100;
}


.divMainmenu
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.dynamicMenuItemStyle
{
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    background-color: #b9d7b9;
    border: solid 1px #D8D8D8;
    color: #7F7F7F;
    display: inline;
}
.dynamicHoverStyle
{
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    border: solid 1px #000000;
    background-color: #265428;
    color: #000000;
    cursor: hand;
    display: inline;
}
.dynamicSelectedStyle
{
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    color: #1D1B11;
    display: inline;
    border: solid 1px #948B54;
}
.wahScr
{
    background-image: url('../images/Sup.png');
    background-repeat: no-repeat;
    float: left;
    clip: rect(5px, auto, auto, 5px);
    position: fixed;
    z-index: 30;
    background-color: transparent;
    width: 155px;
    height: 220px;
    top: 5px;
    left: 5px;
    text-align: center;
}
.SrvDiv
{
    width: 200px;
    margin-left: 10px;
    float: right;
    text-align: right;
}

.SrvDiv li a
{
    height: 37px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 29px;
    text-decoration: none;
    text-align: center;
     font-weight:bold
   
}

.SrvDiv li a:link, .SrvDiv li a:visited
{
    color: navy;
    display: block;
    background: url('../images/off.png') top center no-repeat;
    padding: 8px 0 0 10px;
    height: 29px;
   
    text-align: center;
}

.SrvDiv li a:hover
{
    color: blue;
    background: url('../images/on.png') top center no-repeat;
    padding: 8px 0 0 10px;
    height: 29px;
    text-align: center;
}
.SrvDiv ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    
}