/* GENERALE */

body
{
	background-image: url(images/bgbody.png);
	margin: 0px;
	font-family: Arial;
	font-size:8pt;
	color: #555;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#main_container {
	width:960px;
	margin-left:auto;
	margin-right: auto;
	background-color: White;
	margin-bottom:20px;
	overflow: hidden;
}



/* HEADER */

#header {
	position: relative;
	width: 100%;
	height:129px;
}

#logo {
	position: absolute;
	left:10px;
	top:0px;
}

#top_controls {
	right:10px;
	top:8px;
	position: absolute;
	width:400px;
	text-align: right;
}

#search, #language {
	display: inline;
	margin-left:10px;
}

#dnn_dnnSearch_txtSearch {
	background-color: #ddd;
	border: none;
	padding: 3px;
}

#login {
	position: absolute;
	right:10px;
	bottom:10px;
	color: #888;
}

#login a {
	text-decoration: none;
	color: #888;
}


/* MENU */

#menu, #dnn_pnav {
	height: 40px;
	background-image: url(images/bgmenu.png);
}

#ul_menu, .ul_submenu {
	list-style-type: none;
}

#ul_menu li{
	float:left;
	position: relative;
}

.ul_submenu {
	position:absolute;
	display:none;
	min-width:160px;
	background-color: #555;
	border: 1px solid #ddd;
}

#dnn_pnav a{
	color: White;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-left:6px;
	padding-right:6px;
	margin-right:10px;
	display: inline-block;
}

#dnn_pnav a:hover
{
	background-color: #59ac25;
}

#dnn_pnav li.selected > a
{
	color: #ffff00;
	background-color: #007575;
}


#ul_menu a {
	padding-top:12px;
	height:28px;
}

.ul_submenu li
{
	clear: both;
}

.ul_submenu a {
	padding-top:5px!important;
	height:20px!important;
	width: 100%;
}
/* CONTAINERS */



#page_container {
	margin-top:20px;
	overflow: hidden;
}

#dnn_contentPane {
	min-width: 620px;
	padding-right:10px;
	border-right: 1px solid #999;
	float: left;
	width: 620px;
	overflow: hidden;
}

#dnn_rightPane {
	width: 320px;
	float: right;
}

#dnn_bottomPane {
	width: 100%;
}


#dnn_avvisiPane {
	width: 100%;
}


#tre_colonne {
	clear: both;
	width: 100%;
}

#tre_colonne .colonna {
	width: 307px;
	float: left;
}

#dnn_col1Pane {
	padding-right:5px;
	border-right: 1px solid #999;
}

#dnn_col2Pane {
	margin-left:5px;
	padding-right:5px;
	border-right: 1px solid #999;
}

#dnn_col3Pane {
	margin-left:5px;
}


.read_more a {
	display: inline-block;
	height: 18px;
	color: White;
	font-size:8pt;
	background-color: #59ac25;
	text-decoration: none;
	padding:6px;
	margin-top: 6px;
}

.read_more a:hover {
	color: black;
	background-color: #ffff33;
}

/* LINKS FOOTER */
#footer {
	background-color: #026455;
	padding:10px;
	color: White;
	overflow: hidden;
	line-height:16px;
	position:relative ;
	margin-top:10px;
	clear: both;
	color: White;
}

#footer a {
	color: White;
}

#footer a:hover {
	color: #bb0;
}


#dnn_linksPane {
	width: 100%;
	position: relative;
	width:700px;
	float:left;
}


.link_group 
{
	width:175px;
	float: left;
	color: White;
	font-size:11px;
}

.link_group a {
	 color: White;text-decoration: none;
}

.link_title {
	color: #59ac25;
	font-weight: bold;
}

.link_group ul{
	list-style-image: url(images/lstpoint.png);
}
.link_group li {
	
}

#credits 
{
	background-color: #026455;
	float:right;
	width:150px;
	position: relative;
}

#credits .title {
	color: #59ac25;
	font-weight: bold;
}

#farfalla {
	position: absolute;
	left:-120px;
	top:-10px;
}



/* Containers */

.ContainerTitle
{
	height: 24px;
	font-weight: bold;
	font-size:12pt;
	padding-left: 15px;
	padding-top: 6px;
	display:block;

}
	

.Title_Gray
{
	background-color: #707173;
	color: White;
}



/* NEWS */


.article {
	min-height: 110px;
	margin-bottom:20px;
	margin-top:20px;
	width: auto;
}

.articleImage {
	float:left;
	margin-right:10px;
	width:150px;
}

.articleText {
	float:left;
	width:420px;
	margin-left:6px;
	font-size:12px;
	text-align: justify;
	line-height:14px;
	
}

.articleHeadline {
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:6px;
	color: #666;
	/*text-align: left!important;*/
}

span.articleHeadline{
	display:inline-block;
	text-align: left;
}

.articleHeadline a {
	text-decoration: none;
}

a.articleMore {
	display: inline-block;
	height: 14px;
	color: White;
	font-size:8pt;
	background-color: #59ac25;
	text-decoration: none;
	padding:4px;
	margin-top: 4px;
}

.article .articleMore{
	position:absolute;
	right:0px;
	bottom:-20px;
}

a.articleMore:hover {
	color: black;
	background-color: #ffff33;
}

.avviso {
	background-color: Yellow;
	float:left;
	width:410px;
	min-height: 100px;
	padding: 10px 10px 10px 10px;
}

.avviso .articleText{
	width:auto;
}

.document {
	width:280px;
	float: left;
	padding: 10px;	
	height:140px;
	position: relative;
}

.document .articleText {
	width:280px;	
}


/* BOX a destra */
.box_eventi 
{
	width:300px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
	min-height: 90px;
}

.img_eventi {
	float:left;
	width:100px;
	margin-right:6px;
}

.text_eventi {
	float:right;
	width:190px;
	font-size:11px;
	margin-bottom:10px;
}

.header_eventi, .header_eventi a  {
	color: #555;
	font-size:14px;
	line-height:13px;
	margin-bottom:6px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	
}

.title_eventi {
	color: #555;
	font-size:12px;
	line-height:14px;
	text-transform: uppercase;
	font-weight: bold;
}

.box_eventi .articleMore 
{
	clear: both;
	float:left;
}

table.Settings table {
	table-layout: fixed;
	
} 

/* MODULO FEEDBACK */
h2.dnnFormSectionHead {
	font-size: 16px;
}

.dnnFormItem input,.dnnFormItem select,.dnnFormItem textarea {
	float: right;
}


/* MODULO FAQ */

.faqBlock {
	
}

a.SubHead:link ,a.SubHead:visited ,a.SubHead:hover ,a.SubHead:active 
{
	text-decoration: none!important;
}


.faqCategory {
	color:#484;
	text-transform: uppercase;
}


.faqText {
	border-width: thin; 
	color: #444;
}

.faqAnswer {
	width: 100%; 
	color: Black;
	background-color: #ccc;
	padding: 5px;
}

.dnnLabel{
	width:auto!important;
}

.img_eventi img{
	width:100px;
}
