

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #b8b8b7;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:active {
    background: #333333;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.ContentRaw a {
    color: #000066;
    font-family: Arial;
}

.hid {
    display: none !important;
}

.clear {
    clear: both;
}

.font8 span {
    padding-top: 2px;
    font-family: Calibri;
}

.centerAlign {
    text-align: center;
}

.rightAlign {
    text-align: right;
}

p, span {
    cursor: default;
}

ul, li {
    margin: auto;
    list-style: none;
    padding: 0px;
}

body {
    margin: auto;
    font-family: 'Exo 2', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    background: #F3F3F3;
}

img {
    border: none;
}

input:focus {
    outline: none !important;
}

span {
    cursor: default;
}

.ui-autocomplete {
    z-index: 1000;
}

/* TOP */
.body_top {
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif !important;
}

.menuAllWrapper {
    -moz-box-shadow: inset 0px -10px 20px 1px #E9E9E9;
    -webkit-box-shadow: inset 0px -10px 20px 1px #E9E9E9;
    box-shadow: inset 0px -10px 20px 1px #E9E9E9;
}

.topMenu_wrapper {
    min-height: 93px;
    width: 100%;
    display: block;
    z-index: 1000;
    border-bottom: 1px solid #c5c5c5;
    text-align: center;
    background: #FFFEF9;
}

.topMenu {
    margin: auto;
    display: block;
    min-width: 200px;
    min-height: 93px;
    text-align: center;
    z-index: 9999;
    
    
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_box {
    display: block;
    width: 352px;
    height: 90px;
    float: left;
    margin: auto;
}

.logo_box {
}

.logo_box .logo {
    margin-top: 11px;
    margin-left: 12px;
}

.logo_box .logo span {
    color: #A26813;
    font-weight: 300;
    font-family: 'Exo 2', sans-serif;
    display: block;
    text-align: center;
    
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_box .logo span.text_1 {
    height: 30px;
    width: 260px;
    font-size: 26px;
    margin-left: 13px;
}

.logo_box .logo span.text_2 {
    height: 24px;
    width: 110px;
    font-size: 18px;
    margin-left: 0px;
    margin-top: -2px;
    float: left;
}

.logo_box .logo span.text_3 {
    height: 24px;
    width: 214px;
    font-size: 16px;
    float: left;
    margin-left: 11px;
    margin-top: 18px;
}


.topMenu .minLinks {
    display: block;
    width: 294px;
    height: 90px;
    float: left;
    margin-left: 35px;
}

.topMenu .minLinks ul {
    display: block; 
}

.topMenu .minLinks li {
    margin: 0px;
    float: left;
    margin-left: 6px;
}

.topMenu .minLinks li .brLine {
    display: block;
    width: 1px;
    height: 23px;
    background: #525252;
    position: relative;
    top: -3px;
}

.topMenu .minLinks li .first {
    margin-left: 10px;
}

.topMenu .minLinks li .right span {
}

.topMenu .minLinks a {
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
} 

.topMenu .minLinks a:hover span, .TopContent .loginBox .log:hover span {
    color: #616161;
    border-bottom: none;
}

.topMenu .minLinks span, .TopContent .loginBox .log span {
    cursor: pointer;
    color: #A8A8A8;
    border-bottom: 1px dashed #D5D5D5;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    top: 34px;
}

/* MIDDLE */
.body_middle {
    margin: auto;
    background: #f5f5f5;
    width: 100%;
    display: block;
    z-index: 1000;
    text-align: center;
    border-top: 3px solid #E6E6E6;
}

.middle_content {
    margin: auto;
    width: 100%;
    min-height: 200px;
    min-width: 1000px;
    z-index: 1000;
    text-align: left;
}

.middle_content .contentWrapper {
    width: 100%;
}

.middle_content .contentWrapper.top {
    background: #333333;
    border-bottom: 4px solid #C2C2C2;
}


.middle_content .content {
    width: 1000px;
    margin: auto;
}
/* LOGIN BOX */
.TopContent {
    display: block;
    width: 1000px;
    height: 24px;
    border-bottom: 5px solid #292929;
}

.TopContent .loginBox {
    float: left;
    display: block;
    width: 290px;
    height: 24px;
    background: #2E2E2E;
    border-left: 1px solid #555555;
}

.TopContent .loginBox a {
    color: #F0F0F0;
}

.TopContent .loginBox .gout {
    cursor: pointer;
    float: left;
    display: block;
    width: 144px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #464646;
    padding-left: 4px;
    padding-top: 5px;
}

.TopContent .loginBox .gout:hover {
    background: #251D13;
}

.TopContent .loginBox .gout img {
    cursor: pointer;
    max-height: 18px;
    max-width: 18px;
    float: left;
    margin-left: 4px;
}

.TopContent .loginBox .gout:hover .name {
    border-bottom: none;
}

.TopContent .loginBox .gout .name {
    cursor: pointer;
    margin-left: 4px;
    float: left;
    display: block;
    width: 118px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.TopContent .loginBox .login_out {
    display: block;
    float: left;
    cursor: pointer;
    width: 86px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
}

.TopContent .loginBox .login_out:hover span {
    border-bottom: none;
}

.TopContent .loginBox .login_out span {
    border-bottom: 1px dashed #50647E;
    cursor: pointer;
    font-weight: 300;
    font-size: 13px;
}

.TopContent .loginBox .log {
    margin-top: 3px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.TopContent .loginBox .log span {
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px dashed #696969;
}

.ContentRawWrap {
    font-size: 13px;
}

.ContentRawWrap a {
    cursor: pointer;
}

.ContentRawWrap a span {
    cursor: pointer;
}

.ContentRaw {
    margin: auto;
    width: 800px;
    padding-bottom: 66px;
    padding-top: 20px;
    overflow: hidden;
}


#scroll_top {
    background: #F3F3F3;
    height: 20px;
    width: 10%;
    min-width: 136px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E9E9E9;
    border-left: 1px solid #F1F1F1;
    border-top: 1px solid #F7F0F0;
}

#scroll_top:hover {
    opacity: 0.8;
}

#scroll_top.top .scroll_img {
    background: url('/images/toplink.gif') center -7px no-repeat;
}

.scroll_block {
    display: block;
    height: 20px;
    width: 136px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
}

.scroll_img {
    display: inline-block;
    height: 14px;
    width: 18px;
    background: url('/images/toplink.gif') center 3px no-repeat;
    cursor: pointer;
}

.scroll_text {
    margin-left: 4px;
    display: inline-block;
    height: 20px;
    width: 60px;
    cursor: pointer;
}

.login_pan {
    padding-top: 16px;
}

.login_pan div {
    margin-bottom: 14px;
}

.login_pan input {
    border: 1px solid #C4C0C0;
    color: #363636 !important;
    text-indent: 4px;
}

/* PAGE SETTINGS*/

.page_head {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #919191;
}
 