/* 
    Document   : MasterStyleSheet
    Created on : May 6, 2011, 5:28:06 PM
    Author     : MB-dataRefresh, LLC
    Description:
        Purpose of the stylesheet follows.
*/

.MainBodyWrapper {
    text-align: center;
}

.MainBodyInnerWrapper {
    margin: auto;
    width: 860px;
}

.MainBodyInnerDynamicWrapper {
    width: 100%;
}

.PageSelectionButton {
    /*    background: url('../Backgrounds/808000-ffffff-right-220-40.png') repeat-y #ffffff left;
    */
    background: #cccc99;
    color: #666633;
    font: 20px bold;
    font-family: "Arial Black";
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

.PageSelectionButtonPressed {
    /*    background: url('../Backgrounds/808000-ffffff-right-220-40.png') repeat-y #ffffff left;
    */
    background: #aaaa77;
    color: #444422;
    border: 2px solid;
    border-left-color: #666633;
    border-top-color: #666633;
    border-right-color: #eeeebb;
    border-bottom-color: #eeeebb;
    font: 20px bold;
    font-family: "Arial Black";
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

.HeaderLogo {
    background: #cccc99;
    width: inherit;
    height: inherit;
    text-align: left;
    border: #ddddaa solid 1px;
    padding-top: 3px;
}

.MainBody {
    padding-right: 210px;
}

.WorkArea {
    float: left;
    width: 100%;
}

.TextArea {
    float: left;
    text-align: left;
}

.Text {
    font-family:Verdana;
    margin-left: 20px;
    font-size: 11.0pt;
}

.HeadLine {
    margin-top: 40px;
    margin-left: 10px;
    font-weight: bold;
    color: #007850;
    font-family: "Arial Black";
}

.PictureRight {
    float: right;
    /* When changing the width -> change marign-right too. And the padding-right in .MainBody */
    width: 205px;
    margin-right: -210px;
    margin-top: 20px;
}

.Copyright {
    width: 100%;
    border-top: black 2px solid;
    padding-top: 5px;
    font-size: 10px;
}
