body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #999 url('../images/skin/bgSides.png') repeat-y top center;
}

#mainContainer {
    margin: 0px auto;
    padding: 0px;
    width: 900px;
}

#header {
    width: 100%;
    height: 254px;
    background: #fff url('../images/skin/.png') no-repeat top left;
}

#loginWrapper, #mtdWrapper {
    margin: 0px;
    padding: 0px 0px 21px;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
    background: #fff url('../images/skin/headerTop.png') no-repeat top left;
}

#login, #mtdReport {
    width: 120px;
    float: right;
}

#logoWrapper {
    width: 100%;
    height: 120px !important;
    background: transparent url('../images/skin/headerBottom.png') no-repeat top left;
    text-align: right;
}

#logo, #logout {
    display: inline;
}

#logo img, #logout img {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#logo img {
    margin: 0px 30px 0px 0px;
    border: none;
}

#logo.long img {
    margin: 0px 137px 0px 0px;
}

#logout img {
    margin: 60px 30px 0px 0px;
    border: none;
    vertical-align: middle;
    float: right;
}

#nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 33px;
    background: #fff url('../images/skin/navBg.png') repeat-x left top;
    clear: both;
}

#nav ul {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 857px;
    height: 33px;
    list-style: none;
    background: transparent url('../images/skin/navLeft.png') no-repeat left top;
}

#nav li {
    margin: 0px 0px 0px 20px;
    padding: 0px 3px;
    display: block;
    float: left;
    width: 15%;
    height: 33px;
    color: #fff;
}

#nav li:first-child, #nav li.first {
    margin-left: 80px;
}

#nav li:hover, #nav li.hover {
    background: transparent url('../images/skin/navBgHover.png') no-repeat top center;
}

#nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 100%;
    font: bold 8pt Arial, Helvetica, sans-serif;
    line-height: 22pt;
    text-align: center;
    vertical-align: middle;
}

#navBelow {
    height: 43px;
    background: #fff url('../images/skin/navBelow.png') no-repeat left top;
}

#sideLine {
    margin: 0px;
    padding: 0px;
    width: 48px;
    background: #fff url('../images/skin/sideLine.gif') repeat-y top left;
}

#centerLine {
    margin: 0px;
    padding: 0px;
    width: 17px;
    background: #fff url('../images/skin/centerLine.gif') repeat-y top center;
}

#mainContentContainer {
    width: 100%;
    background-color: #fff;
    text-align: left;
}

#lcontainer {
    margin: 0px;
    padding: 0px 5px;
    width: 150px;
    vertical-align: top;
}

#lNav {
    list-style: none;
}
#mainContent {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#footer {
    margin: 0px;
    padding: 0px 0px 0px 38px;
    width: 100%;
    height: 52px;
    background: #fff;
}

#footer td {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #727B82;
    border-left: 1px solid #777;
}

