﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem !important;
    background-image: url(images/01sfondo.jpg);
    background-repeat: repeat-x;
    background-color:#2f2f2f;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a{	color:#0066d3;
	text-decoration:none;
}
a:hover{
	color:#0066d3;
	text-decoration:underline;
}

img{border:0;}
    
#TopD{ 
    float:left;
    height:109px;
    width:80%;
	position:absolute;
	margin-left:40px;
	margin-top:10px;
	background-image: url(images/topd_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#91b91b;
	text-align:left;
	vertical-align:top;
	border-right:	#91b91b 2px outset
}

#TopD table {
  border-spacing: 0;
  border-collapse: separate;
}

#container {
	width: 1200px;
	height: 550px;
	margin-top: 150px;
	margin-left:40px;
	position:absolute ;
}

#UpdateProgress{
    position: absolute;
    top:auto;
    bottom:0px;
    left:0px;
    
	font-family:Verdana;
	font-size:small ;
	width: 100%;
	background-color: #91b91b;
	border-top: 1px solid gainsboro;
	text-indent:5px;
	filter: alpha(opacity=95);

	/*
	bottom: auto ;
	right:auto ;
	
	left: expression( ( 0 - UpdateProgress.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - UpdateProgress.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    */

}

.formlabel  { 
	display: block;
	float: left;
	width: 160px;
	font-family:Tahoma ;
	font-size:10pt;
	margin-left:5px;
}

SELECT{
	font-family:verdana,arial,Tahoma ;
	font-size:12PX;
}
OPTION.Categ{
	color:darkBlue;
}
OPTION.MacroCateg{
	background-color:whitesmoke;
	color:blue;
	font-size:100;
}

.EditTextBox{
	width:80px;
	text-align:left;
	border:1px solid black;
}

.info{
	border:1px solid red;
	margin:5px;
	padding:5px;
	background-color:Orange;
	color:Red;
	font-family:Arial;
	}
	
.shadow {
	border:1px solid red;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:#000000;
	opacity: .3;
	filter: alpha(opacity=50);
	z-index:3;	
	margin:0 0 0 0;
}

.window {
	margin: 0 0 0 0;
	border:0px outset gainsboro;
	position:absolute ;
	top:10%;
	left:40%;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color:#FFFFFF;
	z-index:4;	
}
		
.ToolBarButton{	border:0;	margin:1px;	padding:5px;}
.ToolBarButton:hover {
	background-color:gainsboro;
	
}
.ToolBarButton:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

.DetailsView {	width:100PX;}

TR.DetailsView TD.DetailsView INPUT.DetailsView {
	width:100PX;
}

TABLE.FormTable, div.FormTable{
	background-color: whitesmoke;
	border:1px solid gray;
	color:black;
	padding:0px 5px 5px 5px;
}
.FormTable THEAD{
	height:27px;
	text-align:center ;
	border-bottom:1px solid black;
}
.FormTableTd{
	background: url('/admin/images/ItemBackground.gif') repeat-x;
	padding-top:5px;
}

.FormTableTH ,tr.FormTableTH TD{
	background: url('/admin/images/ItemBackgroundSelected.gif') repeat-x ;
	padding-top:5px;
	font-weight:bold;
}

.FormScrollDiv{
	overflow:auto;
	width:auto;
	height:400px;
	padding:5px 5px 5px 5px ;
}
.SearchScrollDiv{
	overflow:auto;
	width:400px;
	height:400px;
}

#tabheader ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabheader li {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11pt;
	float: left;
	border: 1px solid gainsboro;
	border-bottom-width: 0;
	margin: 0 0.2em 0 0;
	background: white;
	background: url('/admin/images/ItemBackground2.gif') repeat-x;
	padding-top:5px;
	padding-bottom:2px;
}
#tabheader li:hover {
	background-color:InfoBackground ;
	background: url('/admin/images/ItemBackgroundHover.gif') repeat-x ;
}
#tabheader a {
	display: block;
	padding: 0 1em;
	text-decoration:none;
}
#tabheader a:hover {
	text-decoration:underline;
}
#tabheader .selected ,#tabheader .selected:hover{
	font-weight:700;
	position: relative;
	top: 1px;
	left:1px;
	background: whitesmoke;
	background: url('/admin/images/ItemBackgroundSelected.gif') repeat-x;
}
.tabcontent {
	border: 1px solid gainsboro;
	clear: both;
	padding:2px;
	font:tahoma;
	font-size:small;
}
.tabcontainer{
	background-color:whitesmoke;
	border: 2px outset gainsboro;
	clear: both;
	color:Black;
}

.text40num{
	Width:40px;
	text-align:right;
}

.ResultDiv{
   height: expression( this.scrollHeight > 400 ? "400" : "auto" ); /* sets max-height for IE */
   max-height: 400px; /* sets max-height value for all standards-compliant browsers */
}

.comment {
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 5px;
	BORDER-LEFT: #cccccc 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cccccc 1px solid;
	BACKGROUND-COLOR: #ffffcc
}

legend{
	font-size:8pt;
	color:steelblue;
	font-style:italic;
}

/*BEGIN REORDERLIST STYLE*/
.dragHandle {
	width:17px;
	height:28px;
	background-color:whitesmoke;
	cursor:move;
	border:outset 1px white;
}
.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
	vertical-align:middle;
}

.reorderListDemo ul {margin-left:0px;padding:0px;}
.reorderListDemo li {
    list-style:none;
	padding-left:0;
	margin:2px;
	border:1px solid gainsboro;
	color:black;
	list-style-type:none;	
}

.reorderListDemo li a {/*color:#FFF !important; font-weight:bold;*/}
.reorderListDemo table{
	color:Black;
	}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
/*END REORDERLIST STYLE*/


.w250{width:250px;}

.imglist li {list-style:none;float:left;padding:3px}