/* 
    Document   : core
    Created on : 28.03.2012, 10:01:15
    Author     : Anton
    Description:
        Purpose of the stylesheet follows.
*/

@import "base.css";
@import "blocks.css";
@import "forms.css";
@import "nav.css";
@import "content.css";
@import "jquery.treeview.css";
@import "jquery.fancybox.css";

html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #fff url(../images/bg.jpg);
    color: #333;
    font: 75%/1.2   'PT Sans',Arial,Verdana,Helvetica,sans-serif;
    position: relative;
    z-index: 0;
    text-align: left;
}
a {
    color:#027dc6;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}
a:active {
    color: #027dc6;
}
a:hover {
    color: #027dc6;
    text-decoration: none;
}
a:visited{
  color:#027dc6;
}

img {
    display: block;   
    
}
p {
    margin: 0 0 15px;
    line-height: 1.5em;
    text-align: left;
    font-size: 14px;
}
.b-logo{
    background: url("../images/logo.png") 0 60px no-repeat ;
    margin: 0;
    width: 307px;
    height: 129px;
    text-indent: -999px;
    float: left;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.b-logo:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

h1, .h1, h2, .h2, h3,.h3, h4, .h4, h5, .h5, h6 {
    color: #4A4A4A;
    line-height: normal;
    margin:0;
    font-weight: normal;
    font-family: 'PT Sans';
}


h1, .h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 14px 0;
    color: #696969;
    font-family: 'PT Sans';
}
h2, .h2 {
    font-size: 26px;
    line-height:28px;
    margin: 0 0 10px 0;
    color: #4e92d7!important;
    font-weight: 600;
}
h3, .h3 {
    font-size: 24px;
    line-height:25px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
h4, .h4 {
    font-size: 20px;
    line-height:22px;
    margin: 0 0 10px 0;
}
h5, .h5 {
    font-size: 16px;
    line-height:18px;
    margin: 0 0 10px 0;
}
.h1 span{
    color: #666;
}
.ul_reset {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ul_margin{
    margin: 0 0 1em;
}
input {
    vertical-align: middle;
}
.ui-state-default a, .ui-state-default.ui-state-active a{
    color: #5c5c5c;
    border-bottom: 1px dashed #5c5c5c;
    text-decoration: none;
}
.ui-state-default a:hover{
    color: #c5c4c4;
    text-decoration: none;
}
.ui-state-default.ui-state-active a:hover{
    color: #c5c4c4;
    text-decoration: none;
    }
    .ui-accordion-content{
        padding: 8px 10px!important;
    }
    .b-content__primary div.h3{
        font-weight: bold;
    }