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

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

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

#data div.subcategories ul li { background: url('../images/fotogaleria/sipka.gif') no-repeat 0px 4px; }
#data div.subcategories ul li a { color:#C002EE; }

#data .kontext a { color:#C002EE; }
#data .kontext a:hover { color:#000; }

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

/*
    ------------------------
    FOTOGALERIE
    ------------------------
*/
#data ul.galleries {
    margin:0px;
    padding:0px 0px 0px 30px;
    color: #C002EE;
}
#data ul.galleries li { padding:1px 0px 1px 0px; }
#data ul.galleries a { color:#C002EE; }

#gallery img { margin:none; }
#gallery a { text-decoration:none; }
#gallery a:hover { text-decoration:none; }

div.add-photo {
    text-align:left;
    padding:10px 0px 0px 20px;
}

div.login_info {
    padding:20px 0px 10px 10px;
    color:#F00;
    font-weight:bold;
}

p.message {
    color:#F00;
    text-align:center;
    padding:0px 40px 0px 40px;
    font-weight:bold;
    line-height:0.8em;
}

/*
    -------------------------------
    FORMULAR
    -------------------------------
*/
table.photo-add {
    margin:10px 0px 0px 0px;
    border:1px solid #E1E1E1;
}
table.photo-add th {
    vertical-align:top;
    padding:4px 5px 2px 5px;
    width:120px;
    text-align:right;
    background:#FFF;
    color:#000;
    border-right:1px solid #E1E1E1
}
table.photo-add td {
    vertical-align:top;
    padding:1px 5px 1px 5px;
    background:#F6F6F6;
}
table.photo-add td.submit {
    text-align:right;
    border-top:1px solid #E1E1E1;
    padding:3px 5px 2px 5px;
}

