﻿body 
{
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    color: #292929;
    margin: 0px; 
    background-color: #dbdbdb;
    background-image: url("/Common/Images/Bg.png");
    background-repeat: repeat-x;
}
a
{
    color: #6b6b6b;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1
{
    color: #1a8639;
    font-size: 18px;
}
h2
{
    color: #1a8639;
    font-size: 14px;   
}

#Container
{
    width: 983px;
    margin: auto;
    margin-top: 20px;
}
#Header
{
    float: left;
}
#LoginStatus
{
    float: right;
}
#Content
{
    clear: both;
    padding: 15px 0px;
}
#Footer
{
    clear: both;
    text-align: right;
    color: #6b6b6b;
}

#LoginStatus
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: right;
}
#LoginStatus .SubMenu
{
    font-weight: normal;
    color: #c1c1c1;    
}
#LoginStatus .Menu
{
    font-size: 14px;
    font-weight: normal;
    color: #c1c1c1;
}
#HomeItems
{
    overflow: hidden;
}
#HomeItems a
{
    float: left;   
}
a.Tooltip
{
    text-decoration: none;
}
a.Tooltip img
{
    border: none 0px;
}
a.Tooltip div 
{
    display:none; 
    padding:10px;
    margin-top: -75px; 
    margin-left: 0px; 
}
a.Tooltip:hover div
{
    display:block;
    position: absolute;
    background:#ffffff; 
    border:1px solid #cccccc; 
    color:#6c6c6c;
}


#HomeLinks
{
    color: #6b6b6b;   
    width: 983px;
}
#HomeLinks .Head
{
    background: url("/Common/Images/HomeLinksTableHead.png") no-repeat;
    height: 10px;
}
#HomeLinks .Body
{
    background: url("/Common/Images/HomeLinksTableBody.png") repeat-y;
    overflow: hidden;
    padding-bottom: 10px;
}
#HomeLinks .Body  div
{
    float: left;   
    width: 215px;
    padding: 0px 15px 0px 15px;
}
#HomeLinks .Body  div h1
{
    margin-top: 5px;   
}
#HomeLinks div.InfoHead
{
    height: 160px;
    padding: 0px;
    margin-bottom:10px;
}
#HomeLinks .Foot
{
    background: url("/Common/Images/HomeLinksTableFoot.png") no-repeat bottom;
    height: 10px;   
}


.SubMenu a
{
    font-size: 11px;
    font-weight: bold;
    color: #1a8639;    
    text-decoration: none;
}
.SubMenu a:hover
{
    text-decoration: underline;
}
.Menu a
{
    font-size: 14px;
    font-weight: bold;
    color: #1a8639;    
    text-decoration: none;    
}
.Menu a:hover
{
    text-decoration: underline;
}





.OrderHistory
{
    background: url("/Common/Images/TableHeadGrn.png") no-repeat;   
    width: 983px;
    border-collapse: collapse;
    border-spacing: 0px;
}
.OrderHistory th, .OrderHistory td
{
    padding: 5px 15px;
}
.OrderHistory thead
{
    height: 34px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
.OrderHistory thead th
{
    background: url("/Common/Images/TableHeadDiv.png") no-repeat left;
    text-align: left;
    height: 24px;
}
.OrderHistory thead th:first-child
{
    background: none;
}
.OrderHistory tbody
{
    background: #ffffff;
}
.OrderHistory tbody td:first-child
{
    background: url("/Common/Images/TableBody.png") repeat-y;    
}
.OrderHistory tbody td+td+td+td+td
{
    background: url("/Common/Images/TableBody.png") repeat-y right;    
}
.OrderHistory tfoot
{
    background: url("/Common/Images/TableFoot.png") no-repeat bottom;   
}
.OrderHistory a
{
    color: #1a8639;
}



.Box
{
    color: #6b6b6b;   
    width: 983px;
}
.Box .Head
{
    background: url("/Common/Images/TableHead.png") no-repeat;
    height: 10px;
}
.Box .Body
{    
    background: url("/Common/Images/TableBody.png") repeat-y;
    overflow: hidden;
    min-height: 200px;
    padding: 0px 20px 5px 20px;
}
.Box .Foot
{
    background: url("/Common/Images/TableFoot.png") no-repeat bottom;
    height: 10px;   
}

.BoxBg
{
    color: #6b6b6b;   
    width: 983px;
}
.BoxBg .Head
{
    background: url("/Common/Images/TableHeadBg.png") no-repeat;
    height: 10px;
}
.BoxBg .Body
{    
    background: url("/Common/Images/TableBody.png") repeat-y;
    overflow: hidden;
}
.BoxBg .Body .Content
{    
    background: url("/Common/Images/TableBodyBg.png") no-repeat;
    overflow: hidden;
    min-height: 380px;
    padding: 0px 20px 5px 20px;
}
.BoxBg .Foot
{
    background: url("/Common/Images/TableFoot.png") no-repeat bottom;
    height: 10px;   
}

a.Link
{
    font-size: 11px;
    font-weight: bold;
    color: #1a8639;    
    text-decoration: none;
}
a.Link:hover
{
    text-decoration: underline;    
}

input.Button,
input[type=button],
input[type=submit],
input[type=reset]
{
    cursor: pointer;
    background: url("/Common/Images/Button.png") no-repeat;
    border: none 0px;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    width: 89px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 5px;
}
input.Button2
{
    cursor: pointer;
    background: url("/Common/Images/Button2.png") no-repeat;
    border: none 0px;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    width: 150px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 5px;
}
.Message
{
    color: #ff0000;
    font-weight: bold;   
}
.Error
{
    color: #ff0000;
       
}
#ModalBackground
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.MoreInfo
{
    display: none;
}

.Justify
{
    text-align: justify;
}
.fadein { position:relative; height:160px; width:983px; }
.fadein img { position:absolute; left:0; top:0; }
