/**
 * 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: per-ext.css 3028 2007-12-12 11:27:15Z davide $
 *
 * 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: 7.25em;
}

div#bx-lgl img {
width: 9.19em;
height: 6.38em;
margin: 5px; 
padding: 0;
}

div#bx-lgr img {
width: 11.63em;
height: 6.38em;
margin: 2px;

}

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


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

*.color-fth {
color: #000;
}

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

*.color-bth1 {

}

*.color-bth2 {
background-color: #aaa;
}

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

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

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

*.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;
}


} /* END @media screen */

