@import url(/styles/live/wellmgmt/articles.css);
@import url(/styles/live/wellmgmt/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin: 0;
    padding: 0;
    font-family: "Arial MT", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #58585A;
    line-height: 160%;
    text-align: left;
    background-image : url(/images/wellmgmt/background.gif);
    background-repeat: repeat;
    background-position: center top;
    background-color: #FFFFFF;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #F29400;

}

a:hover {
    text-decoration: none;
    color: #BC7402;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0 0 14px 0;
    font-weight: bold;
    font-size: 14px;
}

h2 {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: bold;
    font-size: 13px;
}

h3 {
    margin: 3px 0 5px 0;
    padding: 0 0 0 0;
    font-weight: bold;
    font-size: 12px;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}

#container_border_top {
    clear: both;
    float: left;
    width: 960px;
    height: 25px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/wellmgmt/containerbg-top.gif);
    background-position: center bottom;
    background-color: #FFFFFF;
}

#container {
    clear: both;
    float: left;
    width: 906px;
    padding: 0 27px 25px;
    background-image: url(/images/wellmgmt/containerbg.gif);
    background-position: center top;
    background-color: #FFFFFF;
}

#printLogo, #printFooter {
    display: none;
}

#container_border_bottom {
    clear: both;
    float: left;
    width: 960px;
    height: 25px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/wellmgmt/containerbg-bottom.gif);
    background-position: center top;
    background-color: #FFFFFF;
}

#header {
    clear: both;
    float: left;
    width: 876px;
    height: 200px;
    padding: 0 15px;
    position: relative;
}

#headerimpressionwrapper {
    clear: both;
    float: left;
    width: 876px;
    height: 164px;
    position: relative;
    overflow: hidden;
}

#headerimpression {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 876px;
    height: 164px;
    z-index: 1;
}

#headerimpressionmask {
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 876px;
    height: 164px;
    background-image: url(/images/wellmgmt/mask.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

#metanavwrapper {
    clear: both;
    float: left;
    width: 876px;
}

#sidenavcontentandzone {
    clear: both;
    float: left;
    width: 906px;
    background-image: url(/images/wellmgmt/sidenavcontentzonebg.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

#sidenavwrapper {
    clear: both;
    float: left;
    width: 160px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 20px;
}

#content {
    float: left;
    width: 510px;
    height: auto !important;
    height: 550px;
    min-height: 550px;
    padding-right: 26px;
}

#zone {
    float: left;
    width: 190px;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul {
    margin: 0;
    padding: 10px 0 10px 25px;
}

li {
    list-style-position: outside;
    list-style-image: url("/images/wellmgmt/haken.gif");
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}
