﻿.red {
    color: Red;
}

.green {
    color: Green;
}

.shadow {
    color: Gray;
}

.bold {
    font-weight: bold;
}


.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;
}

.nav-pills a, .nav-pills a:visited {
    text-decoration: none;
}

a.btn, a.btn:visited {
    text-decoration: none;
}


.table tbody tr th {
    border-top: none;
}

.noborder td {
    border:none;
}

.table tbody tr:hover th {
    /*background: none;*/
}

.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;
        }

        .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;
    }

        .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;
}

.projectList tr {
    cursor:pointer;
}
.projectList tr:hover td {
    background:#fafafa;
}
    .projectList tr a {
        text-decoration:none;
    }
    
.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;
}
