BODY, FORM, P {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

BODY {
    background-color: #FFFFFF;
    padding: 0;
    min-width: 700px;
}

img {
    border: 0;
}

a:link,
    a:visited,
    a:hover,
    a:active {
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Fluid DIVs */
div.fluid {
    color: #000;
    padding: 0 20px 20px 20px;
}

div.fluid .hd .c,
    div.fluid .ft .c {
    font-size: 1px; /* ensure minimum height */
    height: 6px;
}

div.fluid .ft .c {
    height: 10px;
}

div.fluid .hd {
    background: transparent url("h-1img/tl.gif") no-repeat 0 0;
}

div.fluid .hd .c {
    background: transparent url("h-1img/tr.gif") no-repeat right 0;
}

div.fluid .bd {
    background: transparent url("h-1img/ml.gif") repeat-y 0 0;
}

div.fluid .bd .c {
    background: transparent url("h-1img/mr.gif") repeat-y right 0;
}

div.fluid .bd .c .s {
    margin: 0 4px 0 2px;
    background: #fff url("h-1img/ms.jpg") none 0 bottom; /*repeat-x*/
    padding: 1em;
}

div.fluid .ft {
    background: transparent url("h-1img/bl.gif") no-repeat 0 0;
}

div.fluid .ft .c {
    background: transparent url("h-1img/br.gif") no-repeat right 0;
}

/* header */
#header {
    background-color: #000000; /*BannerColor*/
    height: 102px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

#logo {
    margin: 25px 0 25px 25px;
}

/* menu */
#menu-bar {
    /*border-top: 1px solid #FFFFFF;*/
    line-height: 32px;
    margin: 0 0 20px 0;
    background: #013763 url("h-1img/menu-bar-bg.jpg") repeat-x scroll left bottom;
    height: 37px;
    min-height: 37px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

#menu-bar IMG {
    position: absolute;
    left: 0;
    bottom: 0;
}

.network-box {
    background-color: #c9cacc;
    overflow: hidden;
    margin-bottom: 6px;
    text-align: left;
    position:relative;
    left:0px;
    top:0px;
    zoom:1;
}

.network-box .status {
    width: 142px;
    height: 124px;
    overflow: hidden;
    margin: 9px 30px 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px;
}

.network-box .status P {
    font-size: 9px;
}

.network-box .status IMG {
    margin: 6px auto 8px;
}

.truncated-status {
    float: left; width:150px;
    margin-right:6px;
    display:none;
}

.waiting {
    position: relative;
    height: 215px;
}

.waiting .status {
    width: auto;
    height: auto;
    padding: 0 12px;
    text-align: left;
    font-weight: normal;
}

.waiting .status * {
    margin-top: 24px;
    display: block;
}

.waiting .status *:FIRST-CHILD {
    margin-top: 0;
}

.log-button {
    display:block;
    position: absolute;
    top: 35px;
    right:12px;
    zoom:1;
}

.log-button a {
    color:#0000ff;
}

.manage-button {
    display:block;
    position: absolute;
    top: 10px;
    right:12px;
    zoom:1;
}

.manage-button a {
    color:#0000ff;
}

.network-status-info {
    font-size: 16px;
    padding: 10px 0;
    float: left;
}

.network-status-info-red p {
    color: #ff3300;
    font-size: 16px;
    padding: 5px 0;
}

.network-status-info-green p {
    color: #00cc00;
    font-size: 16px;
    padding: 5px 0;
}

.network-status-info-yellow p {
    color: #ff9900;
    font-size: 16px;
    padding: 5px 0;
}

.current-step-info {
    font-size: 16px;
    padding: 10px 0;
    float: left;
}

/* general */
.modelNum{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-right: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    position: static;
}

H1, H2 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #00355f;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

H2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

H3 {
    color: #00355f;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}