﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    letter-spacing: 0px;
}
body, td, input, textarea
{
    font-size: 15px;
    font-family: Calibri, Tahoma;
    color: Black;
    line-height: 15px;
    vertical-align: top;
    padding: 0px;
}

.datum
{
    color: rgb(212,212,200);
}

.redText
{
    color: #EC0000;
    text-align: right;
}

a img
{
    font-size: 0px;
    float: left;
    border: 0px;
}
#centrovatPage
{
    width: 766px;
    text-align: left;
    margin: 0 auto;
}
br
{
    font-size: 10px;
}
table
{
    border: 0px;
    border-collapse: collapse;
}

.language
{
    color: white;
    text-decoration: none;
    font-size: 15px;
}
.language:hover
{
    text-decoration: underline;
}

a
{
    color: rgb(175, 9, 23);
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.whiteli
{
    background: url(../../_images/white_button.png) center left no-repeat;
}

.legisLi
{
    background: none;
    list-style-type: lower-alpha;
}

li
{
    background: url(../../_images/red_button.png) center left no-repeat;
    margin: 0px;
    padding-left: 15px;
}
li a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
li a:hover
{
    text-decoration: underline;
}

.main
{
    margin: 27px 35px 0px 29px;
    margin-bottom: 40px;
    width: 432px;
}

.modalPanel
{
    background-color: White;
    cursor: move;
    border: solid 1px Gray;
    color: Black;
}

.confirm-dialog
{
    margin: 0px auto;
    padding-top: 1px;
    position: relative;
    border-style: solid;
    border-width: thin;
    border-color: #101010;
}

.modalBackground
{
    background-color: #101010;
    filter: alpha(opacity=70);
    opacity: 0.7;
}