/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

body
{
    background-color: white;
    background-image: url(./images/sfondo.gif);
    font-family: verdana, helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

body.header
{
    background-color: whitesmoke;
    font-family: verdana, helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}
h1, h2, h3, h4, h5, th, thead, tfoot
{
    color: #003366;
}
h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24Pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: arial, helvetica, sans-serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

td	{	
	vertical-align:	middle;
	font-size:	7pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

td.header	
{
	vertical-align:	middle;
	background-color: WhiteSmoke;
	border-bottom: 0.01cm solid;
	border-bottom-color: #747171;
	}	
	
td.sx	{	
	background-color: WhiteSmoke;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	}	
td.centro	
{
	background-color: white;
	vertical-align: middle;
	text-align:  center;
	height: 20px;
	}	
td.basso	{	
	background-color: WhiteSmoke;
	vertical-align: middle;
	text-align: left;
	border-top: 0.01cm solid;
	border-top-color: #747171;	
	}		
	
tr  {
	border: solid;
	height: auto;
	background-color:   none;
	vertical-align:	middle;
	}

.initial	{
	background-color: none;
	}

.normal		
{
	background-color: none;
	}

.highlight	
{
	background-color: #C8FFFA; 
	}
	
A:link	
{
	padding-bottom:2px;
	text-decoration:	none;
	color:	white;
	border-color: black;
	}	
		
A:visited	
{
	padding-bottom:2px;
	text-decoration:	none;
	color:	white;
	border-color: black;
	}	
		
A:active	
{
	padding-bottom:2px;
	text-decoration:	none;
	color:	white;
	border-color: black;
	}	
		
A:hover	
{
	padding-bottom:2px;	
	text-decoration:	none;
	color:	black;
	border-color: black;
	background-color:#FFDD3F;
	}
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{	
	list-style-type:	square ;
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

img 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	}

.app
{
	display: block;
	padding-bottom:2px;
	font-family:Verdana, Arial;
	font-size:7pt;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-color:#477FA2;
	border: solid thin;
	text-align: center;
	width: 160px;
	vertical-align: middle;
}

.log
{
	display: block;
	padding-bottom:2px;	
	font-family:Verdana, Arial;
	font-size:7pt;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-color:#9A0D0D;
	border: solid thin;
	text-align: center;
	width: 90px;
	height: 14px;
	vertical-align: middle;
}

.Footer
{
	display: block;
	padding-bottom:2px;	
	font-family:Verdana, Arial;
	font-size:7pt;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-color:#9A0D0D;
	border: solid thin;
	text-align: center;
	width: 140px;
	height: 14px;
	vertical-align: middle;
}

/* -------------------------------------------------
          P E R S O N A L I Z Z A Z I O N I
   ------------------------------------------------- */
/* Vecchi stili */
div.sx	{
	background: WhiteSmoke;
	border-right: 1px solid;
	border-right-color: #747171;	
	}
div.centrato 
{
	left: 150px;
	text-align: center; 
	border-bottom: none;
	border-bottom-color: none;
	}
table.centrato-tabella {
	margin-left: auto;
	margin-right: auto;
	}	
.linkbutton
{
	display: block;
	padding-bottom:2px;
	font-family:Verdana, Arial;
	font-size:7pt;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-color:#477FA2;
	border: solid thin;
	text-align: center;
	height: 16px;
	width: 90px;
	vertical-align: middle;
}
.menu
{
	display: block;
	padding-bottom:2px;	
	font-family:Verdana, Arial;
	font-size:7pt;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-color:#477FA2;
	border: solid thin;
	text-align: center;
	width: 136px;
	vertical-align: middle;
}

/* Layout 2 colonne fluido */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#framecontent{
	position: absolute;
	top: 0px;
	bottom: 0; 
	left: 0px;
	width: 146px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: WhiteSmoke;
	text-align: center;
	color: #fff;
	padding-left: 4px;
}

#maincontent{
	position: fixed;
	top: 0; 
	left: 151px; /*Set left value to WidthOfFrameDiv + paddingOfFrameDiv + 1*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.innertube{
	margin: 14px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}
/* Aggiunte per visualizzazione menu e news */
#colsx {
	float:left;
	width:370px;
	padding:2px;
	margin-right:2px;
	text-align:center;
}
#coldx {
	float:left;
	width:340px;
	padding:1px;
	color:black;
}
/* Lista continua */
ul#appButtonsCol {
	text-align: center;
	margin:0;
	padding:0;
	overflow:hidden;
	/* li display: inline-block; */
}
ul#appButtonsCol li {
	list-style: none;
	float:left;
	padding:0px;
}
ul#appButtonsCol li.odd
{
	padding-right:8px;
}

ul#appButtonsCol a.appButton{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:2px 2px 0 #C6E5E7;
	-webkit-box-shadow:2px 2px 0 #C6E5E7;
	box-shadow:2px 2px 0 #C6E5E7;
	background: -moz-linear-gradient(19% 75% 90deg, #CAEAFF, #e2f2ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e2f2ff), to(#CAEAFF));
	color:#637897;
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
	border: 1px solid #C6E5E7;
	width: 160px;
	margin: 6px;
	padding: 8px 4px 0px 4px;
	display:block;
}

ul#appButtonsCol a.appButton:link {
	background-color: #ECF4FF;
}
ul#appButtonsCol a.appButton:hover {
	color: #000066;
	background-color:#fffbd1; /*FFDD3F;*/
	background: -moz-linear-gradient(19% 75% 90deg,#C6E5FA, #e2f2ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e2f2ff), to(#C6E5FA));
}
a.normal:link	
, a.normal:link	
, a.normal:visited
, a.normal:active
, a.normal:hover
{
	text-decoration: none;
	color:	black;
	border: none;
	background-color:transparent;
}
		
