body { background-color: #ffffff; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size:13px; }
th { text-align: left; background-color: #e0e0e0; font-size:13px; }
td { background-color: white; /*#f0f0f0;*/ font-size:13px; }
form { padding: 0px; margin: 0px; }

a:hover, a:link, a:visited ,a:active {
text-decoration:none;
color:#4B4443;
font-weight:bold;
}

.lobbytable { /* glossary */
border-top: 0px solid black;
border-left: 0px solid black;
}

.lobbytable tr {
padding: 0px;
margin: 0px;
}

.lobbytable td {
background-color: #ffffff;
font-weight: normal;
font-size: 12px;
padding: 4px;
margin: 0px;
border-top: 1px solid #e8e8e8;
line-height: normal; /* was 14px */
text-align: left;
}

.lobbytable td p {
padding: 0px;
margin: 0px;
}

td.sc0 { color: #505050; }
td.sc0s { color: #505050; font-weight: bold; }
td.sc0r { color: #505050; text-align: right; }
td.sc0rs { color: #505050; text-align: right; font-weight: bold; }
td.sc1 { }
td.sc1s { font-weight: bold; }
td.sc1r { text-align: right; }
td.sc1rs { text-align: right; font-weight: bold; }
span.r0 { font-weight: bold; background-color: #909090; }
span.r1 { font-weight: bold; background-color: #40ff40; }
span.r2 { font-weight: bold; background-color: #6999ca; }
span.r3 { font-weight: bold; background-color: #9b6bce; }
span.r4 { font-weight: bold; background-color: #ff9a55; }
span.r5 { font-weight: bold; background-color: #ff4040; }
span.r6 { font-weight: bold; background-color: #383838; }

.lobbytable th {
background-color: #ffffff;
font-weight: normal;
font-size: 12px;
padding: 4px;
margin: 0px;
line-height: normal; /* was 14px */
text-align: left;
}

.lobbytable th p {
padding: 0px;
margin: 0px;
}

/* */

.lobbytable2 { /* glossary */
border-top: 0px solid black;
border-left: 0px solid black;
}

.lobbytable2 tr {
padding: 0px;
margin: 0px;
}

.lobbytable2 td {
background-color: transparent;
font-weight: normal;
font-size: 12px;
padding: 2px 4px 2px 4px;
margin: 0px;
line-height: normal; /* was 14px */
text-align: left;
}

.lobbytable2 td p {
padding: 0px;
margin: 0px;
}

.lobbytable2 th {
background-color: transparent;
font-weight: normal;
font-size: 12px;
padding: 4px 4px 2px 4px;
margin: 0px 0px 0px 0px;
line-height: normal; /* was 14px */
text-align: left;
border-bottom: 1px solid #e8e8e8;
}

.lobbytable2 th p {
padding: 0px;
margin: 0px;
}

/* */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover { font-weight: normal; }

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.msg {
  float: left; color: #ffffff; background-color: #60708b; width: 100%; text-align: center; padding: 4px; margin: 0px; border: 0px;
}

