/* =Reset default browser CSS. 
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {	text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}
a img {	border: none;}
a:link, a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: underline;}


/*** impostazioni generali **/
.fclear {clear:both;}
.fleft { float:left;}
.fright {float: right;}
.aleft {text-align: left;}
.aright {text-align: right;}
.acenter {text-align: center;}

.padding-10 {padding:10px;}
.padding-5 {padding:5px;}

h1{font-size: 30px; margin: 5px 0 5px 25px;}
h2{font-size: 20px; margin: 15px 0 10px 5px;}
h3{font-size: 16px; margin: 5px 0 5px 5px;}
h4{font-size: 14px; margin: 5px 0 5px 5px;}
.tuppercase {text-transform: uppercase;}
ul.nolist {list-style: none;}


.tbold {font-weight: bold;}
.reset-margin {margin:0;}
.padding {padding: 10px;}

.shadow {
-moz-box-shadow: -2px 3px 2px #1a1a1a; /* FF3.5+ */  
-webkit-box-shadow: -2px 2px 2px #1a1a1a; /* Saf3.0+, Chrome */  
box-shadow: -2px 2px 4px #1a1a1a; /* Opera 10.5, IE 9.0 */  
filter:progid:DXImageTransform.Microsoft.Shadow(color='#1a1a1a', Direction=225, Strength=4);
}

.shadow-down{
-moz-box-shadow: 0 4px 5px #A3A3A3; /* FF3.5+ */  
-webkit-box-shadow: 0 4px 5px #A3A3A3; /* Saf3.0+, Chrome */  
box-shadow: 0 4px 5px #A3A3A3; /* Opera 10.5, IE 9.0 */  
filter:progid:DXImageTransform.Microsoft.Shadow(color='#A3A3A3', Direction=180, Strength=5);
}



.rounded-10 {
	border: solid 1px #DADADA;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.rounded-5 {
	border: solid 1px #DADADA;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.bottom-rounded {
	border-left: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}

.transparent{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.transparent-5 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.no-transparent {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a.close {
position:absolute;
right:-1px;
top: -1px;
width: 15px;
height:15px;
background: transparent url(../img/site/sprite.png) no-repeat -185px 0;
z-index:100;
}



/*-------------------------------------*/

body {
font-size: 12px;
font-family: Arial,Verdana,Tahoma,sans-serif;
text-align: center;
}

#wrapper {
display:block; 
width: 980px;
margin: 0 auto;
padding:0;
background: transparent url(../img/site/bck.png) repeat-y top center;
}

#page{
display:block; 
width: 980px;
text-align: left;
margin:0;
padding:0;
position: relative;
}

#header{
height: 80px;
margin:0;
padding:0;
position: relative;
}

#c-left,#c-right{
display:block;
width: 160px;
margin: 5px 5px 10px 0;
}
#c-left{float: left;}
#c-right{float: right;}

#content{
min-height:600px;
}

#main{
float: left;
width: 620px;
margin: 0
border: solid 1px #333;
position:relative;
}


#footer{
width: 960px;
color: #666;
font-family: Verdana;
font-size: 10px;
background: #f3f3f3;
}

/*---- header ------------*/
.logo {
float:left;
margin: 10px 10px 0 10px;
}


div.banner {
float:right;
width:500px;
margin:5px;
text-align: right;
}



#box-search {
width: 580px;
margin: 0 0 0 10px;
}
#always-visible {
/*	width:580px;*/
	height:75px;

	background: #f3f3f3;
	border: solid 1px #e5e5e5;
	padding:5px;
}
#always-visible-index {
	/*width:580px;*/
	height: 45px;
	padding:0 0 5px 5px;
	float:none;
	background: #f3f3f3;
	border: solid 1px #e5e5e5;
}

#divshow {
margin-left:450px;	
}
#divhide {
margin-left:450px;	
}

#screen-box {
	background: #f3f3f3;
	border: solid 1px #e5e5e5;
	width:580px;
	float:none;
}
	
#box-search fieldset {
border:none;
}

#box-search label { clear:both; float:left; width: 120px; text-align: right; margin: 5px;}
#box-search input.text { float:left; width: 400px; border: solid 1px #333; padding:2px;margin: 5px;}
#box-search input.suggest { float:left; width: 400px; border: solid 1px #333; padding:2px;margin: 5px;}
#box-search input.suggest1 { float:left; width: 400px; border: solid 1px #333; padding:2px;margin: 5px;}
#box-search input.suggest2 { float:left; width: 400px; border: solid 1px #333; padding:2px;margin: 5px;}
#box-search label.radio { clear:none; float:left;width: 80px;}
#box-search input.radio { clear:none; float:left;width: 10px;}

