﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f9f9f9;
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    margin: 6px;
    padding: 0px;
    color: #555555;
}


textarea   
{
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
}

h3
{
    font-size: 1.2em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    min-width: 320px;
    max-width: 1200px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #eeeeee;
    min-height:75%;
}

.header {
    position: relative;
    margin: 3px 0px 3px 3px;
    padding: 3px 0px 3px 3px;
    background: #ffffff;
    min-height: 20px;
    width: 98%;
}


.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0px;
    padding: 4px 0px 8px 0px;
    color: #333333;
    line-height: 1.0em;
    font-size: 1.8em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.header h2
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0px;
    padding: 4px;
    color: #fafafa;
    line-height: 1em;
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-weight: normal;
    text-align: left;
}

.main
{
    padding: 0px 0px;
    margin: 10px 0px 3px 0px;
    min-height: 100%;
    clear: both;
}

.mainsmall
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 100px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    margin: 12px 0px 0px 0px;
    text-align: center;
}


.aspNetDisabled
{
    color: #bbbbbb;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#58595b;
    width:100%;
    float: left !important;
}

div.menu {
    padding: 3px 3px 3px 3px;
    float: left !important;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #666666;
    border: 1px #555555 solid;
    color: #ffffff;
    display: block;
    line-height: 2.6em;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.75em;
    font-family: Helvetica, Arial;
    font-weight: normal;
}

    div.menu ul li a:hover {
        background-color: #777777;
        color: #ffffff;
        text-decoration: none;
        border: 1px #555555 solid;
    }

    div.menu ul li a:active {
        background-color: #888888;
        color: #ffffff;
        text-decoration: none;
        border: 1px #555555 solid;
    }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0px;
    padding: 3px;
    border: none;
}

fieldset p 
{
    margin: 2px 2px 2px 2px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;

}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 2px 2px 2px;
}


input.textEntry 
{
    width: 230px;
    border: 1px solid #bbb;
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    padding: 3px 3px 3px 3px;
}

input.textEntryVar {
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    background: #ffffff;
    color: #333333;
}

input.textEntryVar.aspNetDisabled {
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    background: #f1aaaa;
    color: #666666;
}

.drtextentry {
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    background: #ffffff;
    color: #333333;
}

.drtextentry.aspNetDisabled {
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    background: #fbfbfb;
    color: #666666;
}



input.AnswerEntry 
{
    width: 175px;
    border: 1px solid #bbb;
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
}


input.passwordEntry 
{
    width: 12em;
    border: 1px solid #bbb;
    font-size: 1.0em;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    padding: 3px 3px 3px 3px;
}

div.accountInfo
{
    width: 98%;
}

