@charset "utf-8";
@import url("editinplace.css");

#header_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 126px;
    background-image: url(../images/header_l.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#header_right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 126px;
    background-image: url(../images/header_r.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#header_bottom {
    position: absolute;
    z-index: 1;
    bottom: 11px;
    left: 0px;
    width: 100%;
    height: 29px;
    background-image: url(../images/menu_background.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#menu {
    position: absolute;
    z-index: 2;
    bottom: 11px;
    right: 0;
    width: 606px;
    height: 29px;
    padding: 0 10px 0 0;
    margin: 0;
    list-style: none;
    background-color: white;
    background-image: url(../images/menu.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#menu li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu li a {
    display: block;
    float: left;
    height: 29px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
}

#menu_about a {
    width: 88px;
    background-position: 0 0;
    margin-right: 2px;
}
#menu_about a:hover {
    background-position: 0 -29px;
}

#menu_news a {
    width: 60px;
    background-position: -90px 0;
    margin-right: 2px;
}
#menu_news a:hover {
    background-position: -90px -29px;
}

#menu_actions a {
    width: 81px;
    background-position: -152px 0;
    margin-right: 2px;
}
#menu_actions a:hover {
    background-position: -152px -29px;
}

#menu_network a {
    width: 86px;
    background-position: -235px 0;
    margin-right: 2px;
}
#menu_network a:hover {
    background-position: -235px -29px;
}

#menu_analysis a {
    width: 75px;
    background-position: -323px 0;
    margin-right: 2px;
}
#menu_analysis a:hover {
    background-position: -323px -29px;
}

#menu_fast a {
    width: 58px;
    background-position: -400px 0;
    margin-right: 2px;
}
#menu_fast a:hover {
    background-position: -400px -29px;
}

#menu_one a {
    width: 146px;
    background-position: -460px 0;
}
#menu_one a:hover {
    background-position: -460px -29px;
}

#openPage {
    position: absolute;
    overflow: auto;
    top: 214px;
    left: 296px;
    width: 580px;
    border-right: 1px solid #c6c6c6;
    z-index: 2;
    height: 60%;
    background: #ffffff;
    display: none;
}

#openPage_Wrapper {
    width: 575px;
}

div.openPage_Close {
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-right: 23px;
}

div.openPage_Close a img {
    border: none;
    vertical-align: middle;
}

div.openPage_Close a {
    text-decoration: none;
    color: #585858;
}

#openPage_Content {
    width: 527px;
    margin-left: 19px;
    font-size: 11px;
}

#openPage_Header {
    clear: both;
    width: 100%;
    height: 42px;
    padding-top: 8px;
}

#openPage_Header h1{
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 4px 15px;
    font-weight: normal;
    background: #ffde00;
    color: #000000;
}

#openPage_Content p {
    margin: 0 0 1em 0;
}

img.mainImage {
    float: left;
    margin: 5px 15px 20px 0;
}
