﻿html
{
    height: 100%;
    overflow-y: scroll;
}

body
{
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    background: #F2F5FE url('Images/background.gif') repeat-x 0px 0px;
}

.MainDiv
{
    width: 770px;
    margin: 0 auto;
    direction: rtl;
}

.Header
{
    margin-top: 40px;
    background: url('Images/header.jpg') no-repeat;
    width: 770px;
    height: 100px;
}

.KWLogo
{
    float: right;
    margin-right: 10px;
    background: url('Images/kwlogo.png') no-repeat;
    width: 118px;
    height: 99px;
}

.HeaderText
{
    float: right;
    color: #FFFFFF;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    width: 387px;
    padding-top: 5px;
    padding-right: 20px;
}

.Logo
{
    float: left;
    background: url('Images/logo.png') no-repeat;
    width: 235px;
    height: 100px;
}

.Sep
{
    background-color: #192666;
    height: 35px;
    margin-top: 3px;
    margin-right: 5px;
    width: 760px;
    text-align: center;
    color: #FF0000;
    font-size: 29px;
    font-weight: bold;
}

.OuterContent
{
    min-height: 700px;
}

.ContentBorderL
{
    float: left;
    background: url('Images/contentborderL.png') repeat-y;
    width: 5px;
    min-height: inherit;
}

.Content
{
    float: left;
    width: 720px;
    background-color: #fff;
    min-height: inherit;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.ContentBorderR
{
    float: right;
    background: url('Images/contentborderR.png') repeat-y;
    width: 5px;
    min-height: inherit;
}

.Footer
{
    background: url('Images/footer.png') no-repeat;
    width: 100%;
    height: 17px;
    clear: both;
}


.MenuContainer
{
    float: right;
    width: 200px;
    height: 700px;
}

.MenuTop
{
    background: url('Images/menutop.gif') no-repeat;
    width: 200px;
    height: 20px;
}

.MenuBody
{
    background: url('Images/menubackground.gif') repeat-y;
    width: 200px;
    height: 100%;
}

.MenuBottom
{
    background: url('Images/menubottom.png') no-repeat;
    width: 200px;
    height: 12px;
}

.MenuHeader
{
    font-size: 27px;
    font-weight: bold;
    width: 200px;
    text-align: center;
    background-color: #a0b9f3;
}

.MenuItems
{
    padding-top: 15px;
    text-align: center;
}

.MenuItems ul
{
    list-style-type: none;
    padding: 0px;
}

.MenuItems ul li
{
    padding-bottom: 20px;
    padding-right: 4px;
    font-size: 17px;
    font-weight: bold;
}

.MenuItems ul li a
{
    background: url('Images/menuitem.gif') no-repeat;
    width: 191px;
    height: 25px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
}

.MenuItems ul li a:hover
{
    background: url('Images/menuitemhover.gif') no-repeat;
}

.InnerContent
{
    background: url('Images/contentbackground.jpg') no-repeat;
    float: left;
    width: 520px;
    min-height: inherit;
    padding-top: 20px;
}

.ContentText
{
    font-weight: bold;
    font-size: 27px;
    background-color: #dee5fd;
    padding-right: 20px;
}

.ContentTitle
{
    color: #F00;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ContentPlaceHolder
{
    padding: 5px;
}


.Login
{
    width: 770px;
    margin: 0 auto;
    font-size: 20px;
    padding: 40px;
}

input[type=text], input[type=password]
{
    width: 160px;
    font-size: 12px;
    font-family: Arial;
}

.GridView
{
    width: 100%;
    font-size: 12px;
}

.gvHeader
{
    background-color: #FCFCFC !important;
    color: #666666;
    background-repeat: no-repeat;
    height: 33px;
    text-align: left;
    text-decoration: none;
}

.gvHeader th
{
    text-align: right;
}

.gvRow
{
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
}

.gvRow td
{
    font-weight: normal !important;
}

.gvAltRow
{
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    background-color: #f3f3f5;
}

.gvAltRow td
{
    font-weight: normal !important;
}

.gvFooter td
{
    color: #666666;
    background-color: #f5f3f3;
    height: 10px;
    font-weight: bold;
}

.gvPager td, .gvPager a
{
    color: #fff;
    background-color: #5D7B9D;
    text-align: center;
}

.gvPager td span
{
    text-decoration: underline;
    font-weight: bold;
}


.tblPrintAll
{
    width: 100%;
    font-size: 18px;
}

.tblPrintAll td
{
    /*width: 12.5%;*/
    width: 7.5%;
}

.tblPrintAll td:nth-child(odd)
{
    font-weight: bold;
}

.disable
{
	pointer-events: none;
}
