/**
 * SICI Templates 
 * Copyright (c) 2005-2006 
 *     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
 *
 * mst-ext.css : Estensioni agli stili base Union per il sito MuseoSaraiTu
 *
 * $Id: spac-ext.css 3077 2008-02-05 13:04:39Z antonella $
 *
 * Autore: Davide Principi
 */


@import "../../css/body_frame.css";

@media screen {

div#sp-hd1,
div#sp-hd2,
div#sp-hd3 {
visibility: hidden;	
}

div#bx-hd-mid-bg1 {
height: 6.00em;
}

div#bx-lgl img {
margin: 0px; 
padding: 0;
}

div#bx-lgr img {
margin: 0px;

}

div#ly-column-left {
background-color: transparent;
}


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

*.color-fth {
color: #59004f;
}

*.color-bth {
background-color: #fff;
}

*.color-bth1 {
#background-color: #CEE4F2;
background-color: #0072BC;
}

.color-fth1 a {
#color: #59004f;
color: #fff;
}

.color-fth1 a:hover {
color: #fff;
background-color: #038CE5 ;
}

/* Colore sfondo voce selezionata */
*.color-bth2 {
background-color: #F7B71D;
}


*.color-xth2 {
background-color: #59004f;
color: #fff;
}

div#ly-column-left {
background-color: #e4cbe2;
}

div#ly-column-right {
background-color: rgb(206,228,242);
}

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

*.color-oth {
border-color: #CEE4F2;
}

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

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

div#bx-hd-stripe {
border-top-width: 1px;
border-top-style: solid;
border-bottom-color: #fff;
}

div#bx-hd-stripe a {
color: #fff;
}
div#bx-hd-stripe a:hover {
color: #faf;
}

div.item {
list-style-type: circle;
}


/* copiato a color.css */
/* sfondo riga menù in alto */
*.color-xbw {
background-color: rgb(247,172,27);
color: #fff;
border-color: #fff;
}

body {
background: url('../img/bgone_blu.jpg') repeat-x;
}

/*COLORI TABELLE*/
/*colore sfondo intestazione + colore testo*/ 
table.contenttable.contenttable-0 thead tr.tr-even {
background-color: rgb(0,114,188);
color: rgb(255,255,255);
}

/*colore bordo tabella*/
table.contenttable.contenttable-0 {
border: 1px solid rgb(0,114,188);
}

/*colore sfondo righe pari*/
table.contenttable.contenttable-0 tr.tr-odd {
background-color: rgb(236,246,248);
}

/*colore sfondo righe dispari*/
table.contenttable.contenttable-0 tr.tr-even {
background-color: rgb(207,229,243);
}

}



} /* END @media screen */
