/* 
    Document   : Main.css
    Created on : 30.07.2012, 10:21:23
    Author     : Sino Boeckmann <sino.boeckmann@aufwind.cc>
*/

/* */
body {
    margin: 0;
    padding: 0;
}

/*  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, section, footer {
    font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
    font-size: 13px;
    color: #7f7f81;
    text-decoration: none;

}

/*  */
.clear { clear: both; }

/*  */
a,
a:link,
a:visited, 
a:focus,
a:active { color: #7f7f81; text-decoration: none; }
a:hover { text-decoration: underline; }

/* */
section#content {
    margin: 10px;
}

/* 
button.uploadField:hover {
    background-color: rgba(205,205,205,0.1);
    cursor: pointer;
}*/

/* */
ul.filetree li:nth-child(odd) {
    background-color: rgba(205,205,205,0.3);
}
ul.filetree li:hover {
    cursor: pointer;
    background-color: rgba(205,205,205,0.5);
}