/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Sem dávejte různé pomocné většinou jednořádkové třídy.*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.b
{
    font-weight: bold;
}
.i
{
    font-style: italic;
}

.reset
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    float: none;
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.dn
{
    display: none;
}

.tal
{
    text-align: left;
}

.tac
{
    text-align: center;
}

.tar
{
    text-align: right;
}

.taj
{
    text-align: justify;
}

.error, .red
{
    color: red;
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.fn
{
    float: none !important;
}

.frame
{
    position: absolute;
    margin: 0 auto;
    background-color: #012a56;
    color: White;
    text-align: left;
    visibility: hidden;
    width: 750px;
    border: 1px solid #BF0000;
    padding: 10px;
}

#validationSummary
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.success
{
    color: Green;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.bRed
{
    font-weight: bold;
    color: Red;
}
.blue
{
    color: Blue;
}
.bBlue
{
    font-weight: bold;
    color: Blue;
}
.green
{
    color: Green;
}
.gray
{
    color: Gray;
}
.black
{
    color: black;
}

.cl
{
    clear: left;
}

.nowrap
{
    white-space: nowrap;
}

.tdn
{
    text-decoration: none;
}

.xcontent ul li
{
    margin-left: 50px;
}
