html,body 
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #C0BCA1;
	background-repeat: repeat-y;
	background-image: url(images/sfondo_container.png);
	background-position: center;
	font-family: Verdana;
	font-size: 11px;
	color: #703829;
}

div#container 
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 940px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#header 
{
/*	padding:1em;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat; */
	height: 135px;	
	padding: 0px;
	background-image: url(images/sfondo_banner.png);
	background-repeat: no-repeat;	
	background-position: center;	
}

div#content 
{
	padding: 1px; /* bottom padding for footer */
}

div#footer 
{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 80px;
	background-image: url(images/sfondo_footer.png);
	background-repeat: no-repeat;	
	background-position: center;	
}

a 
{
	color: #E9D2A9;	
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #703829;	
}

a.menu
{
	color: #c24B4B;	
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover 
{
	color: #703829;	
}

.myinputbtn
{
   color:#000055;
   font-family: Verdana;
   font-size: 11px;
   font-weight:bold;
   background-color:#def;
   border: 1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#333333;
   border-bottom-color:#333333;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#E9D2A9');
}

.mydrop
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-family: Verdana;	
	background-color: White;
}

.mylist
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
	font-size: 11px;
	font-family: Verdana;	
	background-color: White;
}

.testo_semplice
{
	border-style: none;
	border-width: 0px;
	font-size: 11px;
	font-family: Verdana;	
}

.pulsante_grid
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	background-color: White;
}

.container_images
{
	width: 885px; 
	height: 512px;	
	text-align: left; 
	padding: 5px 0px 5px 5px;
	overflow: auto; 
	background-color: #EEEEEE; 
	scrollbar-base-color: #EEEEEE; 
	scrollbar-darkshadow-color: #EEEEEE; 
	scrollbar-shadow-color: #333333; 
	scrollbar-arrow-color: #333333; 
	scrollbar-highlight-color: #333333;
}

.titolo_pagina_interna
{
	font-size: 14px;
	font-weight: bold;
	color: #c24B4B;
}

.mymenuroot
{
	line-height: 20px;
}
