﻿.MessageError 
{
    display: block;
    background: url('ico_msg_error.gif') no-repeat;
    min-height: 31px;
    _height: 31px;
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 0px 35px;
    color: rgb(183, 17, 14);
    font-weight: bold;
}


.MessageOk
{
    display: block;
    background: url('ico_msg_Ok.gif') no-repeat;
    min-height: 31px;
    _height: 31px;
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 0px 35px;
    color: rgb(1, 137, 1);
    font-weight: bold;
}

.ScratchCell 
{
    text-decoration: line-through;
    color: #666666;
}

.Login td td
{
    padding:3px;
}

.Note
{
    font-style:italic;
    font-size:8pt;
    color:#606060;
    padding-left:10px;
    
}

.DivRel
{
    position:relative;
}

/* tato vlast rozhodila jinou vlastnost, ktera zarovnava prvek v pravo*/
.xRight {
    position:absolute;
    right: 2px;
}

.Line {
    height: 0px;
    border: none;
    border-top: dashed 1px #F0F0F0;
    margin-top: 7px;
    margin-bottom: 7px;
}