
body {
/* 	background: transparent url('img_0354.jpg') no-repeat fixed bottom right; */
/* 	background: transparent url('Curl_Yellow1024x768.jpg') no-repeat fixed bottom right; */
/* 	background: transparent url('Tramonto.jpg') no-repeat fixed center left; */
	background: transparent url('bg_white.png') repeat;
/* 	background: transparent url('bg.gif') repeat; */
	background-color: #080808;
	font-family: Verdana,Times,serif,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #F8F8F8;
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #080808;
}

img {
	border:0px;
}

hr {
	margin: 0px;
	border: 1px solid #080808;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0px;
}

label {
}

input {
	background-color: #080808;
	color: #F8F8F8;
	margin: 1px;
	border: 0px solid #080808;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
	padding-left:0.5em;
	padding-right:0.5em;
}
select {
/*	background-color: #F8F8F8;
	color: #080808;
	border: 0px solid #F8F8F8;*/
}


/* ******************** Classes ******************** */

div.WTPanel {
/* 	background-color: transparent; */
	background-color: #F8F8F8;
/* 	background-color: #F8A808; */
	color: #080808;
	position: fixed;
	z-index: 99;
	margin: 0px;
	border: 1px solid #F8F8F8;
	padding: 0px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

div.WTForm {
	margin: 0px;
	border: 1px solid #F8F8F8;
	padding: 0px;
}
th.WTForm {
	text-align: right;
	padding-right: 0.5em;
}
td.WTForm {
	text-align: left;
	padding-left: 0.5em;
}

table.WTPanel {
	background-color: #a8a8a8;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 1px solid #a8a8a8;
	padding: 0px;
	border-spacing: 0px 0px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
tr.WTPanel {
/*	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;*/
}
td.WTPanel {
	background-color: #F8F8F8;
	color: #080808;
	margin: 0px;
	border: 0px solid #F8F8F8;
	padding: 1px;

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
div.WTPanelTitle {
	font-weight: bold;
	text-align: center;
/* 	min-height: 4em; */
}

div.WTMenuRoot, div.WTMenuItem, div.WTMenuContainer {
	background-color: #F8F8F8;
	color: #080808;
	margin: 0px;
	border: 0px solid #F8F8F8;
	padding: 0px;
}
div.WTMenuContainerRoot, div.WTMenuContainer {
	background-color: #F8F8F8;
	position:fixed;
	overflow:visible;
	margin:0px;
	border: 1px solid #a8a8a8;
	padding: 0.2em;
}
div.WTMenuContainer {
	margin-top: -1em;
	margin-left: 3em;
}

div.WTpopupDivSfondo {
	position:absolute;
	top:0px;
	/*left:0px;
	right:0px;*/
	bottom:0px;
	background: #ffffff url('popdivback.gif') repeat scroll 0 0;
    filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	
	height:100%; width:100%; /* Per IE */
}
div.WTpopupDivRiquadro {
	position:absolute;
	top:0px; left:0px;
	right:0px; bottom:0px;

	background: #ffffff url('popdivback.gif') repeat scroll 0 0;
/* 	background-image: url('popdivfade.gif'); */
/* 	background-repeat: no-repeat; */
    filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	
	width:395px; height:103px;
	/*height:100%; width:100%;*/ /* Per IE */
}
div.WTpopupDivContenuto {
/* 	background-color: #080808; */
	color: #080808;
	position:absolute;
	top:0px; left:0px;
	width:300px; height:20px;
/* 	background-image: url('popdiv.gif'); */
	background-repeat: no-repeat;
	padding: 50px 50px 50px 50px; /*top right bottom left*/
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	border: 0px solid #000;
}
a.WTpopupDivContenuto {
	text-decoration: none;
	color: #080808;
}
div.WTpopupDivContenutoTitle {
/* 	background-color: #282828; */
	margin:0px;
	border: 0px;
	padding:0px;
	margin-top: -1.5em;
/* 	margin-bottom: 3em; */
/* 	display:inline; */
}
div.WTpopupDivContenutoBottoni {
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
	padding: 0px;
	text-align: center;
/* 	float: right; */
	padding-top: 2em;
}


table.Tabelle {
	background-color: #080808;
	width: 90%;
	height: 100%;
	margin: 0px;
	border: 0px solid #F8F8F8;
	padding: 0px;
	border-spacing: 1px 1px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
th.Tabelle, th.TabelleTopLeft, th.TabelleTop, th.TabelleTopRight, th.TabelleBottomLeft, th.TabelleBottom, th.TabelleBottomRight  {
	background-color: #F8F8F8;
	color: #080808;
	text-align: center;
	font-weight: bold;
/*         font-size: 0.8em; */
}
th.TabelleTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
th.TabelleTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
th.TabelleBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
th.TabelleBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.Tabelle {
/* 	border-spacing: 0px 0px; */
	border: 1px none #E8E8E8;
	text-align:left;
	background-color: #E8E8E8;
	color: #F8F8F8;
/*         font-size: 0.8em; */
	font-weight: normal;
}



table.TitoloPrivi {
	background-color: #080808;
	border-spacing: 2px 2px;
}
td.TitoloPriviCorpo {
	background-color: #eeeeee;
	text-align:left;
	color: #333333;
}
td.TitoloPrivi,td.TitoloPriviTopLeft,td.TitoloPriviTopRight,td.TitoloPriviBottomLeft,td.TitoloPriviBottomRight {
	background-color: #dada84; /*#BFB660;*/ /*#9CABB9;*/
	color: #F8F8F8;
	font-weight: bold;
	font-size: 0.8em;
}
td.TitoloPriviTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
td.TitoloPriviTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
td.TitoloPriviBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
td.TitoloPriviBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.PriviMenubar {
	background-color: #CCC68F;
}
td.TitoloPriviCorpo {
	background-color: #E6E3CF;
}




table.TitoloFiltri {
	background-color: #080808;
/*	width: 90%;
	height: 100%;
	margin: 0px;
	border: 0px solid #080808;
	padding: 0px;*/
	border-spacing: 2px 2px;
/* 	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; */
}
td.TitoloFiltri, td.TitoloFiltriTopLeft, td.TitoloFiltriTopRight, td.TitoloFiltriBottomLeft, td.TitoloFiltriBottomRight {
	background-color: #62AAFF;
	font-weight: bold;
	font-size: 0.8em;
	text-align:left;
	color: #000000;
}
td.TitoloFiltriTopLeft {
	border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
td.TitoloFiltriTopRight {
	border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}
td.TitoloFiltriBottomLeft {
	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}
td.TitoloFiltriBottomRight {
	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
td.TitoloFiltriObbl {
	background-color: #E6E6FA; /*#F6A818;*/
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	text-align: center;
}
td.TitoloFiltriCorpo {
	background-color: #B1D4FF;
}
td.FiltriMenubar {
	background-color: #E6E6FA;
}



/* ******************** Elements ******************** */

#bottomPanel {
	left:5%;
	right:5%;
	bottom:0px;
	height:5%;
}
#bottomPanel, #bottomPanel table.WTPanel, #bottomPanel td.WTPanel {
	border-bottom: 0px;
	border-radius-bottomleft: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px;
	border-radius-bottomright: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px;
}
#topPanel {
	left:0px;
	right:0px;
	top:0px;
	height:5%;
}
#topPanel, #topPanel table.WTPanel, #topPanel td.WTPanel {
	border-top: 0px;
	border-radius-topleft: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;
	border-radius-topright: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
}
