/* обнуление стилей */
@import "reset.css";
/* webloginPE */
@import "webloginpe.css";

/* основные стили */
body {
    width: 100%;
    font-family: arial;
    font-size: 12px;
    min-width: 990px;
    line-height: 16px;
    margin: 0;

}

body, .foo {
    background-color: #edeeee;
}

h1, h2, h3, h4 {
    color: #5484a9;
}

h1 {
    font-size: 18px;
    margin-bottom: 16px;
}

h2 {
    font-size: 16px;
    margin-bottom: 14px;
}

h3 {
    font-size: 14px;
    margin-bottom: 12px;
}

p {
}

ul {
    list-style-type: circle;
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 1010px;
}

.middle {
    position: relative;
    background-color: white;
    padding: 6px;
    margin: 0;
}

.left {
    position: relative;
    float: left;
    width: 228px;
    padding: 0 0 6px 0;
}

.center {
    position: relative;
    width: 770px;
    min-height: 500px;
    float: right;
    margin: 0;
}

/* margin:0 0 0 234px;*/

.panel.ui-state-default {
    position: relative;
    background: #ededed url(img/panel-bg.png) repeat-x;
    padding: 6px 6px 6px 6px;
}

.panel a {
    cursor: pointer;
}

.open {
    width: 100%;
    position: relative;
    display: none;
    background: url(img/arrow-right.png) no-repeat center center;
}

.close {
    width: 10px;
    position: relative;
    float: right;
    background: url(img/arrow-left.png) no-repeat center right;
}

.pod {
    width: 1004px;
    background-color: white;
}

.pod a {
    color: #000;
}

/* шапка ********************************************************************************  шапка */
.con_intro {
    color: #d3effc;
}

.hat {
    width: 1010px;
    font-family: tahoma;
    color: white;
    background: #5b5b5b url('img/hat_bg.png') repeat-x;
    padding-bottom: 10px;
}

.hat p {
    color: white;
}

.hat a {
    color: white;
}

.logo {
    width: 270px;
    float: left;
}

.logo img {
    margin: 14px 0 0 22px;
}

.hat_dysc {
    margin: 0 auto;
    width: 390px;
}

.hat_dysc div {
    position: absolute;
    width: inherit;
    margin-top: 24px;
}

.user_inf {
    width: 224px;
    float: right;

}

.mess_log {
    background-color: #1a1b1f;
    padding: 10px;
}

.log_inout {
    float: right;
}

.mess {
    text-decoration: none;
    font-weight: bold;
}

.user_name {
    padding: 10px 12px 0px;
}

/* левое меню */

.menu_left {
    left: 0;
    right: 0;
    padding: 6px;
    font-family: arial;
    vertical-align: top;
    width: 190px;
}

.menu_left hr {
    height: 0px;
    border: none;
    border-top: 1px solid #aaaaaa;
}

.menu_left a {
    text-decoration: none;
    display: block;
    padding: 8px 16px 8px 18px;
    background: url("img/marrow-right.png") no-repeat 8px 12px;
}

.menu_left ul {
    font-size: 13px;
    list-style: none;
    padding-left: 0;
}

.menu_left ul li {
    background: url("/assets/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
}

.menu_left .active ul {
    display: block;
    margin-bottom: 10px;
}

.menu_left ul ul a {
    padding: 8px 10px 8px 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.menu_left ul ul {
    font-size: 14px;
    margin: 6px 0 0 0px;
    display: none;
}

.menu_left ul .active a {
    font-weight: bold;
}

.menu_left ul ul a {
    font-weight: normal;
}

.menu_left ul .active a {
    font-weight: bold;
    background: url("img/marrow-bottom.png") no-repeat 6px 14px;
}

.menu_left ul li.active ul li a {
    font-weight: normal;
    background: none;
}

.menu_left ul li.active li a:hover {
    background: #ededed;
}

.active {
    display: block;
}

.menu_left ul .active .active a {
    font-weight: bold;
}

.menu_left ul ul li {
    margin-bottom: 0px;
    border: none;
    background: none;
}

.menu_left ul ul li.active {
    border: none;
}

.menu_left ul li.active {
    border: 1px solid #D3D3D3;
    background: none;
    background-color: white;
}

.menu_left a:hover {
    background-color: #F5F5F5;
}

/* контент **************************************************************************************** контент */
.con {
    float: right;
    width: 100%;

}

.con_hat {
    background: url('img/con_hat_bg.png') repeat-x;
    height: 26px;
    padding-top: 8px;
    border: 1px solid #939393;
}

.con_hat a {
    color: white;
    margin: 0 26px;
}

.con_content {
    position: relative;
    margin: 0;
    border: 1px solid #6fa7d1;
    min-height: 500px;
    padding: 28px 12px 12px;
}

/*Таблицы*/
.tablesinf {
}

.tablesinf th, .tablesinf td {
    padding: 3px 6px 4px 6px;
    border: 1px solid silver;
    vertical-align: top;
}

.tablesinf th {
    text-align: center;
}

.desc {
    background: #CCFFCC;
    font-size: 11px;
}

.B_crumbBox {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 12px;
}

.B_crumbBox a {
    color: #5484a9;
}

/* подвал */
.foo {
    height: 100px;
    width: 1010px;
}

.foo a {
    color: black;
    text-decoration: none;
}

.foo div {
    margin: 26px auto;
    width: 956px;
}

.foo table {
    float: left;
    margin-left: 26px;
    height: 64px;
}

.foo table td {
    vertical-align: middle;
    padding: 0 16px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 1px;
}

.foo, .pod, .hat {
    margin: 0 auto;
}

/*раздел помощи*/
.opnhelp {
    background: url("/assets/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6; /**/
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 4px;
    cursor: pointer;
    color: #555555;
}

.tadam {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background: #F5F5F5;
    position: absolute;
    top: 34px;
    right: 0;
    padding: 12px;
    width: 500px;
    box-shadow: 0 0 5px #d3d3d3;
}

.opnhelp:hover {
    background: #F5F5F5;
}

.tadam a {
    color: #555555;
}

.tadam a:hover {
    text-decoration: none;
}

.tadam ul {
    padding: 4px;
}

.tadam ul ul {
    padding: 8px;
    border-left: 1px solid #d3d3d3;
}

.hlpbox {
    position: absolute;
    top: 30px;
    right: 12px;
}

.noborder td, .noborder th {
    border: none !important;
}