﻿.title
{
    color:#0000AA;
    font-size:12pt;
    font-weight:bold;
}
.error
{
    font-family:'Arial Unicode MS', Arial, Verdana;
    font-size:10pt;
    color:red;
}

.header{
    background-color:#000088;
    color:white;
}

.item {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 10pt;
    color: #333333;
    text-decoration:none;
}

.itemh {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 10pt;
    color: #333333;
    text-decoration: none;
}


itemh:hover{
    color:#888888;
}

.item1 {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 9pt;
    color: #333333;
    text-decoration: none;
}

.item1h {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 9pt;
    color: #888888;
    text-decoration: none;
}

item1h:hover {
    color: #888888;
}

.menu {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
}

.menu:hover {
    color: #AAAAAA;
}

.menu1 {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 9pt;
    color: #FFFFFF;
    text-decoration: none;
}

.menu1:hover{
    color:#AAAAAA;
}

.form {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 8pt;
    color: #333333;
    background-color: #FFFFFF;
}

.acc {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 8pt;
    color: #333333;
    background-color: #FFFFFF;
    text-align:right;
}

.button {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 8pt;
    color: #333333;
    background-color: #FFFFFF;
    width:80px;
    border-radius:5px;
}

.button:hover
{
    background-color:#DDDDDD;
}

.button1 {
    font-family: 'Arial Unicode MS', Arial, Verdana;
    font-size: 8pt;
    color: #333333;
    background-color: #FFFFFF;
    width: 60px;
    border-radius: 3px;
}

.button1:hover {
    background-color: #DDDDDD;
}

.imglink{
    opacity:0.8;
}

.imglink:hover{
    opacity:1;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility:hidden;
    }
}

.notification {
    animation: fadeout 5s;
    animation-delay:5s;
    animation-fill-mode:both;
}

.dbutton {
    border-width: 3px;
    border-color: #003366;
    border-style: solid;
    border-radius: 6px;
    font-weight: normal;
    font-size: 15pt;
    color: #003366;
    height: 38px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

.dbutton:hover{
    background-color:#DDDDDD;
    border-color:#0000FF;
    color:#0000FF;
}

.gv{
    margin-right:auto;
    margin-left:auto;
    /*width:100%;
    max-width:1000px;*/
}