/******* COMMON PROPERTIES *******/
BODY
{
	overflow: hidden;
	background-color:#F9F9F9;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA, H1, H2, H3, H4, A, BUTTON
{
	font-family: Arial;
	padding: 0px 0px 0px 0px;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA, A, BUTTON
{
	font-size: 8pt;
}

#box {
	text-align: center;
	width: 1000px;
	height: 850px;
	margin: 0 auto;
	position: relative;

}

#logo {
	position: absolute;
	top: 327px;
	left: 360px;
}

#indirizzo {
	position: absolute;
	font-family: "Trebuchet MS", serif;
	font-weight: normal;
	font-style: normal;
	color: #949494;
	font-size: 0.7em;
	width: 1000px;
	top: 780px;
	left: 0px;
	text-align: center;
}

#indirizzo a:link, #indirizzo a:visited, #indirizzo a:hover, #indirizzo a:active {
	color: #949494; 
	text-decoration: underline;
}

#indirizzo a:hover {
	color: #e20019;
	text-decoration: underline;
}

H1
{
	font-size: 24pt;
}

H2
{
	font-size: 18pt;
}

H3
{
	font-size: 14pt;
}

H4
{
	font-size: 12pt;
}

TABLE.body,
TD.body
{
	padding: 0px 0px 0px 0px;
}

INPUT, TEXTAREA, SELECT, BUTTON
{
	padding: 0px 2px 0px 2px;
}


.clientArea
{
	width: 100%;
	height: 100%;
}

.fullwidth
{
	width: 100%;
}

DIV.scroller
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

DIV.searching
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	visibility: hidden;
	text-align: center;
	padding-top: 40px;
}

.readonly
{
	background-color: #C0C0C0;	
}

label.readonly
{
	background-color: transparent;
	color: gray;
	font-style: italic;
}

.link
{
	cursor: pointer;
}

.help
{
	cursor:help;
}

.titolo_applicazione
{
	background-color: #F9F9F9;
	border-bottom: 2px solid #E57520;
	color:#5D6AA5;
}


.titolo_txt
{
	color:#14267B;
	font-size:17px;
	font-family:Verdana;
}

TR.barra_header{
	background-color:#F1832A;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	height:20px;
}

TABLE.titolo_pagina
{
}

TH.titolo_pagina
{
	background-color: BurlyWood;
	font-size: 12pt;
	height: 35px;
	border: 2px groove;
}

TR.button_bar,
TD.button_bar,
TD.up_button_bar
{
	background-color: BurlyWood;
}

TD.button_bar
{
	border: 2px outset;
	text-align: center;
}

TD.up_button_bar
{
	border-bottom: 2px solid Sienna;
	padding: 0px 1px 0px 1px;
}

.error
{
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

TD.error
{
	font-size: 11pt;
}

TD.empty
{
	font-size: 10pt;
	background-color: royalblue;
	color: white;
	text-align: center;
}

TD.separator
{
	background-color: cadetblue;
	border: 2px outset cadetblue;
	font-size: 1px;
}

.text
{
	border: 1px solid gray;
}

INPUT.text,
INPUT.number,
INPUT.date
{
	height: 18px;
}

INPUT.number
{
	text-align: right;
}

INPUT.date
{
	text-align: center;
}

LABEL.label
{
	cursor: pointer;
}


.button
{
	cursor: pointer;
}

.hover,
.button_over
{
	background-color: Wheat;
}


A.link_sidera
{
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: brown;
	text-decoration: underline;
}

/******* LOGIN PROPERTIES *******/

TABLE.login
{
	border: 1px solid #F1832A;
	background-color:none;
}

TABLE.login_error
{
	border: 1px black solid;
	color: white;
	background-color: #F1832A;
}

TH.login
{
	font-size: 9pt;
	background-color: #F1832A;
	color: white;
	font-family:Verdana;
}


INPUT.login
{
	width: 150;
	border: 1px solid gray;
}

/******* LISTING *******/

TD.results_container
{
}

TABLE.results
{
	width: 99%;
	border: 1px solid blue;
	border-left: none;
}

TR.results
{
	cursor: default;
}

TD.results_info
{
	font-style: italic;
}

TD.results_rownumber
{
	text-align: right;
	padding-right: 2px;
	padding-left:  2px;
}

TH.results,
TD.results
{
	padding: 0px 2px 0px 2px;
}


TH.results
{
	font-weight: normal;
	color: white;
	background-color: rgb(99,146,206);
	border-left: 1px solid blue;
}

TD.results
{
	border-left: 1px solid blue;
	border-top:  1px solid blue;
}


A.HTMLBrowser
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

A.HTMLBrowser:link,
A.HTMLBrowser:hover,
A.HTMLBrowser:visited
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}

TABLE.browsing
{
	width: 100%;
	background-color: rgb(200,220,240);
}

TR.browsing
{
}

TD.browsing
{
}


TD.brw_pagesInfo
{
	width: 25%;
	padding-left: 5px;
}

TD.brw_rowsPerPage
{
	width: 25%;
	text-align: center;
}


TD.brw_browser
{
	width: 50%;
	text-align: right;
	padding-right: 5px;
}

INPUT.rpp
{
	width: 25px;
}

.button_menu
{
	background-color:#CECDCD;
	font-weight:bold;
	color:#000000;
}

.button_menu_fianco
{
	background-color:#CECDCD;
	font-weight:bold;
	color:#000000;
}

TD.tdMenu{
	width:250px;
	background-color:#9A9A9A;
}

ul.menuBar{
	list-style-type:none;
	padding:0.5px;
	margin:0px;
	border:1px solid #737373;
}

ul.menuBar li{
	display:block;
	padding:0.05em;
}

ul.menuBar li a{
	display:block;
	padding:4px;
	background-color:#E7E9E8;
	color:#000000;
	height:13px;
	font-weight:bold;
	text-decoration:none;
}

ul.menuBar li a:hover{
	display:block;
	padding:4px;
	background-color:#737373;
	color:#ffffff;
}

TABLE.elenco{
	border:1px solid #737373;
}

TABLE.elenco TD{
	padding:5px;
}

TABLE.elenco TR TH{
	background-color:#737373;
	color:#ffffff;
	padding:5px;
	text-align:center;
}

TABLE.elenco TR TH.intestazione{
	background-color:#F1832A;
	color:#ffffff;
	padding:5px;
	text-align:center;
}

TABLE.tabella_tracciato{
	border:1px solid #737373;
}

TABLE.tabella_tracciato tr td{
	border:1px solid #737373;
}

TABLE.tabella_tracciato tr th{
	border:1px solid #737373;
}

.td_fatturato{
	background-color:#FFE493;
}