﻿body 
{
	margin:0;
	background:black;
	font: 11px verdana;
	color:White;
}
INPUT
{
	border: white 1px solid;
	font: 8pt verdana;
	background:gainsboro;	
}
.label
{
	font: 8pt verdana;
	color:White;
}
#tbPage
{
	width:100%;
	height:100%;
	vertical-align:top;
	background: #302B2B url(img/fade_tbpage.gif) repeat-y scroll top left;
	font: 10px verdana;
}
.menu1_0
{
	background-image:url(img/mnu_band.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu1_1
{
	background-image:url(img/mnu_band_1.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}

.menu2_0
{
	background-image:url(img/mnu_concerti.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu2_1
{
	background-image:url(img/mnu_concerti_1.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}

.menu3_0
{
	background-image:url(img/mnu_galleria.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu3_1
{
	background-image:url(img/mnu_galleria_1.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}


.menu4_0
{
	background-image:url(img/mnu_contatti.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu4_1
{
	background-image:url(img/mnu_contatti_1.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu5_0
{
	background-image:url(img/mnu_link.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
.menu5_1
{
	background-image:url(img/mnu_link_1.gif);
	border-left: #302B2B 1px solid; border-right:gray 1px solid; width:100px;
	cursor:pointer;
	height:20px;
}
a
{
	font: 11px verdana;
	color:gainsboro;
	
}
A:active	{	
	text-decoration:	none;
	font: 11px verdana;
	color:	gray;
	text-decoration: underline;
	}	
	
A:hover	{	
	color:#CA2914;
	font: 11px verdana;
	text-decoration: underline;
	/*font-style:oblique;*/
	}