﻿form
{
	margin: 0px;
	padding: 0px;
}

th
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-image: url(images/title_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	min-height: 25px;
	line-height: 22px;
	margin: 0 2px 0 2px;
	color: #EEEEEE;
}
th a
{
	color: #EEEEEE !important;
}

th a:hover
{
	color: #FFFFFF;
}

td, tr, p, div {

}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

a:link, a:visited
{
	color: #669900;
	text-decoration: none;
}

a:hover
{
	color: #339900;
	text-decoration: underline;
}

ul {
  list-style       : none;
}

li 
{  

}

ol li 
{
	background-image: none;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
}

h2 
{
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
}

h3 
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #669900;
}

img 
{
	border: 0 none; 
}

div
{
	margin: 0px;
	border: 0px;
	padding: 0px;	
}

.bold
{
	font-weight: bold;
}

.top
{
	vertical-align: top;
}

.clear
{
	clear: both;
}

.textError
{
	font-style: italic;
	color: red;
}

table.bordered
{
	border: solid 1px #BBCCCC;	
}

table.bordered td
{
	border: solid 1px #BBCCCC;	
}


/***********************layout*************************/

body, html
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: #FFFFFF;
	line-height: 16px;
	font-size: 0.85em;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

div.layout
{
	width: 760px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}

div.header
{
	background: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 120px;
	clear: both;
	padding: 90px 20px 0px 20px;
}

div.body
{
	float: left;
	width: 720px;	
	padding: 10px 5px 5px 5px;
	margin-left: 15px !important;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color: #F2F6F9;
}

div.menu
{		
	float: left;
	vertical-align: top;
	padding: 0px;
	text-align: left;
	width: 200px;
}

div.contents
{
	margin-left: 200px;
	padding: 0px 0px 0px 10px;
	clear: right;
}

div.footer
{
	clear: both;
	text-align: center;
	font-size: 0.95em;
	font-style: italic;
	height: 50px;
	color: #FFFFFF;
	background: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	line-height: 50px;
	margin: 0 auto 0 auto;
	width: 735px;
}
/*********************Header*******************************/


div.headerText
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

div.header div.buttons
{

}

div.header div.buttons ul
{

}

div.header div.buttons ul li
{

}

div.header div.buttons a
{

}

div.header div.buttons a:hover
{

}

div.subheader
{
}


/******************************MENUTOP*********************************/

div.MenuTop
{
	float: right;
	font-weight: bold;
	margin: 75px 40px 0 0;
 }

div.MenuTop .MenuElement
{
	float: left;
	margin-left: 10px;
}

div.MenuTop .icon img
{
    visibility: hidden;
    width: 0px;
}
 
div.MenuTop a
{
	color: #EEEEEE;
}

div.MenuTop a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/*****************************LeftCOLUMN*************************************/

div.menu .title
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/title_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	min-height: 25px;
	line-height: 22px;
	width: 180px;
	margin: 0 auto 0 auto;
	color: #EEEEEE;
}

div.menu .title a
{
	display: block;
	color: #EEEEEE;
}

div.menu .title a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

div.menu .boxtop
{
}

div.menu .boxbottom
{
}

div.menu .box
{
	
}

div.menu .box .boxElement
{
	background-color: #F5F5F5;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 0 auto 0 auto !important;
}

div.menu .box .boxElement .boxElementContents
{
	padding: 5px 5px 5px 5px;
}

div.menu .box .boxElement .boxElementContents input[type=text]
{
	width: 85px;
}

div.menu .box .boxElement .boxElementContents input[type=password]
{
	width: 85px;
}

div.menu .box .boxElement .boxElementContents input
{
	width: 80px;
}

div.menu .box .boxElement .boxElementContents a
{

}

div.menu .box .boxElement .boxElementContents a:hover
{
	background-color: #EEEEEE;
	text-decoration: none;
}


/***********************************BoxSearch**********************************/

div.menu .search
{
	visibility: hidden;
	width: 0;
	height: 0;
	/*padding-top: 2px;
	margin: 0 0 0px 2px;*/
}

div.menu .search a
{

}

div.menu .search a:hover
{

}

div.menu .search .text
{
	width: 100px;
}

div.menu .search .button
{

}

div.contents  .searchResults
{
	margin: 10px 0 10px 0;
}

div.contents .searchResults .title
{
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
}

div.contents  .searchResults .Riga
{
	margin-top: 5px;
}

/***********************************BoxLocalization**********************************/
.boxLocalization
{
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	width: 180px;
	margin: 15px auto 0 auto;
}


