@charset "utf-8";

legend{text-transform: uppercase;}

/*stili per il layout fisso*/
html,body{margin: 0;padding:0}
body{font-family: arial,sans-serif;font-size: 76%;text-align: center}
div#container{margin: 2em auto;text-align: left;
	border-top: 1px solid #36c;border-left: 1px solid #36c;border-right: 1px solid #36c; border-bottom: 1px solid #36c;
    /*in px se si vuole fissare il container width: 760px;*/
	width: 80em;
	background: url(../img/gradient.png) repeat-x top left;
	background-color: #BDC1FA;
	}

/*stili specifici per il layout*/
div#navigation{float:left;
clear:left;
/*in px se si vuole fissare la navigazione width: 180px;*/
width: 12em;}
div#content{padding: 1em; 
/*in px se si vuole fissare la navigazione margin-right: 200px;*/
	background: url(../img/barra_top.gif) repeat-x top left;
	background-color: #fff;
	color: #000;
	margin-left: 12em;
	text-align: left;
	border-left: 1px solid #aaa;
	min-height: 30em;
	/* hack per IE che non supporta min-height */
	height: auto !important;
	height: 30em;
	/* fine hack per IE */
	
}

div#stackTrace
	{
			color: black;
			padding-left: 5em;
			border: 1px solid blue;
			height: 22em; 
    		margin-top: 1 em; 
		    overflow: auto; 			
	}

/*stili generici, su header e footer*/
div#header{
	background-color:#fff;border-bottom: 1px solid #aaa;
	color:#000;
	/*background: url(../img/gradient-bottom.png) repeat-y top right;*/
	background: url(../img/gradient.png) repeat-x top left;
	height: 9em;
}

#header #logo {
	float: left;
	width: 60%;
	font-weight: bold;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.contenuto{
	font-weight: bold;
	font-style: italic;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#header #site-name {
	font: 175% arial;
	letter-spacing: -.05em;
	padding:10px 25px 10px 0px;
	border:none;
	text-align: right;
	font-weight: bold;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-style: italic;
 	vertical-align: middle;
 	/*color: #0B6CCB;*/
	color:#082054;
	}

div#footer{clear:left; text-align:center; padding: 0.5em;
    background-color:#BDC1FA; color: #000;border-top: 1px solid #aaa;
    color:#000;
    background: url(../img/gradient.png) repeat-x bottom left;
    /*background: url(../img/gradient-bottom.png) repeat-y top right;*/
    }

.headerFont
{
 font-size: 23em;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
 color: #0B6CCB;
}
	
div#footer a{color: #000;font-weight: bold;}

.bold {
 FONT-WEIGHT: bold; 
}

.fieldLine{
	font-size: 1em;
	padding-bottom: 5px;
	vertical-align: top;
	height: 2em;
	text-align: left;
}

.fieldLabel
{
	font-weight:bolder;
    float: left;
    width: 14em;
    height: 2em;
    font-size: 1em;
    padding-top: 5px;
}

.fieldLabelDx
{
	font-weight:bolder;
	width: 6em;
    height: 2em;
    font-size: 1em;
    padding-top: 5px;
}

.field
{
 text-align: left;
 height: 2em;
 font-size: 1em;
 padding-bottom: 5px;
 vertical-align: top;
}

.fieldButton
{
	width: 27em;
	text-align: right;
}

.fieldDate
{
 width: 6em;
 border: 1px solid #7F9DB9;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.catSubCat
{
 width: 21em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding: 0.4em;
 float: left;
 text-transform: uppercase;
}

.rowCatSubCat
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 clear: both;
 padding-bottom: 1em;
 padding-top: 1em;
}

.subCat
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 clear: both;
 padding-left: 1em;
 text-transform: uppercase;
}

.fontField
{
 border: 1px solid #7F9DB9;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

option
{
	background-color:#fff;	
}

.rowTable
{
 padding-top: 0.5em;	
 padding-bottom: 0.5em;
 font-size: 1em;
 text-align: left;
 clear: both;
}

.fieldText
{
    font-weight:bolder;
    float: left;
    clear: left;	
    width: 25%;
}	

.text
{
 float: left;
 clear: right;
 width: 75%;
}

.button
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:1em; 
}

div#navigation ul
{
 list-style: none;
 margin: 0;
 padding: 0;
}

.headerComune
{
	width: 12em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

div#navigation li
{
 margin: -1px auto;
 width: 12em;
}

div#navigation ul > li
{
 margin: 0px auto;
}

div#navigation a
{
 cursor: pointer;
 display: block;
 color: #000000;
 padding: 2px 4px 4px 8px;
 margin: 1px 0px;
 text-decoration:none;
}

div#navigation ul > li > a
{
 border: 1px solid transparent;
 padding: 2px 4px 4px 7px;
}

div#navigation a:visited
{
 color: #000000;
}

div#navigation a:hover
{
 border: 1px solid #cccccc;
 margin: 0px;
 padding: 2px 4px 4px 7px;
 background-color: #f1f1f1;
 color: #000;
 text-decoration: none;
}

div#navigation ul > li > a:hover
{
 margin: 1px 0px;
}

#footer2 {
	padding-left:9px;
	padding-top:4px;
	font-size: 1em;
	min-height: 18px;
	height: auto !important;
	height:18px;
	vertical-align: middle;
	}

#footer2 a {
	color:#000;
	text-decoration:none;
	}

#footer2 a:hover  {
	color:#000;
	text-decoration:underline;
	}

#footer2 a:visited  {
	color:#000;
	}	

#footer3 a:visited  {
	color:#000;
	}	

#footer3 a:hover  {
	color:#000;
	text-decoration:underline;
	}

.nascosto {
	position: absolute;
	left: -999em;
	}

img
{
 border: 0;
 background: transparent;
}

.error
{
	color: #ff0000;
}

/*tabelle*/

.center
{
	text-align: center;
}

#documentList {
	margin-top: 10px;
	background: transparent;
	background-color: transparent;
	width: 98%;
	border: 1px solid #aaa;
}

#file {
	/*padding: 2px 4px 2px 4px;*/
	margin-top: 10px;
	background-color: #eee;
	width: 40%;
	border: 1px solid #aaa;
}

th.sorted a,th.sortable a {

	background-position: right;

	display: block;

	width: 100%;

}



th.sortable a {

	background-image: url(../img/arrow_off.png);
	background-repeat: no-repeat;

}

th.order1 a {

	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
}

th.order2 a {

	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
}



.tabth {
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #BDC1FA;
}

.even {
	background: #BDC1FA;
	text-align: left;
	color: #000000;
}

.odd {
	background: #DEDFF8;
	text-align: left;
	color: #000000;
}

.tdLarge {
	width: 18em;
}

.tdMediumLarge {
	width: 9em;
}

.tdMedium {
	width: 6em;
}

.tdShort {
	width: 1em;
}

span.pagebanner {
	background-color: #fff;
	border: 1px dotted #999;
	/*padding: 2px 4px 2px 4px;*/
	/*width: 40em;*/
	width: 98%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #fff;
	border: 1px dotted #999;
	/*padding: 2px 4px 2px 4px;*/
	/*width: 40em;*/
	width: 98%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


a,a:visited {
	color: #0A4AA9;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #0B6CCB;
	text-decoration: underline;
	font-weight: bolder;
}

.dettagli
	{
		text-align: center;
	}

