body
{
	background-color: #C5C5C5;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: tahoma;
	font-size: 15px;
}

.dxucButton a:link, .dxucButton a:visited, .dxucButton a:hover, .dxucButton a:active
{
    font-size: 13px;
    font-family: tahoma;
    color: #BE1E2D;
}

.MainTable
{
    border: solid 1px black;
    border-top-style: none;
    width: 978px;
}


.ShadowTopLeft
{
	background-image: url(../Immagini/ShadowTopLeft.jpg);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: right;
}

.ShadowTop
{
	background-image: url(../Immagini/ShadowTop.jpg);
	width: 978px;
	height: 48px;
	background-repeat: repeat-x;
}

.ShadowTopRight
{
	background-image: url(../Immagini/ShadowTopRight.jpg);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}

.ShadowLeft
{
	background-image: url(../Immagini/ShadowLeft.jpg);
	width: 48px;
	background-repeat: repeat-y;
	background-position: right;
}

.ShadowRight
{
	background-image: url(../Immagini/ShadowRight.jpg);
	width: 48px;
	background-repeat: repeat-y;
}

.ShadowBottomLeft
{
	background-image: url(../Immagini/ShadowBottomLeft.jpg);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: right;
}

.ShadowBottom
{
	background-image: url(../Immagini/ShadowBottom.jpg);
	width: 978px;
	height: 48px;
	background-repeat: repeat-x;
}

.ShadowBottomRight
{
	background-image: url(../Immagini/ShadowBottomRight.jpg);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}


/*######################################################*/
/*                      FOOTER                          */
/*######################################################*/
.FooterWhite
{
    background-color: White;
    color: Black;
}

.FooterBlack
{
    background-color: Black;
    color: White;
}


/*######################################################*/
/*                      COPYRIGHT                       */
/*######################################################*/
.Copyright
{
    width: 100%;
    height: 20px;
    font-family: Tahoma;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}



/*#######################################################*/
/*									MENU	             */
/*#######################################################*/
.Menu
{
    background-color: black;
    width: 100%;
	height: 36px;
	line-height: 36px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.Menu a:link, .Menu a:visited, .Menu a:hover, .Menu a:active
{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white;
}

.Menu a:link, .Menu a:visited
{
	text-decoration: none;
}

.Menu a:hover, .Menu a:active
{
	text-decoration: none;
	color: #be1e2d;
}


/*#######################################################*/
/*									LINGUE				 */
/*#######################################################*/
.Lingue
{
	width: 200px;
	height: 36px;
	text-align: right;
	vertical-align: middle;
}

.Lingue_Back
{
    background-image: url('/immagini/Lingue_Back.jpg'); 
    background-repeat: no-repeat; 
    background-position: right;
	 width: 140px;
	 height: 36px;
	 text-align: right;
	 padding-right: 5px;
}



/*#######################################################*/
/*									COLLEGAMENTI					   */
/*#######################################################*/
a:link, a:visited, a:active, a:hover
{
	font-family: tahoma;
	font-size: 12px;
	color: black;
	text-decoration: none;
}