/**
 * 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
 *
 * cmn-ext.css -- Estensioni ai css tema union per sito progetto Comenius
 *
 * $Id: cmn-ext.css 3034 2007-12-13 07:46:38Z davide $
 *
 * Autore: Davide Principi
 */


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


@media screen {

body {
font-family: Trebuchet MS, Bitstream Vera Sans, Tahoma, sans-serif; 
}

div#bx-lgl { width: 4.19em; height: 4.19em; top: 0.7em; left: 0.7em }
div#bx-lgl img { margin: 0; }
div#bx-hd { left: 7em; }
div#bx-lgr { top: 1.2em; right: 0.5em; }
div#sp-hd1 *, div#sp-hd2 *, div#sp-hd3 * { background-color: #fff; }
div#sp-hd3 {}
div#bx-hd-mid-bg1 { height: 7.6em; }
div#ly-column-left {background-color: transparent;}

div#menu2 {
margin: 1em 0.1em;
border-width: 3px 0px;
border-style: solid;
border-color: #449;
}

div#menu2 .color-bth2 {background-color:#449;}



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

.color-b01 {background-color: #ddd;}
.color-xbw {background-color: #449;}
.color-bth1 {background-color: #fff;}
.color-bth2 {background-color: #449;}
.color-oth {border-color:#fff;}

*.color-xth a {
color: #449;
}

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


}