/***********************************BoxAuthentication**********************************/
.boxAuthentication
{
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	width: 180px;
	margin: 0px auto 0 auto;
}

/************************************MENUMAIN************************************/


div.MenuMain
{
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	width: 180px;
	margin: 0 auto 15px auto;
 }

div.MenuMain .title
{
}

div.MenuMain .title a
{

}

div.MenuMain .title a:hover
{

}

div.MenuMain .MenuElement
{

	background-color: #F5F5F5; 
}

div.MenuMain .MenuElement .MenuElementLink
{
	background-image : url(images/arrow.gif) ;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 10px;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 4px 5px 4px 20px;
}

div.MenuMain .MenuElement .MenuElementLink:hover
{

}

div.MenuMain .MenuElement .MenuElementLink a:hover
{
	text-decoration: none;
}

div.MenuMain .MenuElement ul
{
	margin: 0;
	padding: 0;
}

div.MenuMain .MenuElement ul li
{
	margin: 0;
	padding: 0;
}

div.MenuMain .MenuElement ul li:hover
{
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}

	
div.MenuMain .MenuElement .icon img
{
	vertical-align: middle;
	visibility: hidden;
    width: 0px;
    height: 0px;
}

/**************************BACKBUTTON********************************/

div.back
{
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	clear: none !important;
	float: none !important;
	display: block;
	text-align: center;
}

div.back a
{
	text-decoration  : none;
	display: block;
	padding: 1px !important;
}

div.back a:hover
{
	padding: 0 !important;
	background-color: #FFFFE1;
	border: solid 1px #cccccc;
}

/***********************FOOTER****************************************/


div.footerText
{
}

div.footer a
{
}

/***************************************************/


/*************** CONTENUTI **********/


div.contents h1
{
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #4f8c31;
	font-variant: small-caps;
	margin: 0px 0 10px 0px;
	/*
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat;*/
	line-height: 1.2em;
}

div.contents h1 img
{
	vertical-align: middle;
}

div.contents .title
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}

div.contents .title a
{
	display: block;
}

div.contents .title a:hover
{

}

div.contents .title1
{
	display: block;
	padding: 10px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}


div.contents .title2
{
	display: block;
	padding: 8px 0px 4px 0px;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
}

div.contents .MenuElementLink
{

}

div.contents .MenuElementLink .icon
{
	margin-right: 5px;
}

div.contents .MenuElementLink .link
{
}

div.contents .MenuElementLink .reserved
{
}

div.contents .panelEdit
{
	width: 100%;
	border: Solid 1px #CCCCCC;
	background-color: #E6F5F5/*#FFFFDD*/;
}

div.contents .GrigliaDettagli
{
	width: 100%;
}

div.contents .contentDescription
{
	margin: 10px 5px 10px 5px;
	border: solid 1px silver;
	background-color: infoBackground;
}

div.contents .contentImage
{

}

div.contents .contentText
{

}

div.contents .categorieFiglie
{
	margin-top: 10px;
}

div.contents .categorieFiglie .title
{
	padding: 4px 10px 2px 0px !important;
}

div.contents .categorieFiglie .Lista
{
	margin: 0px 0 20px 0;
}

div.contents .categoriaPadre
{
	padding: 0px 0 5px 0;
}

div.contents .contenuti
{
	margin-top: 10px;
}

div.contents .contenuti .title
{
	padding: 4px 10px 2px 0px !important;

}

div.contents .contenuti .data
{
	width: 100px;
	font-size: 0.85em;
	font-weight: bolder;
	color: #000000;
}

div.contents .contenutiCorrelati
{
	margin: 5px 0 5px 0;
}

div.contents .contenutiCorrelati .title
{
	padding: 4px 10px 2px 0px !important;
}

div.contents .immagine
{
	margin: 0px 0 10px 0;
}


/**********************BOXEVENTI/BOXNEWS******************************/

div.newsbox
{
	margin: 15px 0px 0px 0px;
}

div.newsList
{
	float: left;
	width: 45%;
	padding: 0px 10px 10px 10px;
	border-right: dashed 1px #CCCCCC;
}

div.eventsList
{
	float: left;
	clear: right;
	width: 45%;
	padding: 0px 10px 0px 10px;	
}

div.newsList .title
{
	color: #000000;
	clear: both;
	height: 40px;
	padding: 30px 0px 0px 80px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-color: transparent !important;
}

div.newsList .content
{
	margin: 0px 0px 4px 0px;
}


div.newsList .content .title
{
	color: #000000;
	clear: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	background-image: none;
	font-size: 0.9em;
}

