﻿body
{
    font-family: Times New Roman;
    background-color: Gray;
    background-image: url("proWeb.jpg");
}
a
{
    color: #990033;
    text-decoration: none;
}
a:hover
{
    color: crimson;
    text-decoration: underline;
}
.HlavniEditGridView
{
    font-size: xx-small;
    font-family: Verdana;
}
.DefaultDetailBand
{
    cursor: pointer;
    background-color: Silver;
}
.DefaultDetailBandOver
{
    cursor: pointer;
    background-color: #b1b1b1;
}
.MasterDetailBand
{
    cursor: pointer;
    background-color: Black;
}
.MasterDetailBandOver
{
    cursor: pointer;
    background-color: #333;
}
.MasterDetailBandDisco
{
    cursor: pointer;
    background-color: Silver;
}
.MasterDetailBandDiscoOver
{
    cursor: pointer;
    background-color: #b1b1b1;
}
.AktKomentare
{
    font-size: 9px;
    font-family: Verdana;
}
.PravePije
{
    color: White;
    font-size: small;
}
.TextBox
{
    border-color: #990033;
    border-style: solid;
}
.Button
{
    border-color: #990033;
    border-style: solid;
    font-weight: bold;
    background-color: #868686;
    cursor: pointer;
}
.redTable
{
    width: 98%;
    background-color: #BBA6A6;
    font-weight: bold;
    font-size: large;
}
.text
{
    font-size: small;
}
.textFormat
{
    width: 98%;
    text-align: left;
}
.textTable
{
    background-color: #B1B1B1;
    width: 98%;
    text-align: left;
}
.textTableNadpis
{
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
}
.Trophy
{
    font-weight: bold;
    font-size: medium;
    color: black;
}
.MailUnreadOver
{
    cursor: pointer;
    background-color: #EAEAEA;
    font-weight: bold;    
    border-bottom: 1px dotted #C0C0C0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}
.MailReadOver
{
    cursor: pointer;
    background-color: #EAEAEA;
    border-bottom: 1px dotted #C0C0C0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}
.MailUnread
{
    border-bottom: 1px dotted #C0C0C0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    font-weight: bold;
}
.MailRead
{
    border-bottom: 1px dotted #C0C0C0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}
.watermarked
{
    font-style:italic;
    color:#C0C0C0;
    }

