
h1
{
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 29px;
    font-weight: normal;
    text-align: inherit;
    color: #005072;
}
@media (min-width: 768px)
{
    h1
    {
        font-size: 32px;
        line-height: 35px;
    }
}
    h1 a
    {
        text-decoration: inherit;
        font-weight: inherit;
        color: inherit;
    }
h2
{
    margin: 15px 0 15px 0;
    padding: 0;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    text-align: inherit;
    color: #006f9f;
}
@media (min-width: 768px)
{
    h2
    {
        font-size: 28px;
        line-height: 31px;
    }
}
    h2 a
    {
        text-decoration: inherit;
        font-weight: inherit;
        color: inherit;
    }
h3
{
    margin: 10px 0 10px 0;
    padding: 0;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 26px;
    font-weight: normal;
    text-align: inherit;
    color: #007fb6;
}
@media (min-width: 768px)
{
    h3
    {
        font-size: 24px;
        line-height: 27px;
    }
}
    h3 a
    {
        text-decoration: inherit;
        font-weight: inherit;
        color: inherit;
    }
h4
{
    margin: 10px 0 10px 0;
    padding: 0;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    text-align: inherit;
    color: #008fcc;
}
    h4 a
    {
        text-decoration: inherit;
        font-weight: inherit;
        color: inherit;
    }
    
h1 span,
h2 span,
h3 span,
h4 span
{
    font-family: 'FontFaceLight', Arial, Helvetica, sans-serif;
}

  
p, li
{
    padding: 0;
    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    text-indent: 0px;
    text-align: left;
    font-weight: normal;
    color: #4d5960;
    font-size: 13.5px;
    line-height: 16.5px;
    margin: 0 0 8px 0;
}
@media (min-width: 992px)
{
    p, li
    {
        font-size: 14.5px;
        line-height: 17.5px;
    }
}
@media (min-width: 1200px)
{
    p, li
    {
        margin: 0 0 10px 0;
    }
}
ul
{
    list-style: circle;
    margin: 0 0 8px 0;
}
@media (min-width: 1200px)
{
    ul
    {
        margin: 0 0 10px 0;
    }
}
    li
    {
        margin: 0;
    }
    
a
{
    color: #009fe3;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}
a img
{
    border-color: #2e383e;
}
    a:hover,
    h1 a:hover,
    h2 a:hover,
    h3 a:hover
    {
        color: #b0b5b8;
    }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover
    {
        text-decoration: none;
    }
    a:hover img
    {
        border-color: #007fb6;
    }
    a:hover,
    h1 a:active,
    h2 a:active,
    h3 a:active
    {
        color: #171c1f;
    }
    a:active img
    {
        border-color: #009fe3;
    }
    
strong,
b
{
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

strong em,
b em,
strong i,
b i,
h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
h4 em,
h4 i
{
    font-family: 'FontFaceBoldItalic', Arial, Helvetica, sans-serif;
    font-style: normal;
}

em,
i
{
    font-family: 'FontFaceItalic', Arial, Helvetica, sans-serif;
    font-style: normal;
}

hr
{
    margin: 8px 0;
}


.btn,
.btn.locked:hover,
.btn.locked:active,
.btnSmall,
.btnSmall.locked:hover,
.btnSmall.locked:active,
input.btn,
ul.yiiPager a,
body .qq-upload-button,
body .qq-upload-button:hover,
body .qq-upload-button:active,
body.site .adminBtn,
.grid-view table.items td a.btn
{
    display: inline-block;
    padding: 1px 4px 4px 4px;
    color: #f2f5f7;
    font-family: 'FontFaceBold', Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    min-height: 13px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #7995a6;
    border: 1px solid #7995a6;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.btnSmall
{
    padding: 1px 4px 0 4px;
    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid;
    color: inherit;
}
    
.btnFa,
.grid-view .btnFa
{
    color: #f2f5f7;
    background-color: #7995a6;
    border: 1px solid #7995a6;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 21px !important;
    width: 22px !important;
    height: 22px !important;
    text-decoration: none !important;
    text-align: center;
}
.btnFa + .btnFa
{
    margin-left: 3px;
}
        .btn[type=submit]
    {
        margin-left: 5px;
        background-color: transparent;
        color: #7995a6;
        border-color: #7995a6;
    }
        .btn:hover,
    .btnSmall:hover,
    ul.yiiPager a:hover,
    .qq-upload-button:hover,
    .grid-view table.items td a.btn:hover,
    .btnFa:hover,
    .btn[type=submit]:hover
    {
        background-color: #a2b5c1;
        border-color: #a2b5c1; 
        color: #617785;
        text-decoration: none;
    }
        .btn:active,
    .btnSmall:active,
    ul.yiiPager a:active,
    .qq-upload-button:active,
    .grid-view table.items td a.btn:active,
    .btnFa:active,
    .btn[type=submit]:active
    {  
        background-color: #bdcbd3;
        border-color: #bdcbd3;
        color: #7995a6;
        text-decoration: none;
    }
        .btn.selected,
    ul.yiiPager li.selected a,
    ul.yiiPager li.selected a:hover,
    ul.yiiPager li.selected a:active
    {
        background-color: #009fe3;
        border-color: #009fe3;
        color: white !important;
        font-weight: normal;
    }
        .btn.hidden,
    ul.yiiPager li.hidden a,
    ul.yiiPager li.hidden a:hover,
    ul.yiiPager li.hidden a:active,
    .btnFa.disabled,
    .btnFa.disabled:hover,
    .btnFa.disabled:active
    {
        background-color: #e4eaed !important;
        border-color: #e4eaed  !important;
        color: white !important;
        font-weight: normal;
    }
        .text-right .btn + .btn
    {
        margin-left: 5px;
    }
    
table.details
{
    padding: 0;
    background-color: #e4eaed;
    color: #495964;
    font-size: 14px;
    line-height: auto;
    margin: 0 0 10px 0;
    width: 100%;
}
    table.details thead
    {
        padding: 0;
    }
        table.details th
        {
            padding: 10px;
            font-family: 'FontFace', Arial, Helvetica, sans-serif;
            text-indent: 0px;
            text-align: left;
            font-weight: normal;
            background-color: #c9d5db;
        }
        table.details th:nth-child(odd)
        {
            background-color: #bdcbd3;
        }
    table.details tbody
    {
        padding: 0;
    }
        table.details tr:nth-child(odd)
        {
            background-color: #dde4e9;
        }
            table.details td
            {
                padding: 10px;
                font-family: 'FontFace', Arial, Helvetica, sans-serif;
                text-indent: 0px;
                text-align: left;
                font-weight: normal;
            }
            table.details tr:nth-child(even) td:nth-child(odd)
            {
                background-color: #dde4e9;
            }
            table.details tr:nth-child(odd) td:nth-child(odd)
            {
                background-color: #d7e0e5;
            }