/*
verde		#58AC25
giallo		#FFCC00
*/ 


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFF;
	background: #2c2c2c; /*url(../../images/bg_stripe.png);*/
}

body, th, td, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #121212;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: normal;
}

input.text {
	padding: 2px 5px;
	border: 1px solid #b5b5b5;
}

input.button {
	background: #58AC25;
	border: 1px solid #b5b5b5;
	color: #FFFFFF;
}

h1, h2, h3 {
	/*margin-top: 1.5em;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.5em;
	font-weight: normal;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 1.8em;
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #58AC25;
	color: #58AC25;
}

a:hover {
	border: none;
	color: #FF0000;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #58AC25;
	color: #58AC25;
}

hr {
	/*display: none;*/
}

strong { color:#666; }


/* Header */

#header {
	width: 960px;
	height: 35px;
	margin: 0 auto;
}

#menu {
	float: left;
	padding:11px 0px 0px 0px;
}

#search {
	float: right;
	padding-top: 13px;
}

#search input{
	border:1px solid #58AC25;
	background: #FFF url(../../images/ico_search.png) no-repeat 5px;
	padding-left:20px;
	color:#121212;
}

#search a{
	font-size:.9em;
}

/* Logo */

#logo {
	clear:both;
	width: 958px;
	margin: 0 auto;
	height: 269px;
	background: #FFF url(../../images/ba_foragri.jpg);
	border: 1px solid #58AC25;
	border-bottom:1px dotted #e5e5e5;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 30px 5px 0 20px;
	color: #58AC25;
}

#logo h1 a {
	color: #58AC25;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}


/*Common*/
.inline {display:inline;}
.floatRight {float:right;}

/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #58AC25;
	border-top: none;
	/*background: #FFF url(../../images/Vdivider.png);*/
}

/* Content */

#content {
	float: left;
	width: 720px;
	padding: 0px 10px 0px 10px;
	margin:0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width:207px;
	padding: 0px 5px 0px 5px;
		margin:0px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
	color:White;
}

#footer ul
{
	margin:0 auto;
	width: 660px; 
	list-style-type:none;
	padding:0px 0px 5px 0px;
}

#footer ul li
{
	float:left;
	margin-top:5px;
}

#footer ul li a
{
	border:none;
}



/*SidebarMenu*/

#SidebarMenu{margin: 0px 0px 0px 0px;}
#SidebarMenu a {border:none;}
#SidebarMenu ul{list-style-type:none;margin:0px;}
#SidebarMenu ul li {text-align:center;font-size:1em; background: #58AC25;border:1px solid white; border-bottom:10px;}
#SidebarMenu ul li a {color:White;}
#SidebarMenu ul li ul li {border: 1px dotted #b5b5b5;border-top:none;margin: 0px;padding: 1px 0px 0px 3px;font-size:0.9em;text-align:left;background: #FFF url(../../images/bg_stripe2.png);}
#SidebarMenu ul li ul li a{color:#121212;}
#SidebarMenu ul li ul li a:hover {color:Red;}


/*HeaderMenu*/

#HeaderMenu ul { font-size:0.9em; margin:0; padding:1px 0; list-style:none; width:100%; height:21px; }
#HeaderMenu ul a {border:none;}
#HeaderMenu ul li{ margin:0; padding:0; display:block; float:left; position:relative; width:128px; border-right:1px solid #2c2c2c; }
#HeaderMenu ul li a:link,#HeaderMenu ul li a:visited{ padding:2px 0px 6px 0px; display:block; text-align:center; text-decoration:none; background:#58AC25; color:#ffffff; width:128px; height:13px; }
#HeaderMenu ul li:hover a,#HeaderMenu ul li a:hover,#HeaderMenu ul li a:active{ padding: 2px 0px 6px 0px; display:block; text-align:center; text-decoration:none; background:#FFCC00; color:#121212; width:126px; height:11px; border:1px solid #58AC25; }
#HeaderMenu ul li ul { margin:0; padding:1px 1px 0; list-style:none; display:none; width:126px; position:absolute; top:21px; left:-1px; border:0px solid #fff; border-top:none; }
#HeaderMenu ul li:hover ul{ display:block; }
#HeaderMenu ul li ul li{ width:116px; clear:left; font-size:1.1em; }
#HeaderMenu ul li ul li a:link,#HeaderMenu ul li ul li a:visited{ clear:left; background: #FFF url(../../images/bg_stripe2.png); padding:1px 2px 4px 2px; width:122px; border:1px solid #58AC25; position:relative; z-index:1000; color:#121212; height:auto;  }
#HeaderMenu ul li ul li:hover a,#HeaderMenu ul li ul li a:active,#HeaderMenu ul li ul li a:hover{ clear:left; background: #FFF url(../../images/bg_stripe2.png); padding: 1px 2px 4px 2px; width:122px; border:none; border:1px solid #FFCC00; position:relative; z-index:1000; color:#121212; }
#HeaderMenu ul li ul li a span{ position:absolute; top:0; left:132px; font-size:12pt; color:#fe676f; }
#HeaderMenu ul li ul li:hover a span,#HeaderMenu ul li ul li a:hover span{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; }

