/*========================================================
 @site    Sindaci
 @title   Presentation layer for standard 
          compliant browsers
 @company Keepthinking LTD
 @address http://keepthinking.it
 @author  Oskar Krawczyk (o.krawczyk@keepthinking.it)
 @rev     01/03/2007
 ========================================================*/


/* Let's highlight nav item here */
#facts-body #nav #nav-facts {
	height: 90px;
	position: relative;
}

	#facts-body #nav #nav-facts a {
		color: #fff;
	}

	#nav #nav-facts span {
		display: block;
		background: url(../img/nav-peak-1.gif);
	}


#info {
	background: #4D0000;
}

#side #documents h2 {
	color: #99998A;
	border-bottom: solid 1px #99998A;
}

#side #videos h2 {
	color: #FF3300;
	border-bottom: solid 1px #FF3300;
}

	body #side #videos .func a {
		color: #FF3300;
		background: url(../img/arr-func-3.gif) 0 50% no-repeat;
	}
	
	body #side #videos a img {
		border: none;
	}
	

#facts-body #side {
	width: 180px;
	float: left;
}

#facts-body #side .itemContainer {
	float: left; /* if that's not here IE is aplying some misterious indent to h2 */
	width: 180px;
}

	#facts-body #side #fattiavvenimenti {

	}
	
	#facts-body #side #fattiavvenimenti h2 {
		color: #996600;
		border-bottom: solid 1px #996600;
	}
	
	#facts-body #side .func a {
		color: #996600;
		background: url(../img/arr-func-1.gif) 0 50% no-repeat;
	}
	
	#facts-body #side #facts {
		
	}
	
	#facts-body #side #facts h2 {
		color: #CC9900;
		border-bottom: solid 1px #CC9900;
	}
	
	#facts-body #facts .func a {
		color: #CC9900;
		background: url(../img/arr-func-2.gif) 0 50% no-repeat;
	}
	
	#facts-body #side #storie {

	}
	
	#facts-body #side #storie h2,
	#facts-body #side #persone h2,
	#facts-body #side #pagina h2 {
		color: #FF3300;
		border-bottom: solid 1px #FF3300;
	}
	
	#facts-body #storie .func a,
	#facts-body #persone .func a,
	#facts-body #pagina .func a {
		color: #FF3300;
		background: url(../img/arr-func-3.gif) 0 50% no-repeat;
	}

	#facts-body #main #article {

	}	

		#facts-body #main #article h2,
		#facts-body #main #list h2 {
			color: #CC9900;
			border-bottom: solid 1px #CC9900;
			padding: 4px 0 2px 0;
		}
		
#facts-body .func a,
#facts-body .func a {
	color: #4D0000;
	background: url(../img/arr-func-1.gif) 0 50% no-repeat;
}

#files li a {
	color: #4D0000;
}
		

/*
#facts-body #submit {
	background: url(../img/submit-1.gif) 100% 1px no-repeat;
}
*/

#image-list {
	
}

	#main #image-list h3 {
		border-bottom: solid 1px #4D0000;
		color: #4D0000;
	}
	
	
	
#facts-body #list {
	
}

	#facts-body #list .item {
		height: 100%;
		overflow: hidden;
	}
	
	#facts-body #list h4 {
		margin: 0;
		padding: 0;
	}

	#facts-body #list .mainInfo {
		/*width: 550px;
		float: left;
		
		border: solid 1px red;*/
	}
	
	#facts-body #list .sideInfo {
		width: 210px;
		float: right;
	}
	

#facts-select-form fieldset {
}

	#facts-select-form .fieldSet {

		height: 30px;
		position: relative;		
	}
	
	#facts-select-form .realigned {
		height: auto;
		overflow: hidden;
		max-width: 600px;
	}

		body #info #facts-select-form .fieldSet p {
			float: left;
/* 			width: 180px; */
			text-align: right;
			padding: 8px 0 2px 0;
			margin: 0;
			font-size: .9em;
		}
		.first_column {
			width: 150px;
		}
		.second_column {
			width: 162px;
		}
		.third_column {
			width: 182px;
		}
		
		#facts-select-form .fieldSet p select,
		#facts-select-form .fieldSet p input {
			width: 92px;
		}
		
		#facts-select-form .dateFieldsTitle {
			position: absolute;
			left: 0;
			top: 0;
		}
		
		#facts-select-form .submitContainer {
			height: 32px;
			float: right;
			width: 100px;
		}
		
			#facts-select-form .submitContainer input {
				float: right;
				background: url(../img/submit-n-facts.gif) 100% 50% no-repeat;
			}
			
	#facts-select-form .lastSubmit .submitContainer {
		float: left;
		width: 100px;
		position: relative;
		top: -7px;
	}
	
	#facts-select-form .datesCont .picker_toggler {
		background: url(../img/icon-calendar.png) 0 50% no-repeat;
		padding: 0 5px;
		text-decoration: none;
		color: #BDBEA6;
	}
	
		#facts-select-form .datesCont label.startDate {
			height: 26px;
			margin: 0 0 0 65px;
		}
		
		#facts-select-form .datesCont label.endDate {
			height: 26px;
			margin: 0 0 0 75px;
		}
	
	#facts-select-form .datesCont label input {
		width: 61px;
	}