body {
    color: black;
    background-color: white;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

div {
    padding: 0;
    margin: 0;
}

#path {
    /*background-color:#70A0FF;*/
    background-color: #1f4ea0;
    color: #FFFFFF;
    border-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    margin-left: -20px;
    padding-left: 20px;
}

#path a {
    color: #FFFFFF;
    /*text-decoration: none;*/
}

#help {
    /*background-color:#70A0FF;*/
    background-color: #1f4ea0;
    color: #FFFFFF;
    border-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1px;
    float: right;

}

div.loglink {
    /*background-color:#70A0FF;*/
    background-color: #1f4ea0;
    color: #FFFFFF;
    border-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1px;
    float: right;

}

#wrapper {
    background-color: white;
    margin: 0;
    padding: 0;
}

#header {
    border: 1px solid #0000F6;
    position: relative;
    height: 75px;
    background-color: #1f4ea0;
}

#headertestsystem {
    border: 1px solid #0000F6;
    position: relative;
    height: 75px;
    background-color: #ff0000;
}

#content th {
    font-weight: normal; /*background-color:#1f4ea0;*/
    background-color: #4885C4;
    color: #FFFFFF;
    text-align: left;
}

#content th.sub {
    font-weight: normal; /*background-color:#1f4ea0;*/
    background-color: #BBBBBB;
    color: #000000;
    text-align: left;
}


#content th a {
    color: #FFFFFF;
}

#content tr.sub th {
    font-weight: normal; /*background-color:#1f4ea0;*/
    background-color: #BBBBBB;
    color: #000000;
    text-align: left;
}

#footer {
    clear: left;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 20px;
    color: #000000;
    text-align: center;
    padding: 4px 0 0 0;
    border-top: 1px solid Gray;
}

#info {
    clear: left;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 20px;
    color: #ff0000;
    text-align: center;
    padding: 4px 0 0 0;
    border-top: 1px solid Gray;
}

#menu {
    width: 180px; /*width of menu*/
    border: 1px solid #072B8A;
    float: left;
    margin-left: -100%;

}

#contentwrapper {
    width: 100%;
    float: left;
    min-height: 500px;
}

#content {

    margin-left: 195px;
}

#menu .ml1 {
    font: bold 14px Arial;
    color: white;
    background-color: #072B8A;
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 5px 0 0 10px; /*header text is indented 10px*/
    clear: both;
    background-image: url('../menuimages/gradient.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 20px;

}

#menu div.ml1:hover {
    font: bold 14px Arial;
    color: white;
    background-color: #072B8A;
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 5px 0 0 10px; /*header text is indented 10px*/
    clear: both;
    background-image: url('../menuimages/gradient-hover.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 20px;

}

#menu .tree ul {
    padding: 0;
    margin: 0;
    margin-left: 0px;
    list-style: none;
}

#menu .tree li {
    clear: both;
}

#menu span.mi {
    float: left;
    max-width: 130px;
    background-repeat: no-repeat;
    display: inline;
    padding-left: 16px;
    min-height: 16px;
}

#menu span.mi a {
    color: rgb(0, 0, 238);
}

#menu span.mi a:active {
    color: rgb(0, 0, 238);
}

#menu span.mi a:visited {
    color: rgb(0, 0, 238);
}

#menu span.mi a:hover {
    color: #ff0000;
}


#mmenu span.folder {
    background-image: url('../menuimages/folder.gif');
    padding: 1px 0 1px 16px;
    display: block;
}

#mmenu span.file {
    background-image: url('../menuimages/file.gif');
}

#menu span.quicklink {
    float: right;
}

#menu img.quicklink {
    width: 16px;
    height: 16px;
    border-width: 1px;
}

#menu a.menul1 {
    color: #FFFFFF;
    text-decoration: none;
}

#login {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
}

form {
    padding: 0;
    margin: 0;
}

tr.footer td {
    background-color: #999999;
}

div.info {
    border: 1px solid #0b61a4;
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
    background-color: #DBE5F4;
    font-size: 14px;
    line-height: 150%;
}