﻿body
{
	font-family: Verdana, Trebuchet MS, Arial;
	background-color: #CCCCCC;
		
	SCROLLBAR-FACE-COLOR: #2C544B;
	SCROLLBAR-HIGHLIGHT-COLOR: #2C544B;
	SCROLLBAR-SHADOW-COLOR: #2C544B;
	SCROLLBAR-3DLIGHT-COLOR: #2C544B;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #E2E9DD;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;	
}

.Background
{
	background-image: url(../Images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center, center;
		
	width: 800px;
	height: 535px;
	
	margin-left: auto;
	margin-right: auto;
}

.Errore
{
	color: #FF0000;
	font-weight: 600;
}

.Menu
{
	margin: 0px;
	padding: 0px;
	
	font-size: 11px;
}
.Menu_Off
{	
	background-image: url(../Images/menu_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	
	width: 100px;
	height: 18px;
		
	text-align: center;
}
.Menu_On
{	
	background-image: url(../Images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
		
	width: 100px;
	height: 18px;
	
	text-align: center;
	
	color: #000000;
}
.Menu A:link, .Menu A:visited, .Menu A:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.Menu A:hover
{
	text-decoration: underline;
}

.Footer
{
	font-size: 9px;
	color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
}
.Footer TD
{
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.Footer HR
{
	color: #FFFFFF;
	width: 600px;
	height: 1px;
	border-style: solid;
}
.Footer A:link, .Footer A:visited, .Footer A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}
.Footer A:hover
{
	text-decoration: underline;
}

.Page
{
	width: 800px;
	height: 468px;
}

.TextBox
{
	color: #000000;
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;	
	width: 100%;
	overflow: auto;
	border-style: inset;
}
.Modulo
{
	height: 463px;
	overflow: auto;
	background-color: #E2E9DD;
	font-size: 11px;
	text-align: left;
}

.Modulo TABLE
{
	width: 330px;
}

.Modulo TD
{
	padding-left: 10px;
	padding-right: 8px;
	font-size: 11px;
}

.Result
{
	font-size: 11px;
	margin: 10px;
}

.Button
{
	cursor: pointer;
	width: 100px;
	height: 18px;

	font-family: Verdana, Trebuchet MS, Arial;

	border-style: none;
	color: #FFFFFF;
	
	text-align: center;
	vertical-align: top;

	background-image: url(../Images/menu_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	margin: 0px;
	padding: 0px;
	
	font-size: 11px;	
}
.Details
{
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: auto;
	
	border-width: 0px;
}
.Details TD
{
	border-spacing: 0px;
	padding: 4px;	
	font-size: 10px;
	
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	
	border-bottom-width: 1px;
}
.DetailsHeaderStyle
{
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 100px;
	text-align: right;
}
.DetailsRowStyle
{
	background: #D2D9CE;
}

.Titolo
{
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}