﻿.topLeft{background-image:url(../Immagini/texture/topLeft.gif)}
.topRight{background-image:url(../Immagini/texture/topRight.gif)}
.bottomLeft{background-image:url(../Immagini/texture/bottomLeft.gif)}
.bottomRight{background-image:url(../Immagini/texture/bottomRight.gif)}
.left{background-image:url(../Immagini/texture/left.gif)}
.right{background-image:url(../Immagini/texture/right.gif)}
.top{background-image:url(../Immagini/texture/top.gif)}
.bottom{background-image:url(../Immagini/texture/bottom.gif)}

.pallini_birra
{ 
list-style-image: url("../Immagini/beer_small.gif")
}


.barra_sup
{
    background-image: url("../Immagini/barra_superiore.png");
    background-repeat: no-repeat;
	/* background-color: #E7E7E7; */
    display: block;
    height: 68px;
	/* width: 767px; */
    text-align: left;
	vertical-align: top;
}


.barra_inf
{
    background-image: url("../Immagini/barra_inferiore.png");
    background-repeat: no-repeat;
	background-color: #E7E7E7;
    display: block;
    height: 31px;
	/* width: 767px; */
	font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center; /*font-weight: bold;*/
	vertical-align: middle;
}

.pulsante_menu
{
	/*
	------vecchio pulsante di menu------
	font-size:10px; color: #F3F3FD; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center;
    background-image: url("../Immagini/PULSANTE_UP.png");
    background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	cursor:hand;
	*/
	background-color: #F0AC13;
	color: #F3F3FD;
	text-align: center;
	


	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#540900;

	height: 30px;
	width: 100px;
	cursor:pointer;
	/*
	La tabella che segue elenca tutti i tipi di bordo applicabili coi css:
	solid	 linea continua.
	dotted	punteggiato.
	dashed	tratteggiato.
	double	doppia linea continua.
	groove	scavato.
	ridge	sbalzato; l'opposto di groove.
	inset	premuto.
	outset	sollevato; l'opposto di inset.
	hidden	nascosto.
	*/


}


.pulsante_menu_bis
{
	background-color: #570900;
	color: #F0AC13;
	text-align: center;
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#540900;
	height: 30px;
	width: 100px;
	cursor:pointer;
}


.pulsante_clicked
{
	background-color: #570900;
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#540900;
	height: 30px;
	width: 100px;
	color: #F3F3FD;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
}

.posizione_logo
{
	position:absolute; 
	z-index:10; 
	left:479 px; 
	top: 10px;
}

.bordo_tabella
{
	border-collapse: collapse;

	border-top-style:solid; 
	border-top-width:1px; 
	border-top-color:#540900;

	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#540900;

	/*
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#540900;
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#540900;
	border-top-style:solid; 
	border-top-width:1px; 
	border-top-color:#540900;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#540900;
	*/
}

/*
.cella_logo
{
    background-color: #fbac1f;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 180px;
}
*/

.textc{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center}
.textl{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: left}
.textr{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: right}
.textj{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: justify}

.textj_bianco{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: justify; color:#FFFFFF;}

.text_yellow{font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#F0AC13;font-weight: bold;}



.link_bianco{font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center;}

a.link_bianco:link {text-decoration: none; color: #F3F3FD;}
a.link_bianco:visited {text-decoration: none; color: #F3F3FD;}
a.link_bianco:hover {text-decoration: none; color: #F3F3FD;}
a.link_bianco:active {text-decoration: none; color: #F3F3FD;}



.LogoHolder
{
    position: absolute;
    left: 20px;
    top: 9px;
}

#MainContentAreaPanel
{
    display: block;
    margin: auto;
    text-align: left;
    width: 740px;
}



div.ContentArea
{
	clear: both;
	margin-bottom: 10px;
}

#Copyright
{
	text-align: right;
    color: #996;
    font-size: 10px;
}


body 
{ 
	background-image: url(../Immagini/sfondo.gif); 
	background-repeat: repeat; 
    text-align: center;
}



/*
.LoginHolder
{
    position: absolute;
    left: 640px;
    top: 15px;
}

.RegisterHolder
{
    position: absolute;
    left: 689px;
    top: 15px;
}

#Navigation table.Navigation td
{
    padding-bottom: 15px;
}

*/