@import url(pci/jquery-r.css);
@import url(schede.css);
@import url(header.css);
@import url(post_pci.css);
@import url(left_menu.css);
@import url(lista.css);

/* TAG */

body  {
    /*background: url(../images/background_header.png) top left repeat-x #000000;*/
    background: #000000;
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #DDDDCC;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-shadow: 1px 1px #000000, 1px 0px #000000, 1px -1px #000000, 0px -1px #000000, -1px -1px #000000, -1px 0px #000000, -1px 1px #000000, 0px 1px #000000;
}

a:hover {
    color: #eeeeee;
}

button {
    background: url(images/button.png);
    background-position: center;
    border: 2px solid #d89b00;
    padding: 4px;
    font-weight: bold;
    color: #ffffff;
    margin: 3px;
    font-size: 12px;
    text-shadow: 1px 1px #000000, -1px -1px #000000, -1px 1px #000000, 1px -1px #000000;
    -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}

.ac_even {
    color: #222222;
}
.ac_even strong {
    color: #ff2222;
}
.ac_odd {
    color: #222222;
}
.ac_odd strong {
    color: #ff2222;
}
.ac_over strong {
    color: #ffff22;
}

.defaultSkin a {
    text-shadow: none;
}