#box-search select { float:left; border: solid 1px #333; margin: 5px;}
/* #box-search input.submit { background-color:#CCC; font-weight:bold; width: 80px; border: none;} */


/* .ldsfondo {
display: inline-block;
width:40px;
background-color: #c9c9c9;
background-image: -moz-linear-gradient(center top , #c9c9c9, #dde1e8);
border: 1px solid #555555;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
margin :5px;
text-align: center;
}


button[name="mode1"],button[name="ldreset"] {
    background: none repeat scroll 0 0 transparent;
    color: transparent;
    font-size: 0;
    overflow: hidden;  
    margin: 0;
}
.lsearch {border: 0 none;color: #000000;cursor: pointer;font: 15px arial,sans-serif;margin: 0; padding:0;}
.sls, .slr {width:20px; height:18px; color: transparent;display: inline-block; margin: 0 auto; }
.sls {background: url(../images/search.png) no-repeat 0 0; }
.slr  {background: url(../images/erase.png) no-repeat 0 0; margin-left: 8px; }
*/
.ldsfondo {
display: inline-block;
width:41px;
margin-top:2px;
text-align: center;
background: none repeat scroll 0 0 transparent; 
/* background-color:#ffffff; */
}



button[name="mode1"],button[name="ldreset"] {
	
    background: none repeat scroll 0 0 transparent; 
	/* background-color:#ffffff; */
	color: transparent;
    font-size: 0;
    overflow: hidden;  
    margin: 0;
}
.lsearch {border: 0 none;color: #000000;cursor: pointer;font: 15px arial,sans-serif;margin: 0; padding:0;/* background-color:#ffffff; */}
.sls, .slr {width:41px; height:25px; color: transparent;display: inline-block; margin: 0 auto;/* background-color:#ffffff; */}
.sls {background: url(../images/SearchBt_o.png) no-repeat 0 0;/* background-color:#ffffff; */ }
.slr  {background: url(../images/ResetBt_o.png) no-repeat 0 0; margin-left: 3px;/* background-color:#ffffff; */}






/*---- footer ------------*/
#footer div { width:400px; padding: 5px 10px;}

/** ---top LLibrary menu ----*/

#top-menu{
width: 100%;
height:25px;
margin:10px 0;
background: transparent url(../img/site/sprite.png) repeat-x -190px -50px;
float:right;
font-size:14px;
}

#top-menu ul{margin:0;padding:0;}
#top-menu li{ float: left;margin:0 10px;}
#top-menu a{ line-height:25px;}
marquee {padding: 4px 0; letter-spacing: 4px;}

/*---- Main Logos Left Menu ---------*/
#c-left ul { padding:0; margin:0 5px; list-style-type:none;  }
#c-left li {width:150px; height:22px; float:left; border:none; }
#c-left a em {font-style:normal; font-size:1em; line-height:1.5em; }
#c-left a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:150px; 
  height:20px; 
  display:block;
  text-align:center;
  font-weight: normal;
  }

#c-left a.menu:link,#c-left a.menu:visited,#c-left a.r-menu:link,#c-left a.r-menu:visited  {background:#F5F5F5; color:#000;}
#c-left a.menu:link,#c-left a.menu:visited {text-align: left;padding-left:5px;}
#c-left a.r-menu:link,#c-left a.r-menu:visited {text-align: right; padding-right:5px;}
#c-left a.menu:hover,#c-left a.r-menu:hover { background:#f1f1f1;}

/*---- Right column ---------*/
#c-right ul { padding:0; margin:0; list-style-type:none;  }
#c-right li{float:left; width: 100%; margin:0 0 10px 0; padding-bottom:5px; border-bottom: solid 1px #333; }

#c-right h2{ font-size:14px; text-align: center; background: transparent url(../img/site/sprite.png) repeat-x -190px -50px; color: #333; padding:5px 0; margin:0;}



/*---- tipografia --------*/

p{font-size: 1em; margin:5px; padding:2px; line-height: 1.2em; }

#index_menu { margin-left:80px; }
.pageEnd { position: absolute; z-index: 1; bottom: 0; left:0; width:100%; height: 250px; background: transparent url(../images/page_end.png) no-repeat center bottom;}