.Mac5IeThrowaway
{
    voice-family: inherit;
}

*
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #333;
}


body,
h1,
h2,
#header
{
    margin: 0;
    padding: 0;
}

body
{
    margin-left: 19px;
    width: 601px;
}

.beforeMap
{
    width: 440px;
}

img.map
{
    margin-left: -6px;
    /*
    margin-right: -30px;
    */
}

#header h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24pt;
    color: #036;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#section_table
{
    width: 150px;
    float: right;
    text-align: center;
    
    /* styles from exchange network pages (embedded in pages) */
    font-size: 8pt; 
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center;
}

#section_table a:link
{
    display: block; 
    color: #666666; 
    background-color: white; 
    text-decoration: none; 
    padding: 2px; 
    border: solid #999999 1px; 
}

#section_table a:visited
{
        display: block; 
        color: #666666; 
        background-color: white; 
        text-decoration: none; 
        padding: 2px; 
        border: solid #999999 1px;
}

#section_table a:hover
{
        display:block; 
        color: white; 
        background-color: #999999; 
        text-decoration: none; 
        padding: 2px; 
        border: solid #999999 1px;
}


a {
    color: #0000FF;
}
a:link {
    text-decoration: none;
    color: #0000FF;
}
a:visited {
    text-decoration: none;
    color: #0000FF;
}
a:hover {
    text-decoration: underline;
    color: #0000FF;
}
a:active {
    text-decoration: none;
    color: #0000FF;
}



#content h2
{
    font-size: 14pt;
    color: #396;
    padding-top: 10px;
    padding-bottom: 3px;
}

.count
{
    font-weight: bolder;
}

.count span
{
    color: #f33;
}



#content dl
{
    margin: 0 20px;
}


#content .divider
{
    margin: 15px 130px;
    width: 250px;
    border-top: 1px solid;
    margin-bottom: 0;
    *margin-bottom: -1em;
}

#content dt
{
    position: relative;
    margin-bottom: -1em;
    top: 2em;
    height: 3em;
    width: 11em;
    
    font-weight: bolder;
    clear: both;
    /*
    text-align: right;
    */
}

#content dd
{
    margin-left: 11.5em;
    clear: both;
}




/**
 * enhancements
 */
.status_list {
    margin-left: 10px;
}


/* Node Status overview table */
#node_status_table td, #node_status_table th {
    border: 0px solid #000;
    border-top-width: 1px;
    border-right-width: 1px;
    padding: 2px;
}

#node_status_table td {
    width: 50px;
}

#node_status_table th.row_head {
    width: 100px;
}

#node_status_table .top-left, #node_status_table .row_head {
    border-left-width: 1px;
}

#node_status_table .total td {
    font-weight: bold;
    border-bottom-width: 1px;
}

#node_status_table .total .bottom-left {
    border-bottom-width: 0px;
}

#node_status_table td {
    text-align: center;
}

#node_status_table .row_head {
    text-align: left;
}


/* Node status node/node client lists */
.status_list h3 {
    font-size: 12pt;
    margin-top: 16px;
    margin-bottom: -5px;
    *margin-bottom: 2px;
}

.status_list h3.status1 {
    color: #06f;
}
.status_list h3.status2 {
    color: #f90;
}
.status_list h3.status3 {
    color: #f00;
}

.status_list table {
    margin-left: 20px;
    width: 100%;
}

.status_list table td {
    vertical-align: top;
    width: 50%;
}

.status_list table td h4 {
    text-decoration: underline;
}






