@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5F6975;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}

.dettnews {
	border-bottom:1px solid #999999;
}

.textnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* CSS per menu admin */
.lavaLamp {
    position: relative;
    height: 400px; width: 120px;
    background: url("images/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}

.lavaLampNoImage {
    position: relative;
    height: 450px;
    background-color:#336699;
    padding: 15px;
    margin:0px;
		overflow: hidden;
		border:1px solid gray;
}

.lavaLampNoImage li {
    list-style: none;
}

.lavaLampNoImage li a {
    font: bold 10px verdana;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
    text-align: left;
    position: relative;
    top: 4px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    height: 20px;
    overflow: hidden;
    margin: auto 10px;
}

.lavaLampNoImage li.back {
    border: 1px solid #A0A0A0;
    background-color:#003366;
    width: 5px;
    height: 20px;
    z-index: 8;
    position: absolute;
		margin-left: 0px!important; /* Firefox */
		margin-left: -90px;
}
					
*:first-child+html .lavaLampNoImage li.back {
		margin-left: -90px!important; /* IE 7.0 */
}

/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLamp li.back .left {
    background: url("images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}
        
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}

div#L {
  margin-bottom:6px;
}

div#L1 {
  margin-bottom:6px;
  text-align:center;
}

p#TITOLO {
  font-size:12px;
  font-weight:bold;
  color:#000066;
}

hr {
  border:1px solid #ffffff;
  border-bottom:1px solid #aaaaaa;
}

form {
  margin:4px;
  margin-top:12px;
  margin-bottom:10px;
}

select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.div_FCK {
  margin-top:4px;
  margin-left:5px;
}

small { 
  margin-left:5px;
  color:#000966;
}

a img#i {
  border:0;
  padding:2px;
  position:relative;
  top:3px;
}

a:hover img#i {
  padding:1px;
  border:1px solid #cccccc;
}

div#news_gallery {
  position:relative;
  top:-4px;
  margin-left:3px;
}

div#news_gallery a#gallery {
  background:#ff0000;
  font-size:82px;
}

div#news_gallery a#gallery:hover {
  background: #FFCC00;
}

div#news_gallery a#gallery img {
  height:80px;
  margin-top:4px;
  border:1px solid #333333;
  background: #FFFFFF;
}

div#news_gallery a#gallery:hover img {
  border:1px solid #FF5511;
  filter:alpha(opacity=80); 
  -moz-opacity:0.8; 
  opacity:0.8; 
  -khtml-opacity:0.8;
}

.cancella_img {
  border:1px solid #000000;
  filter:alpha(opacity=60); 
  -moz-opacity:0.6; 
  opacity:0.6; 
  -khtml-opacity:0.6;
}

img.add {
  position:relative;
  top:3px;
  left:10px;
  border:0;
}

div.normale {
  padding:5px;
  background: #FFFFFF;
}

div.selezionata {
  padding: 5px 6px;
  background: #ECECEC;
}
