﻿html, body, .container {
}

body {
    font-family: 'Segoe UI', Arial;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #0080cc;
    text-decoration: none;
}

a img {border:none;}

hr {
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.switch {
    color: #0080cc;
    border-bottom: 1px #0080cc dashed;
    cursor: pointer;
}

.hide {
    display: none;
}

.bold {
    font-weight:bold;
}

.dark {
    color:#444;
}

a img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size:22px;
}
h2 {
    font-size:18px;
}

h3 {
    font-size: 17px;
}

.shadow {
    color: gray;
}

.green {
    color: green;
}

.container {
    width: 980px;
    margin: 0 auto;
    border-left: 1px #17a4dc solid;
    border-right: 1px #17a4dc solid;
}


.header {
    height: 90px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ebebff solid;
}


ul.linklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.linklist li {
        margin: 0;
        padding: 0;
    }

        ul.linklist li a, ul.linklist li a:visited {
            display: inline-block;
            padding: 0px;
            border-radius: 3px;
            font-size:13px;
        }

            ul.linklist li a:hover {
                background: #f0f0ff;
            }

ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 5px;
    float: left;
}

    ul.submenu li {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }

        ul.submenu li a, ul.submenu li a:visited {
            display: inline-block;
            padding: 5px;
            border-radius: 5px;
        }

            ul.submenu li a:hover {
                background: #f0f0ff;
            }

.condensed {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

    .condensed tr th {
        padding: 5px;
        text-align:left;
    }
    .condensed tr th {
        font-size:14px;
        font-weight:normal;
        background:#ebebeb;

    }
    .condensed tr td {
        font-size: small;
        padding: 3px;
        border-bottom: 1px #ebebeb solid;
        border-collapse: collapse;
        vertical-align:top;
    }


    .condensed tr:hover td {
        background: #f8f8f8;
    }

.noborder tr td {
    border: none;
}


ul.horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.horizontal li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        ul.horizontal li a, ul.horizontal li a:visited {
            display: inline-block;
            padding: 5px;
        }

            ul.horizontal li a:hover {
                background: #f0f0ff;
                border-radius: 3px;
            }

li.active a, li.active a:visited {
    background: #0088cc;
    color: white;
    border-radius: 3px;
}

.footer {
    background:#0088cc;
    color:white;
    width:100%;
}

    .footer div {
        padding:10px;
        text-align:right;
        font-size:small;
    }

ul.bnrlist {
    margin:0;
    padding:0;
    list-style:none;
}

    ul.bnrlist li {
        margin:5px;
        padding:0;
        display:inline-block;
        float:left;
    }

        ul.bnrlist li a img {
            width:150px;
        }




.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}



/*****************************************************************************/



.dropdown-container {
    position:absolute;
    padding:10px;
    background:#f0f0ff;
    text-align:left;    
}

.dropdownsign {
    position: absolute;
    width: 0;
    height: 0;
    top:50%;
    left:100%;
    margin-left:-30px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}

.dropupsign {
    position: absolute;
    width: 0;
    height: 0;
    top:50%;
    left:100%;
    margin-left:-30px;
    margin-top:-3px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}


.fiveblocks {
    width: 100%;
    border-collapse: collapse;
}

    .fiveblocks td {
        width: 20%;
        vertical-align: top;
        text-align: center;
        cursor: pointer;
        padding: 0 2px;
    }

        .fiveblocks td:hover .wrap {
            background: #004684;
        }

        .fiveblocks td:hover .header {
            background: #004684;
            height:20px;
        }

        .fiveblocks td .wrap {
            height: 268px;
            background: #17a4dc;
            border-radius: 4px;
        }

    .fiveblocks .header {
        padding: 10px;
        background: #17a4dc;
        /*border-bottom:1px #0088cc solid;*/
        border-radius: 4px;
	position:relative;
    height:20px;
    }

        .fiveblocks .header:hover {
            background: #004684;
        }

    .fiveblocks .header-active {
        background: #004684;
    }

    .fiveblocks .header a {
        text-decoration: none;
        font-size: 14px;
        color: white;
    }

    .fiveblocks td .pict {
        height: 225px;
        margin: 0 1px;
        opacity: 0.7;
        overflow: hidden;
    }

        .fiveblocks td .pict:hover {
            opacity: 1;
        }

    .fiveblocks td:hover .pict {
        opacity: 1;
    }

    .fiveblocks td:hover .hint {
        margin-top: -80px;
    }

.hint {
    background: #004684;
    opacity: 0.9;
    color: white;
    font-size: 11px;
    text-align: left;
    padding: 5px;
    top: 100%;
    position: relative;
    height: 70px;
}


ul.nav-pills {
    list-style:none;
    margin:0;
    padding:0;
}

    ul.nav-pills li {
        list-style:none;
        margin:0;
        padding:0;
    }

        ul.nav-pills li a {
            display:block;
            padding:3px;
        }



.article {
    margin: 3px 0;
    padding: 0px;
    border-bottom: 1px #ebebeb solid;
    min-height: 100px;
}

    .article .art_head {
        background: #fafafa;
        padding: 5px;
        font-size: 13px;
        font-weight: bold;
    }

    .article .art_subj {
        font-size: 12px;
        padding: 0 10px;
        min-height: 80px;
    }

    .article .readmore {
        font-size: 11px;
        padding: 2px 10px;
        text-align: right;
    }

.art {
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.art_pic {
    float: left;
    height: 90px;
    overflow: hidden;
    margin-right: 15px;
    max-width: 120px;
}
