﻿html
{
    height: 100%;
}
body
{
    background-color: #100202;
    font-family: Verdana, Sans-Serif;
    font-size: 13px;
    color: #000000;
    min-height: 100%;
    height: 100%;
}

input
{
    border-style: solid;
    border-color: #897754;
    border-width: 1px;
}

input[type=checkbox]
{
    border: none;
}

select
{
    border-style: solid;
    border-color: #897754;
    border-width: 1px;
}

a
{
    color: #b23e2a;
    text-decoration: none;
}

img
{
    border: none;
}

.Top
{
    min-width: 790px;
    max-width: 1034px;
    margin: 0 auto;
    height: 100%;
    
    background-image: url('/Images/Site/Default/bg.png');
    background-position: center 0px;
    background-repeat: repeat-y;
}

.Top form
{
    background-image: url('/Images/Site/Default/bg.png');
    background-position: center 0px;
    background-repeat: repeat-y;
}

.TopContainer
{
    width: 100%;
    height: 99%;
    margin: 0 auto;
}

.Header
{
    position: relative;
}

.HeaderTop
{
    background-image: url('/Images/Site/Default/header.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    height: 170px;
}

.HeaderNav
{
    background-image: url('/Images/Site/Default/nav-bg.png');
    background-position: center 0px;
    background-repeat: no-repeat;    
}

.HeaderHUD
{
    background-color: #564242;
    filter:alpha(opacity=67);
    opacity:0.67;    
    color: #fefae7;
    font-family: Verdana;
    font-size: 12px;
    border: solid 1px #e6e3c5;
    text-align: left;
    vertical-align: middle;
        
    position: absolute;
    top: 54px;
    right: 16%;
    width: 269px;
    height: 84px;
}

.HeaderHUD a
{
    color: #fefae7;
}

.HeaderHUDHeader
{
    background-color: #322929;
    font-size: 14px;
    width: 100%;
    height: 34px;
    margin: auto 0 auto 0;
}

.HeaderHUDHeaderInner
{
    padding: 4px 10px 0px 4px;
}

.HeaderHUDHeaderSeperator
{
    line-height: 4px;
}

.HeaderHUDMail
{
}

.HeaderHUDMailUnread
{
    font-weight: bold;   
}


.ModalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.Body
{
    width: 754px; /* 790-(18*2) */
    margin: 0 auto 0 auto;
    padding: 4px 0px 4px 0px;
}

.Footer
{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.FooterText
{
    text-align: right;
    font-family: Helvetica;
    font-size: 11px;
    color: #999780;
    width: 729px;    
    margin: 0 auto 0 auto;
}

.DirtyHr
{
    height: 1px;
    background-image: url('/Images/Site/Default/hr.gif');
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.SectionNav
{
    width: 100%;
    background-color: #f2ebd2;
    border: solid 1px #e3e2d1;
    text-align: center;
    padding: 6px 0px 6px 0px;
    color: #cdcccb;
}

.InboxListing
{
    border-collapse: collapse;
    border-color: #e3e2d1;
    border-style: none;
    background-color: #ffffff;
}

.InboxListing th
{
    border: none;
    background-color: #F3F2E1;
}

.InboxListing tr
{
    border: none;
}

.InboxListing td
{
    border: none;
}

.InboxListingLink
{
    display: block;
    width: 100%;
}