﻿body {
    margin: 0px;
    background: #f4f4f4 url(images/body_bg.gif);
}

.finger_bar {
    top: 110px;
    left: -95px;
    width: 120px;
    height: 54px;
    margin: auto;
    display: block;
    z-index: 100;
    position: fixed;
    background-color: #fff;
    transition: left 0.3s;
    -o-transition: left 0.3s;
    -moz-transition: left 0.3s;
    box-shadow: 0 0 3px #e46700 inset;
    -moz-box-shadow: 0 0 3px #e46700 inset;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.finger_bar:hover {
    left: -1px;
}

.finger_bar .finger_tab {
    width: 25px;
    height: 54px;
    float: right;
    filter: progID:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffffff,EndColorStr=#e46700);
    background: -moz-linear-gradient(left center, #fff -30%, #e46700 120%);
    background: -o-linear-gradient(0deg, #fff -30%, #e46700 120%);
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.mnu_home, .mnu_profile {
    top: 10px;
    left: 10px;
    width: 29px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    background: url(images/menu_icons.png) no-repeat -36px 0;
    opacity: 0;
    transition: opacity 1.2s;
    -o-transition: opacity 1.2s;
    -moz-transition: opacity 1.2s;
}

.mnu_profile {
    left: 49px;
    width: 36px;
    background-position: 0 0;
}

.finger_bar:hover .mnu_home, .finger_bar:hover .mnu_profile {
    opacity: 1;
}

.main_container {
    width: 840px;
    height: auto;
    margin: 20px auto 25px;
    background-color: #fff;
    border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
}

.logo_bar {
    width: 840px;
    height: 57px;
    background: #f4f4f4 url(images/body_bg.gif);
}

.logo_title_bar {
    left: -20px;
    float: left;
    width: 670px;
    height: 80px;
    z-index: 5;
    position: relative;
    text-align: left;
    background-color: #700017;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.logo_title_bar .title_text {
    font: 22pt "Trajan Pro";
    float: left;
    color: #fff;
    margin: 12px 0 0 80px;
}

.logo_title_bar .title_text:hover {
    text-shadow: 0 2px 15px #fff;
}

.logo_title_bar .title_text .under_line {
    float: right;
    font-size: 10pt;
}

.logo_blank {
    top: 5px;
    right: -325px;
    height: 52px;
    width: 190px;
    position: relative;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.header_bar {
    width: 800px;
    height: 332px;
    margin: 0 auto 2px;
    position: relative;
}

.header_rotator {
    float: left;
    width: 478px;
    height: 309px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.header_qbar, .header_qtrans {
    top: 0;
    right: 0;
    width: 320px;
    height: 332px;
    z-index: 2;
    position: absolute;
    background: url(images/ims_logo.png) no-repeat center center;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
}

.header_qtrans {
    z-index: 1;
    background: #333 url(images/header_qtrans_jean.jpg) repeat 0 0;
}

.body_bar {
    width: 800px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    padding: 0 0 30px;
    position: relative;
    overflow-y: visible;
    background: #f4f0ed;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.body_bar .body_header {
    clear: both;
    height: auto;
    padding: 5px 0;
    overflow: auto;
}

.body_bar .inner_body {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: auto;
    overflow-x: visible;
    text-align: center;
}

.body_header .title_holder {
    font: 600 8pt/14pt Tahoma;
    color: #333;
    float: right;
    width: 500px;
    height: 20px;
    margin: 0 8px 0 0;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-align: right;
    background: url(images/arrow_title.gif) no-repeat right 5px;
}

.body_header .date_holder {
    font: 8pt/14pt Tahoma;
    float: left;
    color: #666;
    height: 20px;
    padding: 0 0 0 12px;
    direction: rtl;
    text-align: left;
}

.footer_bar {
    width: 800px;
    height: 85px;
    margin: auto;
    position: relative;
    background: url(images/bpm.logo.png) no-repeat 700px center;
}

.footer_title {
    top: -24px;
    left: -40px;
    font: 8pt/16pt tahoma;
    float: left;
    color: #fff;
    width: 396px; /*432px*/
    height: 79px; /*114px*/
    z-index: 1;
    padding: 35px 18px 0;
    position: absolute;
    direction: rtl;
    text-align: right;
    background-color: #700017;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