/*DhContent*/

#DhContent h1
{
	font-size:1.7em;
	color:#58AC25;

}

/*NewsContent*/

#NewsContent h1
{
	font-size:1.3em;
	color:#58AC25;
}

#NewsContent .ShortDescription img
{
	float:left;
	border: 1px solid #e5e5e5;
	padding:5px;
	margin:0px 5px 0px 0px;
}

/*NewsInHome*/

.NewsInHome_Big
{
	background:#FFF;
	margin:5px 0px 5px 0px;
}

.NewsInHome_Big h3
{
	display: inline;
	color:#58AC25;
	font-weight:normal;
}

.NewsInHome_Big img
{
	float:left;
	border: 1px solid #e5e5e5;
	padding:5px;
	margin:0px 5px 0px 0px;
}

/*NewsInHome_Medium*/

.NewsInHome_Medium
{
	background:#FFF;
	margin: 5px 10px 15px 10px;
	border:0px solid e5e5e5;
}

.NewsInHome_Medium h3
{
	display: inline;
	color:#58AC25;
	font-weight:normal;
}

.NewsInHome_Medium img
{
	float:left;
	border: 1px solid #e5e5e5;
	padding:5px;
	margin:0px 5px 0px 0px;
}

/*NewsInHome_Small*/
.NewsInHome_Small h3
{
	display: inline;
	font-weight:normal;
	background: #FFF url(../../images/ico_comment.png) no-repeat;
	padding: 0px 0px 0px 20px;
}

.NewsInHome_ContainerMedium
{
	border: 1px solid #FFCC00;
}


/*DhInHome*/
.DhInHome_Container
{
	width:100%;
	background: url(../../images/bg_stripe.png);
	border: 1px dotted #58AC25;
}

.DhInHome
{
	text-align:center;
	width:120px;
	padding:10px 0px;
}

.DhInHome a
{
	background: url(../../images/ico_search.png) no-repeat top left;
	padding:0px 0px 0px 20px;
}
	

/*MasterVideoInHome*/
#MasterVideoInHome
{
	float:left;
	width:400px;
}

#MasterVideoInHome img
{
	width:300px;
	padding:3px;
	background:#FFCC00;
}

/*OtherVideoInHome*/

.OtherVideoInHome
{
	margin:5px 0px 5px 0px;
}

.OtherVideoInHome img
{
	float:left;
	padding:3px;
	background:#FFCC00;
	margin:0px 5px 0px 0px;
	width:100px;
	border-color: #FFF;
}

/*Opacità*/
.opacity:hover
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.70;
}

/*Buttons*/
.buttonPlay
{
	background: url(../../images/ico_play.png) no-repeat left;
	height:16px;
	border:none;
	padding: 2px 0px 0px 20px;
	display:inline-block;
	margin:0px;
	float:right;
}

/*DhNavigatorTreeView*/
.TreeView a
{
	border:none;
	text-decoration:none;
}

/*SiteMap*/
.SiteMap h2
{
	display:inline;
	font-weight:bold;
}

.SiteMap h2 a
{
	color:#007932;
}

.SiteMap h2 a.SiteMapParent
{
	font-size:0.75em;
	color:#626456;
}
