#Content {
    position: absolute;
    top: 8em;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 92%;
}
#Userpic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px solid #000;
}
#defaultpic {
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;

}
#Userpic img {
    display: block;
    vertical-align: middle;
    border: 0;
}
#NoUserpic {
    background-image: url("/stc/horizon/nouserpic-bg.png");
    background-repeat: repeat-y;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
#NoUserpic a span {
    position: absolute;
    top: 80px;
    left: 0px;
    font-size: .8em;
    text-decoration: none;
    color: #036;
    cursor: pointer;
    display: block;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#Welcome {
    position: absolute;
    top: 0;
    left: 105px;
    width: 30em;
    margin-top: .5em;
    padding: 5px 0 0 10px;
    color: #369;
}
#Welcome a {
    text-decoration: none;
    color: #114577;
}
#Welcome h2 {
    display: inline;
    font-size: 1.75em;
    margin: 0 5px 0 0;
    padding: 0;
}
#Welcome .ljuser img {
    vertical-align: baseline !important;
    margin-bottom: -1px;
}
#Welcome .ljuser b {
    font-weight: normal !important;
}
#WelcomeLinks, #WelcomeLinks a {
    line-height: 1em;
    display: inline;
    font-size: 11px;
}
#WelcomeViewLinks {
    padding-left: 1.5em;
    padding-top: .5em;
}
#WelcomeViewLinks li {
    font-size: 11px;
}
#Feedback {
    position: absolute;
    top: 0;
    right: 26em;
    margin: 0;
    padding: 0;
}
#Feedback img {
    margin: 0;
    padding: 0;
    border: 0;
}
.view {
    display: inline;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.view li {
    display: inline;
}
#Logo {
    position: absolute;
    top: 0px;
    right: 20px;
    padding: 0;
    z-index: 200;
}
#Logo img {
    border: 0px;
}
#Logo .transparentpng { margin-bottom: .5em; border: 0; }

#LogoActions {
    padding: 0;
    margin: 0;
    text-align: right;
    width: 99%;
    height: 1.4em;
    background-color: #dfedfa;
    color: #336699;
    border: 1px solid #69c;
    -moz-border-radius: .3em;    /* Mozilla users get the cool rounded border */
    border-radius: .3em;         /* Any other compliant browser is free to show it to */
}
.Actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.Actions li {
    float: left;
    display: inline;
    width: 22%;
    text-align: center;
    white-space: nowrap;
}
.Actions a {
    text-decoration: none;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bolder;
    color: #369 !important;
}
#NavMenu {
    position: relative;
    top: .4em;
    margin: 0px 0px 0px 100px;
    padding: 0;
    border: 0;
    font-size: .8em;
    height: 2.55em;
    padding-left: 5px;
    list-style-type: none;
    border-top: 1px solid #fff;
    color: #fff;
    background: #3e5a8b;
}
/* Opera needs a different height */
@media all and (min-width: 0px) {
    #NavMenu {
        height: 2.8em;
    }
}
/* Needed for Safari to keep hover color correct */
#NavMenu li:hover > a {
    color: #114577;
}
.NavMenuSubNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.NavMenuItem {
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding-left: 0;
    margin-right: .5em;
    white-space: nowrap;
    width: auto;
    float: left;
    display: block;
    margin-top: 0;
    font-size: 1.2em;
    z-index: 95;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #3e5a8b;
}
.NavMenuItem a, .NavMenuItem a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: .4em;
    display: block;
}
.NavMenuItem:hover {
    background-image: url("/stc/horizon/toplevel-bg.png");
    background-repeat: repeat-x;
    color: #114577;
    background-color: #fff;
}
.NavMenuItem a:hover, #Alpha {
    background-color: #fff;
    background-image: url("/stc/horizon/toplevel-bg.png");
    background-repeat: repeat-x;
    color: #114577;
    text-decoration: none;
}
#Alpha {
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #4e514c;
    color: #114577;
}
.NavMenuSubNav {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1px;
    margin-top: 0px;
    background: #ffffff;
    color: #114577;
    width: 15em;
    border-top: 1px solid #fff;
    border-right: 1px solid #4e514c;
    border-left: 1px solid #4e514c;
    border-bottom: 1px solid #4e514c;
    z-index: 200;
}
html>body .NavMenuSubNav {
    border-top: none;
}
.NavMenuSubNav li {
    padding: 0;
    margin: 0;
}
.NavMenuSubNav li.disabled {
    background-color: #fff;
}
.NavMenuSubNav li.disabled, .NavMenuSubNav li.disabled a:hover {
    background-image: url(/stc/horizon/upgrade-paid-icon.gif);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.NavMenuSubNav li a {
    color: #036;
}
.NavMenuSubNav li.disabled a {
    color: #999;
}
.NavMenuSubNav li a:hover {
    background-color: #cbe4fd;
    background-image: none;
    color: #0000ff;
    border: 0 !important;
}
.NavMenuSubNav li.disabled a:hover {
    color: #000;
}
.NavMenuSubNav a, .NavMenuSubNav a:visited {
    border: 0;
    width: 100%;
    display: block;
    padding: .5em 0 .5em 0;
    color: #036;
}
#NavMenuSearch {
    float: right;
    clear: right;
    position: absolute;
    right: 1em;
}
#NavMenuSearch form {
    padding: 3px 0px 0px 2px;
    line-height: 17px;
}
#NavMenuSearch input,
#NavMenuSearch select {
    margin-right: 0px;
    font: normal 11px arial, helvetica, sans-serif;
}
#Footer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .9em;
    color: #ccc;
    padding: 3px 0 5px 0;
    margin: .5em 0 0 0;
    list-style-type: none;
}
#Footer li {
    display: inline;
}
#Footer a {
    color: #036;
    padding: 5px;
}
