body {
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    background-image: url(images/main_bg_3.png);
    background-repeat: repeat-x;
}


h1 {
    margin: 7px;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
}

h2 {
    font-variant: small-caps;
    padding: 0;
    margin: 7px;
    margin-left: 0;
}

h3 {
    margin: 5px;
    margin-left: 0;
    padding: 0;
}


a img {
    border: none;
}


div#container {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

div#footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
    color: black;
    border-top: 1px gray solid;
    text-align: center;
    font-size: 8pt;
}

div#header {
    width: 100%;
    background-color: black;
    height: 115px;
}


div#header span#logo {
float: left;
}

div#header span#user {
    float: right;
    color: white;
    margin-top: 80px;
    font-size: 15px;
}

div#header span#user a {
    color: #ff5555;
}


div#menu {
    background-color: #800;
    background-image: url(images/button_bg.png);
    background-repeat: repeat-x;
    font-size: 20px;
    height: 36px;
    border-top: 2px white solid;
    border-bottom: 2px black solid;
    color: white;
    text-align: center;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
} 

div#menu a {
    color: white;
    text-decoration: none;
    width: 175px;
    display: block;
    height: 31px;
    padding-top: 5px;
    float: left;
}

div#menu a:hover {
    background-color: #400;
    font-weight: bold;
}


div#main {
    font-size: 10pt;
    right: auto;
    padding: 6px;
}

div#main a:hover {
    background-color: #ff6;
}


table.message-display {
    width: 100%;
}

.zebra-odd {
    background-color: #ccc;
    padding: 6px;
    margin-bottom: 5px;
}

.zebra-even {
    background-color: #fff;
    padding: 6px;
    margin-bottom: 5px;
}



div#greatWhite {
    text-align: center;
    color: white;
    font-size: 48px;
}

div#mediumWhite {
    text-align: center;
    color: white;
    font-size: 18px;
}

div#smallWhite {
    text-align: center;
    color: white;
    font-size: 14px;
}

div#mediumGray {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
}

div#smallGray {
    text-align: center;
    color: #3f3f3f;
    font-size: 14px;
}

div#smallGrayLeft {
    text-align: left;
    color: #3f3f3f;
    font-size: 14px;
}

div#smallBlack {
    text-align: center;
    color: black;
    font-size: 14px;
}

div#leftBlack {
    text-align: left;
    color: black;
    font-size: 14px;
}

div#rightBlack {
    text-align: right;
    color: black;
    font-size: 14px;
}

span.error {
    color: #a00;
    font-weight: bold;
}

div.home_sum {

}

div.home_blt {
 
}

div.home_flist {
   
}

div.msg_menu {
   
}

table#msg_toolbar {
    width: 100%;
    margin-top: 10px;
    background-color: #eee;
    border: 2px black solid;
    padding: 3px;
    font-size: 11pt;
    font-weight: bold;
}

table#msg_toolbar td {
    width: 33%;
    text-align: center;
}


table#message_display {
    padding: 8px;
    width: 100%;
}

table#message_display .pic {
    text-align: center;
    vertical-align: top;
    width: 120px;
}

table#message_display .sender {
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    width: 110px;
    padding-right: 10px;
}


table#message_display .sender p.date {
    color: #333;
    font-size: 8pt;
    font-style: italic;
}


table#message_display .body {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px black solid;
}





table#message_inbox {
    padding: 0;
    width: 100%;
}

table#message_inbox .pic {
    text-align: center;
    vertical-align: top;
    width: 120px;
}

table#message_inbox .sender {
    text-align: right;
    vertical-align: bottom;
    width: 130px;
}

table#message_inbox .sender p.date {
    font-size: 8pt;
    color: #333;
}


table#message_inbox .subject {
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
    border-bottom: 1px black solid;
}
