/*
BODY {

font-family: Tahoma, tahoma, arial;
font-size: 9pt;
background-color: white;
background-image: url(../img/logobackground.gif);	
background-repeat: no-repeat;
background-position: 65% 60%;
background-attachment: fixed;
}
*/



.box 
{
    display: block;
    border: ridge 1px orange;
    background-color: moccasin;
    padding: 10;
    width:250px;
    height: 500px;
    text-align: left;
}


.space 
{
    display: block;        
    height: 20px;
}


BODY_IE {
font-family: Verdana, tahoma, arial;
font-size: 9pt;
color: #045EB6;
background-color: white;
background-image: url(../img/logobackground.gif);	
background-repeat: no-repeat;
background-position: 65% 60%;
background-attachment: fixed;
}

BODY_NETSCAPE {
font-family: Verdana, tahoma, arial;
font-size: 9pt;
background-color: white;
}


html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;	
	
}

html>body, html>body #contents {
	height: auto;		
}

#main {
 	/*border: solid 3px blue;*/
 	width: 100%;
	/*margin-bottom: 5em;*/	
	
	
	/* spazio tra main e footer */
	margin-bottom: 80px;
}

#contents
{	
	position: absolute;
	top: 0;
	left: 0;	
	/*	
	left: 50%;
    width: 50%;
	*/
	
	/*
	left: 40%;
    width: 70%;
	*/
    
    /*
    border-left: solid 2px navy;
    border-right: solid 2px navy;
	*/
}
	
#footer 
{
	
	clear: both; 
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
		
	margin-top: 40px;
	text-align: center;
}

#footer {
    \width: 100%; /* IE */
    w\idth: 100%; /* Firefox */
}

.EVIDENCE {
color: black;
font-weight: bold;
}

OPTION {
font-family: Verdana, tahoma, arial;
font-size: 7pt;
background-color: #045EB6;
}

.small {
	font-size: 8pt;	
}

.bigwhite {

font-family: Verdana, tahoma, arial;
color: White;
font-size: 10pt;
margin: 10px;
}


a, a:link, a:active, a:visited {
	font-family: Verdana, tahoma, arial;
	color: #045EB6;
	font-size: 8pt;	
}

a:hover {
	font-family: Verdana, tahoma, arial;
	color: #3B9AF4;
	font-size: 8pt;	
}

TD {

margin:0px;
font-family: Verdana, tahoma, arial;
font-size: 8pt;
color: #045EB6;
}

TD.blu {

font-family: Verdana, tahoma, arial;
color:White;
font-size: 8pt;
border-color: black;
border-style: solid;
border-width: 1px;
background-color: #045EB6;
}

TD.bordered {
  border-color: #045EB6;
  border-style: solid;
  border-width: 1px;
}

TD.small {

font-family: Verdana, tahoma, arial;
font-size: 8pt;
color:#045EB6;
}

HR
{
color: #045EB6;
}

INPUT {
font-family: Verdana, tahoma, arial;
font-size: 8pt;
color: white;
background-color: #045EB6;
height: 19px;
}

SELECT  {
font-family: Verdana, tahoma, arial;
font-size: 8pt;
color: white;
background-color: #045EB6;

scrollbar-3d-light-color:#045EB6; 
scrollbar-arrow-color:white; 
scrollbar-base-color:#3B9AF4; 
scrollbar-dark-shadow-color:#3B9AF4; 
scrollbar-face-color: white; 
scrollbar-highlight-color:#3B9AF4; 
scrollbar-shadow-color:#045EB6; 


}

TEXTAREA {
font-family: Verdana, tahoma, arial;
font-size: 8pt;
color: white;
background-color: #045EB6;

scrollbar-3d-light-color:#045EB6; 
scrollbar-arrow-color: white; 
scrollbar-base-color: #3B9AF4; 
scrollbar-dark-shadow-color:#3B9AF4; 
scrollbar-face-color: white; 
scrollbar-highlight-color:#3B9AF4; 
scrollbar-shadow-color:#045EB6; 
}



