body {margin: 0; background: white url(images/background.png); font-family:Tahoma}

a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: underline; color: black;}

/*Side Bar*/
.topdivNews {
	background: url(images/topdivNews.png) no-repeat top left;
	width: 248px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	font: bold 15px Verdana, Arial;
	color: white;
}

.topdivNews_on {
 		background: url(images/topdivNews_on.png) no-repeat top left;
 		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
    	cursor: pointer;
}

.topdivWip {
		background: url(images/topdivWip.png) no-repeat top left;
		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
}

.topdivWip_on {
		background: url(images/topdivWip_on.png) no-repeat top left;
 		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
 		cursor: pointer;
}

.topdivLuke {
		background: url(images/topdivLuke.png) no-repeat;
		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
}

.topdivLuke_on {
		background: url(images/topdivLuke_on.png) no-repeat;
 		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
 		cursor: pointer;
}

.topdivStat {
		background: url(images/topdivStat.png) no-repeat;
		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
}

.topdivStat_on {
		background: url(images/topdivStat_on.png) no-repeat;
 		width: 248px;
		height: 60px;
		text-align: center;
		text-decoration:none;
		font: bold 15px Verdana, Arial;
		color: white;
 		cursor: pointer;
}

/* Scrollers di Testo a comparsa */
#ajaxtickerNews {
	width: 248px;
	height: 124px;
	background: white url(images/backbox.png) no-repeat;
	text-align: center;
}
             
#ajaxtickerNews div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.scrollerNews {
	font: 12px Verdana, Arial;
}

#ajaxtickerWip {
	width: 248px;
	height: 124px;
	background: white url(images/backbox.png) no-repeat;
	text-align: center;
}
             
#ajaxtickerWip div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.scrollerWip {
	font: 12px Verdana, Arial;
}

#ajaxtickerLuke {
	width: 248px;
	height: 124px;
	background: white url(images/backbox.png) no-repeat;
	text-align: center;
}
             
#ajaxtickerLuke div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.scrollerLuke {
	font: 11px Verdana, Arial;
}

/* Box Menu Laterali */
.BoxMenu {
	width: 248px;
	height: 124px;
	background: white url(images/backbox.png) no-repeat;
	text-align: center;
}

/* MENU PRINCIPALE */
#menuNavigazione{
  margin:0;
  padding:0;
  list-style:none;
}

/* VOCI DI MENU */
#menuNavigazione li{
  float:left;
  width:150px; /* VOCI ORIZZONTALI */
  position:relative;
}

/* LINK VOCI DI MENU */
#menuNavigazione li a{
	display: block;
	text-decoration: none;
	text-align: center;
	background: black url(images/menubutton.png) no-repeat center;
	color: #B9B9B9;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
}

#menuNavigazione li a:hover,
#menuNavigazione li a:focus,
#menuNavigazione li a:active{
  text-decoration: none;
  background: black url(images/menubutton_over.png) no-repeat center;
  color: white;
}

/* SOTTO MENU */
#menuNavigazione ul{
  margin:0;
  padding:0;
  list-style:none;
}

/* VOCI SOTTO MENU */
#menuNavigazione ul li{
  width:250px; /* VOCI A COMPARSA */
}

/* LINK VOCI SOTTO MENU */
#menuNavigazione ul li a{
  float:none;
  display:block;
  text-align:center;
  border-left:2px solid #000;
  border-right:2px solid #000;
  background: #373737;
  color: #B9B9B9;
}

#menuNavigazione ul li a:hover,
#menuNavigazione ul li a:focus,
#menuNavigazione ul li a:active{
  text-decoration: none;
  background: #c00000;
  color: white;
}

/* MENU ON OFF */
#menuNavigazione ul,
#menuNavigazione ul.subMenu-off{
  position:absolute;
  /*visibility:hidden;*/
  top:-10000em
}

/*#menuNavigazione ul.subMenu-on{
visibility:visible;
}*/
/* POSIZIONAMENTO DEL SOTTO MENU */
#menuNavigazione ul.subMenu-on{
  position:absolute;/* primo livello di annidamento:menu a discesa */
  top:31px;
  left:0px;
  visibility:visible;
}

#menuNavigazione ul.subMenu-on ul.subMenu-on{
  margin:0px 0px 0px -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
  position:absolute;
  top:0px;
  left:250px;
}

/* TITOLAZIONI */
.titlesDiv {
  border: Black solid 1px;
  height:20px;
  background: Red url(images/titles.gif); 
  color: White;
  text-align: center;
  font: bold 15px Verdana, Arial;
}

/*Commenti*/
#HCB_comment_box textarea {
  /* add any custom CSS for the comment box here. */
  
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  font-family: verdana, serif;
  color: #000;
  background-color: #fff;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  background-color: #fff;
}

#HCB_comment_box input.text {
  width:200px;
}

/* the submit button */
#HCB_comment_box input.submit {
  /*border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
  background-color: #ccc;
  color: #666;*/
  font-weight:bold;
  cursor:pointer;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:2px dotted #000000;
  margin-bottom:20px;
  font: 12px Verdana, Arial;
  font-color: #000000;
}
