/*
General UI layout styling
*/
body {
    padding: 0;
    margin: 0;
    font-family: arial, verdana, sans-serif;
    text-align: center;
    height: 100%;
    background-image: url("../images/bg_final_new.png");
}

#header_container {
    background-color: #ffffff;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
}

#header_logout_link {
    color: #99C3E9;
}

#header_company_logo {
    float: left;
    width: 179px;
    height: 30px;
    background: url(../images/crea_logo.png) no-repeat;
    margin-top: 10px;
}

#header_product_logo {
    float: left;
    width: 194px;
    height: 32px;
    background: url(../images/PULScore-logo-with-Trade-Mark_small.png) no-repeat;
    margin: 10px 0 0 10px;
}

#bannercontainer {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 10px;
    background-image: url('../images/header_blue.png');
}

#shadowbox_outer {
    width: 1067px;
    margin: 0 auto;
}

#shadowbox_header {
    width: 1066px;
    height: 16px;
}

#boxed {
    width: 1066px;
    /*box-shadow:0 0 7px #7A7A7A;*/
}

#shadowbox_footer {
    width: 1066px;
    height: 15px;
    margin-bottom: 20px;
}

#header_box {
    width: 1040px;
    height: 50px;
    margin: 0 auto;
}

#header_links {
    float: right;
}

#header_logos {
    float: left;
}

#header_logout {
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    float: right;
}

#header_logout_link p {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    float: right;
    margin: 0;
    color: #99C3E9;
}

#header_logout_link p:hover {
    text-decoration: underline;
    color: #65CEFE;
}

#content {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}