/*
    -----------------------
    PREPIS PAGE CSS
    -----------------------
*/
body { background: url('../images/poukazky/bg.jpg') repeat 0px 0px #575757 ; }
a { color: #474747; }
#top { background: url('../images/poukazky/top.jpg') no-repeat top center; }
#content { background: url('../images/poukazky/back.gif') repeat-y 0px 0px; }
#left ul li { background: url('../images/poukazky/sipka.gif') no-repeat 5px 4px; }
#content h2 { color: #2503DC; }
#content h2 a { color: #2503DC; }
#data h3 { color: #2503DC; }

#user_info ul li a { color:#2503DC; }
#user_info ul li a:hover { color:#000; }

form input.submit { background: url('../images/poukazky/submit.gif') no-repeat top center; }
#bottom { background: url('../images/poukazky/bottom.jpg') no-repeat top center; }

#content a.submit {
    background: url('../images/poukazky/submit.gif') no-repeat top right;
    color:#FFF;
}

/*
    ======================================
    MAILING LIST
    ======================================
*/
fieldset.mailinglist {
    border:1px solid #2707DF;
    margin-bottom:10px;
}
fieldset.mailinglist legend {
    background:#2707DF;
    color:#FFF;
    font-size:1.1em;
    font-weight:bold;
    padding:3px 15px 3px 15px;
}
fieldset.mailinglist table th {
    vertical-align:top;
    background:#F4F4F4;
    text-align:right;
    padding:4px 5px 2px 5px;
    width:150px;
}
fieldset.mailinglist table tr.checkbox th { padding:0px 3px 0px 3px; }
fieldset.mailinglist table tr.checkbox td { padding:2px 5px 2px 5px; }
fieldset.mailinglist table tr.checkbox td label { cursor:pointer; }
input.mailinglist-button {
    background:url('../images/block-button.gif') no-repeat top left;
    border:none;
    width:132px;
    margin:0px;
    text-align:center;
    padding:6px 0px 6px 0px;
    cursor:pointer;
    color:#000;
    font-weight:bold;
}

fieldset.mlogout { border:1px solid #D60000; }
fieldset.mlogout legend { background:#D60000; }

p.message {
    text-align:center;
    padding:0px 0px 10px 0px;
    margin:0px;
    font-size:1.3em;
    color:#F00;
    font-weight:bold;
    font-family:Arial,sans-serif;
}

p.result {
    text-align:center;
    padding:0px 0px 10px 0px;
    margin:0px;
    font-size:1.3em;
    color:#F00;
    font-weight:bold;
    font-family:Arial,sans-serif;
}

p.result a {
    font-size:0.8em;
}

