@import url(../gorum/styles/orange-graphite.css);

body { 
    background: white; 
    color: black; 
    font-family: arial,verdana,helvetica; 
    margin-top:5;
    font-size: 12px; 
    text-align: center;
}
h1 { 
    color: #666666;
    font-size: 18px; 
    font-weight: normal;
    letter-spacing: 0.1em;
    text-indent:0;
}
a { 
    color: #AF2323; 
    font-weight: bold;
    text-decoration: none;
}
a:hover { 
    color: #FF9933; 
}
input.mainframe {
    color: #800080;
    background: #ffffff;
    font-size: 7pt;
    border-right: #afaeae 1 solid;
    border-left: #afaeae 1 solid;
    border-top: #afaeae 1 solid;
    border-bottom: #afaeae 1 solid
}

.infoText {
    color:red; 
    font-size: 13px; 
    font-weight: bold; 
    background: #e6e6e6; 
    text-align: center;
    width: 100%;
        margin-top: 20; 
}
ul.mainlevel {
    list-style-type: square;
    /*color: #f18137;*/
    color: #FF9933;
    font-size: 13px; 
    text-indent:-42;
    list-style-position: inside;
} 
ul.middlelevel {
    list-style-type: circle;
    color: #f18137;
    font-size: 12px; 
    text-indent:-66;
    list-style-position: inside;
} 
ul.sublevel {
    list-style-type: none;
    color: #666666;
    font-weight: normal; 
    margin-left: 0;
} 
.sublevel a{
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: underline;
} 
ul p {   
    color: #696969;
    font-size: 13px;
    text-indent:0;
    margin-left: -24;
}
.userstatus { 
    color:#333366; 
    font-size: 10px;
    margin-left:8; 
    margin-top:5
}
.userstatus a{ 
    font-size: 11px;
    font-weight: bold; 
    text-decoration: underline;
}
.disclaimer { 
    text-align: center; 
    font-size: 10px;
    margin-left: 60; 
    margin-top: 50; 
    margin-right: 50; 
    margin-bottom: 0;
}
.footer { text-align:center; font-size: 10px;}
.mediaWidth {margin: 0px auto;}
@media all {
    .contentarea, .contentareafortables {
        color: #696969;
        font-size: 13px;
        text-indent:10; 
        align: center;
    }
}
@media print {
    .screenOnly { display: none; }
    .printOnly { display: inline-block; width: 600; }
    .mediaWidth { width: 600; }
    .contentarea, .contentareafortables {
        margin-left: 0; 
        margin-right: 0; 
        width: 600;
    }
    .basepanel {
        background: white;
    }
}
@media screen {
    .screenOnly { display: inline-block; width: 777; }
    .printOnly { display: none; }
    .mediaWidth { width: 777; }
    .contentarea {
        margin-top: 20; 
        margin-bottom: 60;
        margin-left: 50; 
        margin-right: 50; 
        width: 640;
    }
    .contentareafortables {
        margin-top: 20; 
        margin-bottom: 60;
        margin-left: 0; 
        margin-right: 0; 
        width: 777px;
    }
    .basepanel {
        background: #f8f8f8;
    }
}
.printviewAddress { 
    font-size: 10px;
}
 