/*
 * 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/Typo3/tmpl/sici/trunk/union/provpu06/css/colore.css $
 * $Id: colore.css 2402 2007-03-27 10:20:10Z davide $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Parsed by: cssrm.php 
 */

@media screen  {
*.color-xth {
background-color: rgb(200,160,46);
color: #fff;
border-color: rgb(200,160,46);
}

.color-fth {
color: #fff;
}

.color-bth {
background-color: rgb(200,160,46);
}

.color-oth {
border-color: rgb(200,160,46);
}

*.color-xth a {
color: #fff;
background-color: transparent;
}

*.color-xth a:hover {
color: yellow;
}

*.color-b01 {
background-color: rgb(239,235,239);
}

div.cms-content-left div.csc-header,div.cms-content-border div.csc-header,div.cms-content-right div.csc-header {
/*background-color: rgb(200,160,46);
color: rgb(0,0,0);
border-color: rgb(200,160,46);*/

background-color: white;
color: rgb(200,160,46);
border-color: rgb(200,160,46);
}

div.cms-content-left h1,div.cms-content-border h1,div.cms-content-right h1 {
background-color: #fff;
color: #000;
}

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: rgb(200,160,46);
}

table.contenttable.contenttable-0 {
border: 1px solid rgb(200,160,46);
}

table.contenttable.contenttable-0 thead tr.tr-even {
background-color: rgb(200,160,46);
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 rgb(0,0,0);
}

table.contenttable.contenttable-1 thead tr.tr-even {
background-color: rgb(200,160,46);
color: rgb(255,255,255);
}

table.contenttable.contenttable-1 thead tr th {
border-color: rgb(0,0,0);
}

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: rgb(0,0,0);
}

table.contenttable.contenttable-2 {
border: 1px solid rgb(200,160,46);
}

table.contenttable.contenttable-2 thead tr.tr-even {
background-color: rgb(200,160,46);
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: rgb(200,160,46);
}

table.contenttable.contenttable-3 {
border: 1px solid rgb(0,0,0);
}

table.contenttable.contenttable-3 thead tr.tr-even {
background-color: rgb(200,160,46);
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);
}

div.agenda-news-latest-item {
border-color: rgb(200,160,46);
}

div.agenda-news-list-container {
border-color: rgb(200,160,46);
}

div.agenda-news-list-item {
border-color: rgb(200,160,46);
}




/* TITOLETTI: colore rettangolino a sinistra del titoletto */
div.cms-content-left div.csc-header,
div.cms-content-border div.csc-header,
div.cms-content-right div.csc-header {
background-color: white;

border-color: rgb(200,160,46);
}

/* TITOLETTI: colore testo e sfondo titoletti */
div.cms-content-left h1,
div.cms-content-border h1,
div.cms-content-right h1 {
background-color: rgb(200,160,46);
color: red;
}


/*colore testo e sfondo titoletti menù a destra - OK */
div.csc-header h1{
background-color: rgb(200,160,46);
font: 13px arial;
font-weight: bold;
color: white;
}

div.csc-header {
background-color: rgb(200,160,46);
}

div.cms-content-left div.csc-header, div.cms-content-border div.csc-header, div.cms-content-right div.csc-header {
background-image:url(../img/quadrato_bucato_grande.png);
background-position:0px 0px;
background-repeat:repeat-y;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-style:solid;
border-top-width:1px;
margin-bottom:0.5em;
padding-left:20px;
}

div.csc-header csc-header-n3 csc-header-l0 color-oth h1{
font: 10px arial;
font-weight: bold;
color: white;
}
} /* end @media screen  */

