/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/**
 * $URL: https://tritone/svn/REPOS01/php/css_scripts/cssrm.php $
 * $Id: cssrm.php 2395 2007-03-26 10:40:23Z davide $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Parsed by: cssrm.php 
 */

@media screen  {
*.color-xth {
background-color: rgb(224,36,35);
color: #fff;
border-color: #fff;
}

.color-fth {
color: #fff;
}

.color-bth {
background-color: rgb(16,22,70);
}

.color-oth {
border-color: rgb(139,139,141);
}

*.color-xth a {
color: #fff;
background-color: transparent;
}

*.color-xth a:hover {
color: #fff;
}

*.color-xbw {

background-color: rgb(204,204,204);
color: #fff;
border-color: rgb(204,204,204);
}

div#sp-frsz a:hover {
color:#000;

}


*.color-b01 {
background-color: rgb(239,235,239);
}

.color-bth1 {
background-color: #fff;
}

.color-fth1 a {
color: #000;
}

.color-fth1 a:hover {
color: rgb(255,0,0);
}

.color-oth1 {
border-color: #000;
}

.color-bth2 {
background-color: rgb(223,28,36);
}

.color-fth2 a {
color: rgb(255,255,255);
}

.color-fth2 a:hover {
color: rgb(0,0,0);
}

div.cms-content-normal div.csc-header h1 {
color: rgb(25,25,25);
}

div.cms-content-left div.csc-header,div.cms-content-border div.csc-header,div.cms-content-right div.csc-header {
border-color: rgb(140,140,140);
background-color: #fff;
background-color: #E02423;
background-image: none;
height:1.8em;
padding-top:0.3em;
}

div.cms-content-left h1,div.cms-content-border h1,div.cms-content-right h1 {
background-color: #E02423;
color: #fff;
margin-left: -10px;

}

div.cms-content-left div.csc-header a,div.cms-content-border div.csc-header a,div.cms-content-right div.csc-header a {
color: #fff;
}

div.cms-content-left div.csc-header a:hover,div.cms-content-border div.csc-header a:hover,div.cms-content-right div.csc-header a:hover {
color: #fff;
}

div.csc-menu.csc-menu-1 p,p.csc-sitemap-level1,p.csc-sitemap-level2,p.csc-sitemap-level3,p.csc-sitemap-level4 {
background-color: #3366CC;


}

div#sp-ft1 {
background-color: #CCC;
color: #fff;
}

div#sp-ft2 {
background-color:rgb(223,28,36);
}

table.contenttable.contenttable-0 {
border: 1px solid #8b8b8d;
}

table.contenttable.contenttable-0 thead tr.tr-even {
background-color: rgb(223,28,36);
color: rgb(255,255,255);
}

table.contenttable.contenttable-0 tr.tr-odd {
background-color: rgb(229,229,229);
}

table.contenttable.contenttable-0 tr.tr-even {
background-color: rgb(243,243,243);
}

table.contenttable.contenttable-1 {
border: 1px solid #8b8b8d;
}

table.contenttable.contenttable-1 thead tr.tr-even {
background-color: rgb(223,28,36);
color: rgb(255,255,255);
}

table.contenttable.contenttable-1 thead tr th {
border-color:#8b8b8d;
}

table.contenttable.contenttable-1 tr.tr-odd {
background-color: rgb(255,255,255);
}

table.contenttable.contenttable-1 tr.tr-even {
background-color: rgb(255,255,255);
}

table.contenttable.contenttable-1 td {
border-color:#8b8b8d;
}

table.contenttable.contenttable-2 {
border: 1px solid #AFB0FF;
}

table.contenttable.contenttable-2 thead tr.tr-even {
background-color: rgb(223,28,36);
color: rgb(255,255,255);
}

table.contenttable.contenttable-2 thead tr {
border-color: rgb(255,255,255);
}

table.contenttable.contenttable-2 tr.tr-odd {
background-color: rgb(229,229,229);
}

table.contenttable.contenttable-2 tr.tr-even {
background-color: rgb(243,243,243);
}

table.contenttable.contenttable-2 td {
border-color: #8b8b8d;
}

table.contenttable.contenttable-3 {
border: 1px solid #AFB0FF;
}

table.contenttable.contenttable-3 thead tr.tr-even {
background-color: rgb(223,28,36);
color: rgb(255,255,255);
}

table.contenttable.contenttable-3 thead tr th {
text-align: center;
}

table.contenttable.contenttable-3 tr.tr-odd {
background-color: rgb(255,255,255);
}

table.contenttable.contenttable-3 tr.tr-even {
background-color: rgb(255,255,255);
}

table.contenttable.contenttable-3 td {
border-color: rgb(0,0,0);
}

span.menu-globnav-item a:hover{
color: rgb(0,0,0);
}


} /* end @media screen  */