div.newsList .content .title a
{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

div.newsList .content .title a:hover
{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
	background-color: #FFFFE1;
	
}

div.newsList .content .date
{
	font-size: 1em;
}

div.newsList .content .text
{
}

div.newsList .readAll
{
	display: block;
	margin-top: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

div.eventsList .title
{
	color: #000000;
	clear: both;
	height: 40px;
	padding: 30px 0px 0px 80px;
	background-image: url(images/events.gif);
	background-repeat: no-repeat;
	background-color: transparent !important;
}


div.eventsList .content
{
	margin: 0px 0px 0px 0px;
}


div.eventsList .content .date
{
	font-size: 1em;
}

div.eventsList .content .title
{

	color: #000000;
	clear: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
	font-size: 0.9em;
}

div.eventsList .content .title a
{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.eventsList .content .title a:hover
{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #FFFFE1;
}

div.eventsList .content .text
{

}

div.eventsList .content .title a
{
	font-size: 1.2em;
}

div.eventsList .content .link
{
	margin: 2px 0px 0px 0px;
	font-size: 0.9em;
}

div.eventsList .readAll
{
	display: block;
	margin-top: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

/********************** GridView **********************************/
.Griglia
{
	width: 100%;
	border: Solid 1px #CCCCCC;
}

.GrigliaDettagli
{
	border: Solid 1px #CCCCCC;
}

.RigaGrigliaVuota
{
	background-color: #F5F5F5;
}

.RigaIntestazione
{
	/*background-image: url(images/Bg_Intestazione_Griglie.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 18px;*/
}

.Riga
{
	background-color: #F5F5F5;
}

.Riga a:hover
{
	text-decoration: none;
}

.Riga img
{
	vertical-align: middle;
}

tr.Riga:hover
{
	background-color: #FFFFFF;
}

td.Riga:hover
{
	background-color: #FFFFFF;
}

.RigaAlternata
{
	background-color: #EEEEEE;
}

.RigaAlternata a:hover
{
	text-decoration: none;
}

.RigaAlternata img
{
	vertical-align: middle;
}

tr.RigaAlternata:hover
{
	background-color: #FFFFFF;
}

td.RigaAlternata:hover
{
	background-color: #FFFFFF;
}

.RigaSelezionata
{
	font-weight: bold;
	background-color: #E5E5E5;
}

.RigaSelezionata img
{
	vertical-align: middle;
}


tr.RigaSelezionata:hover
{
	font-weight: bold;
	background-color: #FFFFFF;
}

td.RigaSelezionata:hover
{
	font-weight: bold;
	color: inherit;
	background-color: #FFFFFF;
}

.RigaPieDiPagina
{
}
/******************************************/

/************** DataList ************************/
.Lista
{
	width: 100%;
}

.Lista .Riga, .Lista .RigaAlternata, .Lista .RigaSelezionata 
{
	padding: 3px 0 3px 5px;
	
	border: Solid 1px #CCCCCC;
}

.RigaSeparatore
{
}

.Lista .headers
{
	width: 100% !important;
}
.Lista .headers .title
{
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.Lista .body
{
	width: 100% !important;
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	border: none !important;
	background-color: inherit !important;
}

.Lista .body .link
{
	display: block;
	margin-top: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

/************************************************/

/******************* Calendario *************************/

.calendario
{
	border: solid 1px silver;
	margin: 10px 0 10px 0;
	padding: 5px;
}

.calendario .headers
{
	/*clear: both;*/
	color: #303A43;
	background: #d9e0e6;
	height: 48px;
}

.calendario .headers img
{
	float: left;
	margin: 0px 5px 5px 0;
}

.calendario .calendar
{
	margin: 10px 0 10px 0;
	clear: right;
}


.calendario .calendar .title
{
	font-size: 14px;
	color: #303A43;
	background: #d9e0e6;
	border: 0px !important;

}

.calendario .nextPrev a
{
	color: #303A43 !important;
	background: #d9e0e6 !important;
}

.calendario .eventiDay
{
	background-color: #D4E5E5/*#E5E5E5*/;
}

.calendario .emptyDay
{
	background-color: #E6F5F5/*#F5F5F5*/;
}

.calendario .selectedDay
{
	background-color: #AABBCC/*#FFFFAA*/ !important;
}

.calendario .otherMonthDay
{
	background-color: #DDDDDD/*#FFFFAA*/;
	color: #999999;
}

.calendario .ricercaAvanzata
{
	border: solid 1px silver;
	padding: 5px;
}


/********************HOME**********************/

div.home .box
{

}


div.home
{
	
}

div.home .title
{
	
}

div.home .title a
{

}

div.home .boxtop
{
}

div.home .content
{
	margin-top: 5px;
}

div.home .separator
{
	height:30px;
}


div.home .boxbottom
{
}

div.home .readAll
{
	display: block;
	margin-top: 5px;
	font-size: 1.0em;
	font-weight: bold;
}


.dropDownListLong
{
	width: 400px;
}


/******************* LOCALIZZAZIONE ***************/

.RequireLocalization
{
	background-image: url(images/RequireLocalization.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	padding-right: 20px;
	height: 16px;
}

/***************** MAPPA *****************/
.mapIndent
{
	padding-left: 25px;
}
.mapRelatedContents
{
	margin-left: -20px;
	padding-left: 25px;
	background-image: url(images/related_line.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/********* Contenuto ***************/

.linkFrame
{
	width: 500px;
	height: 500px;
	background-color: #F2F6F9;
	display: inline;
	border: solid 1px #CCCCCC;
	border: solid 1px #CCCCCC;
	border: solid 1px #CCCCCC;
	background-color: #F2F6F9;
	/*padding: 5px;
	float: left;
	clear: both;
	margin-left: -205px;
	margin-top: 10px;*/
}


.frameChat
{
	width: 490px;
	height: 500px;
	margin-bottom: 20px;
}

.iframeForum
{
	width: 500px;
	height: 550px;
	margin-bottom: 10px;
}

.archivioGeneratore
{
	background-color: Transparent;
	border: solid 0px #CCCCCC;
	font-size: 0.75em;
	width: auto;
}
/********* Comments ***************/

div.comments
{
	padding: 15px 0 0 10px;
	margin: 0px 0px 0px 0px !important;
	clear: none !important;
	float: none !important;
	display: block;
}

div.comments .header
{
	background: none !important;
	height: 25px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
	clear: none !important;
}

div.comments .header .text
{
	font-weight: bold;
	margin: 5px 0px 5px 0px !important;
	float: left !important;
}

div.comments .header .buttons
{
	width: 230px !important;
	height: 30px  !important;
	margin: 0 0 0 20px !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
}

div.comments .header .buttons a
{
  color: #669900;
}

div.comments .header .buttons a:hover
{
  color: #333333;
}

div.comments .grid
{
	margin: 20px 0px 0px 0px !important;
}

div.comments .edit
{
	margin: 15px 0px 10px 0px;
}

div.comments .edit .votes
{
	vertical-align: middle;
	float: none !important;
}

div.comments .edit .vote
{
	margin-bottom: 5px;
	margin-top: 5px
}

div.comments .edit .voteSelected
{
	margin-top: 0px;
	margin-bottom: 15px;
}

div.comments .edit .textArea
{
	float: none !important;
	clear: none !important;
	margin: 0px 0px 0px 0px !important;
}
div.comments .edit .textArea textarea
{
	height: 200px;
	width: 490px;
}

div.comments .edit .buttons
{
	width: auto !important;
	height: auto  !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	display: inline !important;
	clear: none !important;
}

div.comments .comment
{
	width: 100%;
	padding-bottom: 5px;
}

div.comments .message
{
	border: solid 1px #cccccc;
	margin: 5px 2px 5px 2px;
	padding: 10px 5px 10px 5px;
	background-color: #efefef;
}

div.comments div.quote
{
	border:Solid 1px #006600;
	width:auto;
	clear:both;
	padding:5px;
	margin-bottom:10px;
	background-color:#F2F6F9;
}


/*********GOOGLE MAP ***************/
.geoRefMap
{
	width: 505px;
	height: 300px;
	margin-top: 5px;
}
/*********************************/

/********************Amministrazione**********************/

.admin
{
	background-color: #FFFFFF;
	margin-top: 10px;
}


.admin .menu
{
	width: 180px;
	margin-left: 5px;
}

.admin .menu .box table
{
	width: 100%;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}


.admin .menu .box .boxElement
{
}

.admin .menu .box .boxElement .boxElementContents
{

}

.admin .menu .box .boxElement .boxElementContents:hover
{
	background-color: #FFFFFF;
}

.admin .menu .box .boxElement .boxElementContents a
{
	display: block;
}

.admin .menu .box .boxElement .boxElementContents a:hover
{
	background-color: #FFFFFF;
}

.admin .menu .box .boxElement .boxElementContents > tbody:first-child > tr:first-child > td:first-child
{
	width: 25px;
}

.admin .home .title
{
	margin-top: 10px; 
}

