div.WebAuthorConsole, div.WebAuthorErrorConsole
{	width: 128px;	position: absolute;
	left: expression(body.offsetWidth - this.offsetWidth -20 + "px" ); 
	top: expression(body.scrollTop + 0 + "px" );
	/*top: 0;*/
	z-index: 1000; padding: 0px; font: normal 11px tahoma; text-align: left; border: 0px; 
	background-color:Transparent; background-position: left; background-repeat:repeat-y; cursor:default; }
div.WebAuthorConsole .title
{	background-color: #006699; background-image: url(../img/wac_title.gif); border-bottom:solid 2px #F8F8F8;}
div.WebAuthorErrorConsole .title
{	background-color: #ff3300; background-image: url(../img/wac_title_error.gif); border-bottom:solid 2px #ffd; }
div.WebAuthorConsole .title, div.WebAuthorErrorConsole .title
{	text-align:center; cursor:move; font-weight: bold; font-size:10px; padding: 0px 0px 2px 0px; 
	color: Black; background-repeat:repeat-x; background-position:middle; height:18px; position:relative;}
div.WebAuthorConsole
{   border: solid 1px #002D96; background-image: url(../img/wac_iconbar.gif);}
div.WebAuthorErrorConsole
{	border: solid 1px #663300; background-image: url(../img/wac_iconbar_error.gif); }
div.WebAuthorConsole table.esterno, div.WebAuthorErrorConsole table.esterno
{	font: normal 11px tahoma; filter: alpha (opacity=80); background-repeat:repeat-y; padding-left:1px; padding-bottom:1px;}
div.WebAuthorConsole table.esterno
{	background-color: #F8F8F8; background-image: url(../img/wac_iconbar.gif);}
div.WebAuthorErrorConsole table.esterno
{	background-color: #ffd; background-image: url(../img/wac_iconbar_error.gif); }
div.WebAuthorConsole table.esterno table, div.WebAuthorErrorConsole table.esterno table
{	font: normal 11px tahoma; }
div.WebAuthorConsole table.esterno table td 
{	white-space:nowrap; font: normal 11px tahoma; }
div.WebAuthorConsole img, div.WebAuthorErrorConsole img
{	margin: 1px 1px 1px 0px;}
div.WebAuthorConsole hr, div.WebAuthorErrorConsole hr
{	border: solid 1px #069; height: 1px; }
td.ColonnaTesto
{	padding-left:6px; padding-top:1px; padding-bottom:1px;}
span.Separatore
{   background-color:#6A8CCB; width:100%; height:1px; overflow:hidden; }
span.SeparaErrore
{   background-color:#995000; width:100%; height:1px; overflow:hidden; }
