/**
 * 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: mst-ext.css 5146 2010-10-15 08:13:49Z fabio $
 *
 * Autore: Davide Principi
 */


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

@media screen {

#bx-hd{
top: 8px;	
}

#sp-hd1 {
color:#000000;
font-family:Trebuchet MS;
font-size:16px;
font-weight:bold;
padding-left:90px;
padding-top:2px;
white-space:nowrap;
}

#sp-hd2 {
color:#000000;
font-family:Trebuchet MS;
font-size:16px;
font-weight:bold;
padding-left:90px;
padding-top:0;
white-space:nowrap;
}

#sp-hd2 a{
	color:#000000;
	}

#sp-hd3 {
color:#000000;
font-family:Trebuchet MS;
font-size:30px;
padding-left:90px;
white-space:nowrap;
}


div#bx-hd-mid-bg1 {
height: 105px;
}

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

div#bx-lgr img {
margin: 2px;
}

div.ly-ml1 {
margin-top: 3em;
margin-left: 1px;
background-color: #fff;
border-top: 1em solid #f8f000;
border-bottom: 0.5em solid #f8f000;
}


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


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

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

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

*.color-bth1 {

}

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

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

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

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

div#bx-hd-stripe {
border-bottom-color: white;
}

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

div.mbc-itinerario {
margin: 0 0 0.5em 0.5em;
font-weight: bold;
}

div.item.spc {
border-color: #fff;
}

.color-xth-def {
background-color: #f8f000;
}

/* Colori itinerari */
.color-xth-it1 {
background-color: #cd088b;
}
.color-xth-it2 {
background-color: #006994;
}
.color-xth-it3 {
background-color: #b40439;
}
.color-xth-it4 {
background-color: #419539;
}
.color-xth-it5 {
background-color: #f67920;
}
/* end colore itinerari */

li {list-style-type:square;}
} /* END @media screen */
