﻿.notics
{
}

.notics-header
{
    background-color: #0061AD;
    color: White;
    padding: 0.1em;
    text-transform: uppercase;
    text-align: center;
    font-family: Candara;
    font-weight: bold;
    font-size: 2em;
    min-height: 0.7em;
}

.notics-item
{
    background-color: #F7F7F7;
    border: 1px dashed #0061AD;
    padding: 1em;
    font-family: Verdana;
    color: #0061AD;
    text-align: justify;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

.notics-item-number
{
    position: absolute;
    top: 2px;
    left: -18px;
    width: 2em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background-color: #0061AD;
    color: White;
    box-shadow: 3px 3px 5px #888888;
    border-radius: 3px;
}


.notics-item-number:hover
{
    cursor: pointer;
    }


.download-a
{
    color: Blue;
    font-weight: bold;
    text-decoration: none;
}