body {
	background-color: #FAECCF;
	color: #176200;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

h3 {
	color: #177200;
	font-size: 19px;
	font-weight: bold;
}

hr {
	color: #176200;
	height: 1px;
}

p {
	font-size: 12px;
	text-align: justify;
}

td {
	color: #176200;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.cercainput {
	background-image: url(_images/input_box.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #808080;
	color: #680000;
	font-family: Tahoma, arial, sans-serif;
	height: 22px;
	padding-left: 5px;
	padding-top: 1px;
	width: 263px;
}

.coloremattone {
	color: #A64A2C;
}

.coloremattone2 {
	color: #634320;
	font-size: 12px;
}

.coloremattone3 {
	color: #634320;
	font-size: 14px;
}

.coloremattonechiaro {
	color: #E97C58;
}

.coloreverde {
	color: #176200;
}

.coloreverdechiaro {
	color: #177200;
}

.didascalia {
	color: #76271A;
	font-size: 10px;
}

.didascalia2 {
	color: red;
	font-size: 10px;
	font-weight: normal;
}


.ombraLieve{
  -webkit-box-shadow: 1px 1px 2px #444; 
     -moz-box-shadow: 1px 1px 2px #444; 
          box-shadow: 1px 1px 2px #444; 
}


/**********************************/
/* FOOTER **********************/
/**********************************/
.linkfooter {
	font-weight: bold;
	text-decoration: none;
}

.linkfooter:hover  {
	background-color: #FEDF9F;
	border-bottom: 1px solid #CCAD6D;
	border-top: 1px solid #CCAD6D;
	font-weight: bold;
	text-decoration: none;
}

/**********************************/
/* HOME PAGE **********************/
/**********************************/

/* menu destro dell'home page */
.menudx {
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menudx:hover {
	color: #FFFFAA;
	text-decoration: underline;
}

/* menu sinistro dell'home page */
.menusx {
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menusx:hover {
	color: #FFFFAA;
	text-decoration: underline;
}

/**********************************/
/* INTERNAL PAGE ******************/
/**********************************/

/* menu alto delle varie pagine */
.menutop {
	color: #176200;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.menutop:hover {
	color: #176200;
	text-decoration: underline;
}

/* menu alto selezionato */
.menutophere {
	color: #DB3503;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

table.expandPadding td
{
     padding-bottom:4px;
     padding-top:4px;
     padding-left:4px;
     padding-right:12px;
}


/****************************************************************************/
/* LINK DEL SITO (esclusi quelli dei menu e del footer **********************/
/****************************************************************************/

.newlink {
	border-bottom: 1px dotted;
	font-weight: bold;
	text-decoration: none;
}

.newlink:hover  {
	background-color: #FEDF9F;
	border-bottom: 1px solid #CCAD6D;
	border-top: 1px solid #CCAD6D;
	font-weight: bold;
	text-decoration: none;
}

.tooltip {
	background-color: #FFFFCC;
	color: #634320;
	font-size: 11px;
}




/* ---------------------------- */
.roundCorners
{
     -moz-border-radius: 12px; 
  -webkit-border-radius: 12px; 
          border-radius: 12px; 
}

.shadowBox
{
     -moz-box-shadow: 1px 1px 9px #777; 
  -webkit-box-shadow: 1px 1px 9px #777; 
          box-shadow: 1px 1px 9px #777; 
}



p.firstLetter::first-letter {
	font-size: 1.1rem;
	font-weight: bold;
}


.text-center {
    text-align: center;
    width: 100%;
}