/* black = #FFE4B5 */
/* red mattone = #996666 */
/* rosso usato inizialmente: #336699 */

BODY {
    font-size: 9pt;
    /*width: 600px;*/
    color: white;
    font-family: tahoma, verdana, arial;
    text-align: justify;
    scrollbar-base-color: #A83F43;
    scrollbar-arrow-color: white;
}

TD {
    COLOR: white; font-size:8pt;FONT-FAMILY: tahoma, verdana, arial; TEXT-DECORATION: none
}

.barratitolo {
    background-color:moccasin;
    color:black;
    padding:3;
    font-size:8pt;
    font-family: tahoma, verdana, arial;
    text-decoration: none;
    margin-top:2;
    margin-bottom:1;
}


#swfcontent {
	text-align: center;
	margin: 0px auto;
	border: white 0px solid;
	margin-bottom: -5px;
	background-color: #A83F43;
}

HR { color: white; text-align: center }



/* STILI DEI LINK */
A:link {
	COLOR: moccasin; FONT-FAMILY: tahoma, verdana, arial; TEXT-DECORATION: underline
}
A:active {
	COLOR: moccasin; FONT-FAMILY: tahoma, verdana, arial; TEXT-DECORATION: underline
}
A:visited {
	COLOR: moccasin; FONT-FAMILY: tahoma, verdana, arial; TEXT-DECORATION: underline
}
A:hover {
	COLOR: white; TEXT-DECORATION: underline;
}
/* FINE STILI DEI LINK */


DIV.Margins {
	WIDTH: 600px; COLOR: white; FONT-FAMILY: tahoma, verdana, arial; TEXT-ALIGN: justify
}

.TextField {
	FONT-FAMILY: tahoma, verdana, arial; FONT-WEIGHT: bold; FONT-SIZE: 8pt; BORDER-RIGHT: white 1px ridge; BORDER-TOP: white 1px ridge; BORDER-LEFT: white 1px ridge; COLOR: white; BORDER-BOTTOM: white 1px ridge; BACKGROUND-COLOR:  #A83F43;
}


.pulsante {
	FONT-FAMILY: tahoma, verdana, arial; FONT-WEIGHT: bold; FONT-SIZE: 8pt; BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: white 1px solid; COLOR: white; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #A83F43;
}







#growl {
  position: absolute;
  /*bottom: 0;*/
  top: 0;
  right: 1px;
  width: 200px;
  line-height: 1.3;
  z-index: 10;
  padding: 5px;
  color: white;  
}

.notice {
  position: relative;
  min-height: 30px;
}

.skin {
  position: absolute;
  background-color: #000000;  
  bottom: 0;
  left: 0;  
  opacity: 0;
  right: 0;
  top: 0;  
  z-index: -1;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.close {
  /*background: transparent url('../js/egrowl.png') 0 0 no-repeat;*/
  text-indent: -9999px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  padding-right: 5px;
}

#growl p {
  font-size: 8pt;
  color: yellow;
  background: inherit;  
}


.additionals {
 position: relative;
 width: 230px;
 margin-left: 0px;
 margin-right: 0px;
 text-align: center;
 padding: 2px;
 /*line-height: 1.5em;
 background-color: moccasin;
 */
 
  
 border-radius:0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}


.additionals a {

 word-spacing: -41.9px;
 
}