div.accountInfo2 {
    width: 98%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.titlerhs
{
    display: block;
    float: right;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 0.8em;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;
    padding-right: 10px;
}


.smallcontrols label
{
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;  
}

.drbutton
{
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #333333;  
    padding: 6px 6px 6px 6px;
}

.drbutton.aspNetDisabled {
    color: #bbbbbb;
}

.drbluebutton {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    color: #f5f5f5;
    background-color: #6699cc;
    border: none;
    padding: 6px 6px 6px 6px;
}

.drheaderbutton {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #333333;
    padding: 3px 3px 3px 3px;
}


.drtallbuttong {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #33aa33;
    padding: 3px 0px 3px 0px;
    width: 49%;
    height: 3em;
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #888888;
    background-color:#f5f5f5;
}

.drtallbuttong:active:hover {
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #33aa33;
    background-color: #eaeaea;
}


.drtallbuttonr {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #aa3333;
    padding: 3px 0px 3px 0px;
    width: 49%;
    height: 3em;
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #888888;
    background-color: #f5f5f5;
}


.drtallbuttonr:active:hover {
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #aa3333;
    background-color: #eaeaea;
}

.drtallbuttono {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #cc9933;
    padding: 3px 0px 3px 0px;
    width: 49%;
    height: 3em;
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #888888;
    background-color: #f5f5f5;
}

.drtallbuttono:active:hover {
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    border: solid 1px;
    border-color: #cc9933;
    background-color: #eaeaea;
}



.drbuttonnormal {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #333333;
    padding: 3px 12px 3px 12px;
}

.drsmallbutton {
    font-family: Helvetica, Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.85em;
    color: #333333;
    padding: 2px 6px 2px 6px;
}
.drsmallbutton.aspNetDisabled {
    color: #bbbbbb;
}

.drsmallerbutton {
    font-family: Helvetica, Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.7em;
    color: #333333;
    padding: 3px 6px 3px 6px;
}

    .drsmallerbutton.aspNetDisabled {
        color: #bbbbbb;
    }

.smallertext {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 3px 3px 3px 6px;
}

.ChartImage {
    width: 95% !important;
    height: auto;
}

.centerit {
    text-align: center;
}

.padding1 {
    padding: 3px 6px 3px 6px;
}

.padding2 {
    padding: 3px 0px 3px 0px;
}

.someheader {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #fafafa;
    background: #444444;
    clear: left;
    padding: 9px 3px 9px 6px;
    margin: 3px 0px 3px 0px;
    vertical-align: middle;
}

.someheaderrhs {
    color: #fafafa;
    background: #444444;
    text-align: right;
}

.somesubheader {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.9em;
    color: #fafafa;
    background: #7799bb;
    clear: left;
    padding: 9px 3px 9px 6px;
    margin: 6px 0px 3px 0px;
    vertical-align: middle;
}

.somesubheadergreen {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.9em;
    color: #fafafa;
    background: #339933;
    clear: left;
    padding: 9px 3px 9px 6px;
    margin: 6px 0px 3px 0px;
    vertical-align: middle;
}

.somesubheaderorange {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.9em;
    color: #fafafa;
    background: #ffaa00;
    clear: left;
    padding: 9px 3px 9px 6px;
    margin: 6px 0px 3px 0px;
    vertical-align: middle;
}

.somesubheader2 {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #fafafa;
    background: #7799bb;
    clear: left;
    padding: 9px 3px 9px 6px;
    margin: 12px 0px 3px 0px;
    vertical-align: middle;
}

.somesubheaderblack {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.85em;
    color: #fafafa;
    background: #888888;
    clear: left;
    padding: 6px 3px 6px 6px;
    margin: 6px 0px 3px 0px;
    vertical-align: middle;
}

.somesubheaderred {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.85em;
    color: #fafafa;
    background: #ee3333;
    clear: left;
    padding: 6px 3px 6px 6px;
    margin: 6px 0px 3px 0px;
    vertical-align: middle;
}

.someerror {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    color: #fafafa;
    background: #eb0a1e;
    clear: left;
    padding: 9px 3px 9px 6px;
    vertical-align: middle;
}

.fineprint {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 0.8em;
    color: #666666;
    padding: 3px 6px 3px 6px;
}

.ordinarytext {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 0.9em;
    color: #555555;
    padding: 3px 6px 3px 6px;
}

.reallyfineprint {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 0.75em;
    color: #888888;
    padding: 4px 6px 4px 6px;
}

.reallyfineprint3 {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 0.70em;
    color: #888888;
    padding: 4px 6px 4px 6px;
}

.reallyfineprint2 {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 0.75em;
    color: #888888;
    width:90%;
}

.somefooter {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.7em;
    color: #999999;
    margin: 12px 0px 3px 0px;
}

.resp-table {
    display: table;
    border: solid 1px #eeeeee;
    padding: 1px 1px 1px 1px;
    margin: 3px 0px 3px 0px;
}

.resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.resp-table-cell-lhs {
    display: table-cell;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    color: #666666;
    background-color: #f9f9f9;
    padding: 3px 25px 3px 6px;
    border: solid 1px #ffffff;
}

.resp-table-cell-rhs {
    display: table-cell;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    color: #666666;
    background-color: #f9f9f9;
    padding: 3px 9px 3px 9px;
    border: solid 1px #ffffff;
}


.dheadertest {
    float: left;
    background-color: #eaeaea;
    width: 100%;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.4em;
}

.dheadertest2 {
    float: left;
    width: 10em;
    padding: 6px 6px 6px 12px;
}

.dheadertest3 {
    float: left;
    padding: 6px 12px 6px 6px;
}

.drlayout1 {
    float: left;
    background-color: #fcfcfc;
    width: 80%;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 1px 3px 1px 3px;
}

.drlayout2 {
    float: left;
    background-color: #fcfcfc;
    width: 80%;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    margin: 1px 3px 1px 3px;
}

.drlayout_white {
    background-color: #ffffff;
    float: left;
    width: 100%;
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    margin: 3px 0px 3px 0px;
}

.drlayout_rows {
    padding: 3px 3px 3px 3px;
}

.drlayout_30max {
    max-width: 30%;
}

.drlayout_lhs {
    float: left;
    width: 15em;
    padding: 6px 3px 3px 3px;
}

.drlayout_lhs10 {
    float: left;
    width: 14em;
    padding: 6px 3px 3px 6px;
}

.drwhiteblank {
    width: 95%;
    line-height: 1.0em;
    background: #ffffff;
}

.drlayout_rhs {
    float: left;
    padding: 3px 3px 3px 3px;
}

.drreportblock {
    width: 100%;
    margin: 17px 0px 0px 0px;
}

.drreportblock2 {
    width: 100%;
    margin: 17px 0px 0px 0px;
}

.dr100perc {
    width: 100%;
    line-height: 1.5em;
    margin: 3px 0px 6px 3px;
}

.dr100percNoBott {
    width: 100%;
    line-height: 1.5em;
    margin: 3px 3px 3px 3px;
}

.dr80perc {
    width: 80%;
    line-height: 1.5em;
    margin: 3px 3px 6px 3px;
}

.dr100percb {
    width: 100%;
    line-height: 1.5em;
    padding: 6px 6px 6px 6px;
}

.drlayout_lhs2 {
    float: left;
    width: 20em;
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px 3px 3px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_lhs90 {
    float: left;
    width: 78%;
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px 0px 3px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_lhs90NoBott {
    float: left;
    width: 78%;
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px 0px 3px 6px;
    margin: 0px 0px 2px 0px;
}


.drlayout_lhs90white {
    float: left;
    width: 78%;
    font-size: 0.80em;
    font-weight: normal;
    background: #ffffff;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_lhs90whiteSmall {
    float: left;
    width: 78%;
    font-size: 0.70em;
    font-weight: normal;
    color: #999999;
    background: #ffffff;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_rhs2 {
    float: left;
    width: 20em;
    font-weight: bold;
    background: #fafafa;
    padding: 5px 3px 3px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_rhsmain {
    float: left;
    width: 95%;
    font-weight: bold;
    background: #fafafa;
    padding: 5px 3px 3px 6px;
    margin: 15px 0px 3px 0px;
}



.drlayout_lhs2white {
    float: left;
    width: 40em;
    font-weight: normal;
    font-size: 0.75em;
    color: #bbbbbb;
    background: #ffffff;
    padding: 5px 3px 3px 6px;
    margin: 0px 0px 3px 0px;
}

.drlayout_rhs2white {
    float: left;
    width: 20em;
    font-weight: normal;
    font-size: 0.75em;
    background: #ffffff;
    padding: 5px 3px 3px 6px;
    margin: 0px 0px 3px 0px;
}

.drwiderlines {
    line-height: 1.5em;
    background: #fcfcfc;
    padding: 3px 3px 3px 3px;
    margin: 1px 0px 1px 0px;
    font-size: 0.9em;
    font-weight: bold;
}

.widelineslhs {
    width: 10em;
}

.widelinesrhs {
}    

.abitsmaller {
    font-size: 0.75em;
}

.drlayout_rhssmall {
    float: left;
    padding: 6px 3px 3px 3px;
    color: #aaaaaa;
}

.drlayout_blank {
    float: left;
    padding: 6px 3px 3px 3px;
    width: 1em;
    background-color: #ffffff;
}

.drinputbox {
    font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 1.0em;
    padding: 3px 3px 3px 3px;
}

    .drinputbox.aspNetDisabled {
        font-family: Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
        font-size: 1.0em;
        padding: 3px 3px 3px 3px;
        background: #fbfbfb;
        color: #888888;
    }


.drgvheader th {
    font-weight: normal;
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    background-color: #ebebef;
    text-decoration: none;
    height: 22px;
    padding: 0px 3px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.drgvrow td {
    background-color: #FFFFFF;
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    height: 18px;
    padding: 0px 3px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.drgvaltrow td {
    background-color: #fdfdfd;
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    height: 18px;
    padding: 0px 3px 0px 3px;
    margin: 0px 0px 0px 0px;
}


.drgvhighlightrow td {
    background-color: #ffffbb;
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    height: 18px;
    padding: 0px 3px 0px 3px;
    margin: 0px 0px 0px 0px;
}


.drgvfooter td {
    background-color: #ebebef;
    font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333366;
    height: 18px;
    padding: 0px 3px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.secondcolumn {
    position:absolute;
    left: 40em;
}




    @media print {
        a {
            display: none;
        }

        .alabelpage {
            width: 400px;
            background-color: #fff;
            margin: 0px 0px 0px 0px;
            border: 0px solid #496077;
        }

        .amainsmall {
            padding: 0px 0px;
            margin: 0px 0px 0px 0px;
            min-height: 100px;
        }
    }    




