/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #7f6f50;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
	
/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#333333; text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#333333}
h1 { font-size: 150%; text-align: left; }
h2 { font-size: 130%; text-align: left; }
h3 {
	font-size: 100%;
	text-align: left;
	font-style:italic;	
}
h4{ margin:0px;
	font-size:small;
	font-style:italic; color:#534835;}
p { margin:0.375em 0;}

/* Layout Rules
----------------------------------------------- */
#all {
	margin: 0px;
	padding:0px;
	border-top:1px solid #574b44;
	width:100%;
	/*min-width:955px;*/
	/*width:expression(document.body.clientWidth<=955 ? "955px" : "100%");*/
}
#sponsor{
	float:left;
	width:95%;
	background-color:#E2E2DE;
	border-bottom: 5px solid #005425;
	text-align: right;
	padding-right: 5%;
}
#header{
	float:left;
	width:100%;
}
#logo{ float:left;
	width:240px;
	}
	#sognoverde{ 
		float:right;
		width:220px;
		margin-top:10px;
		margin-right: 5%;}
#menu{
	float:left;
	margin-top:50px;
	}
#contenuto{
	background-color:#c7b998;
	border-top:1px solid #574b44;
	border-bottom:1px solid #574b44;
	padding:20px 0px 20px 0px;
	float: left;
	width: 100%;
}
/*---------pagine statiche-------------*/
#testi{
	float:left;
	
	margin-top:20px;
	width:98%;
}
	#testi #foto{margin-left:20px;
	float:left;
	width:250px;
	}
	#testi #testo{
	float:left;
/*	width:630px;*/
	margin-left:20px;
	margin-right:20px;
	}
	#testi #testo h3{ font-weight:bold;}
	#testo ul{ margin:0px; padding:0px;}
	#testo li{
		list-style-type:none;
		background: url('../images/btn_appunti.gif') no-repeat left 50%;
		background-position:top left;
		padding-left:20px;
		}
		#testo a{
		color: #fff;
		}
		#testo li a{
		color: #fff;
		text-decoration:none;
		}
		#testo li a:hover{
			color: #FFCC00; 
			text-decoration:none;
			font-weight:bold;
			border-bottom:dotted 1px #fc0; 
		}
		.select{ color: #FFCC00; border-bottom:dotted 1px #fc0;}
	#dx{
	padding:10px;
	float:right;
	clear:both;
	text-align:left;
	width:150px;
	background-color: #AC9B7B;
	}
/*---------------------*/
#previews {
	border:1px solid #fff;
	padding: 10px 0px 20px 0px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	background-color:#7f6f50;
	width: 250px;
	float: left;
	color:#000000;
	font-weight:bold;
	font-size:0.8em;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#galleries { margin:0 auto 20px 10px; }
#galleries label { padding-bottom: 2px; }
/* Controllo foto
----------------------------------------------- */
#controls {
	background-color:#a39474;
	margin:0px;
	padding: 5px 0px 10px 10px;
	height: 25px;
}
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 0px 4px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../img/back_btn.jpg') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../img/back_btn.jpg') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* Navigation Classes
----------------------------------------------- */
.demo a, .return a, .demo a, .source a, .select a {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px; color:#000;
}
.return a:link { color: #fff; background: url('../images/btn_return_link.gif') no-repeat left 50%; }
.return a:visited { color: #fff; background: url('../images/btn_return_link.gif') no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../images/btn_return_hover.gif') no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('../images/btn_return_link.gif') no-repeat left 50%;
	}
/* tutte le VOCI menu header */
.source a:link { color: #fff; background: url('../images/btn_source_link.gif') no-repeat left 50%; }
.source a:visited { color: #ccc; background: url('../images/btn_source_link.gif') no-repeat left 50%; }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../images/btn_source_hover.gif') no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url('../images/btn_source_link.gif') no-repeat left 50%;
	}
/* VOCE SELECT - barbara - */
.select a:link { color: #fc0; background: url('../images/btn_select.gif') no-repeat left 50%; }
.select a:visited { color: #fc0; background: url('../images/btn_select.gif') no-repeat left 50%; }
.select a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../images/btn_select.gif') no-repeat left 50%;
}
.select a:active { 
	color: #fc0; 
	border-bottom:dotted 1px #fff; 
	background: url('../images/btn_select.gif') no-repeat left 50%;
	}
/*.demo a:link { color: #000; background: url('../images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:visited { color: #333; background: url('../images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:hover {
	color: #fff; 
	border-bottom:dotted 1px #fc0; 
	background: url('../images/btn_demo_hover.gif') no-repeat left 50%;
}
.demo a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('../images/btn_demo_link.gif') no-repeat left 50%; 
	}*/

/* Thumbnails
----------------------------------------------- */
#thumbnails {

	margin: 10px auto;

}
#thumbnails div {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}  
/* PICTURE
----------------------------------------------- */
#picture {
	padding: 0px;
	/*width: 500px;*/
	float: left; 
}
#picture img {	border: 1px solid #999; }
#picture h1 { margin-bottom:5px;}
#mainImageOutline {
float:left; clear:left;
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border: solid 1px #000;
	/*border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
/*	padding: 1em; */
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}
.titolo-foto{
	float:left;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	color: #534835;
}
.tabdati{
	float:left;
	color:#000;
	margin-bottom:5px;
	width: 652px;
}
	.tabdati th{
		text-align:left; 
		background-color:#A39474;
		padding-left:5px; padding-right:10px;
	}
	.tabdati td{ 
		padding-left:5px; padding-left:5px; padding-right:10px;
		background-color:#E0D7C5;}
#footer{
	color:#FFF;
	float:left;
	width: 100%;
}
	#footer ul{ margin:10px 10px 10px 30px;}
	#footer li{ list-style:none; display:inline; margin-right:50px;}
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
/*body {
	margin: 0;
	padding: 0;
	color: #33FF00;
	background-color: #2d1e00;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: small; /*for IE5/Win */
	}*/
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */

#codesample #all { width: auto; }


#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #151515; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #fc0; }











.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList {
  height: 570px;
  overflow: auto;
}
#RSSFeedsTitle h2, #RSSChannelTitle h2 {
	color: #fff;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ff2700;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#columnHeadings {
	background: url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 24px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
}
#SubjectTitle, .SubjectColumn { width: 500px; margin: 0; }
#PubDateTitle, .PubDateColumn {	width: auto; margin: 0; }
.ListBoxItemGroup .ListBoxItem { padding:3px 0 5px 0.25em; }

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn { 
	padding:3px 0 5px 0.25em; 
	float: left;
 	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#RSSItemsList {
  width: 100%;
  height: 195px;
  overflow: auto;
  clear: both;
}
#RSSItemContent {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.RSSItemListRow {
	float: left;
	border-bottom: solid 1px #202020;
	background-color: #000;
	width: 100%;
	white-space: nowrap; 
	overflow: hidden; 
}
.ListBoxItemTitle {
	background: url('../images/bg_grad_gray1.gif') repeat-x;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #fff;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.ListBoxItem {
	border-bottom: solid 1px #202020;
	cursor: pointer;
	clear: both;
	background-color: #000;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.EvenRow { background-color: #151515; }
.ListBoxItemHover {	background-color: #777; color: #000; }
.SelectedListBoxItem { color: #fc0; }

.RSSItemListFeedback {
	height: 32px;
	margin: 75px auto auto auto;
	background-color: #151515;
	border: solid 1px #202020;
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	height: 32px;
	background-image: url(../images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }


code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }

/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}
