/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}


html {
overflow-x: hidden;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #D8D8D8 url('images/a5.gif') bottom left repeat-x;
	height: 5em;
	padding-left: 2em;
	padding-bottom: 4em;
	padding-top: 0em;
}

#header h1
{
	position: absolute;
	top: 0.4em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #58ACFA;
	text-decoration: none;
	font-family: comic sans;
	font-size: 1.5em;
	font-style: oblique;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #f78d1d;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0em;
	right: 4em;
	left: 2em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	content: ■;
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #99CCFF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;

	
}

#menu li a
{
	color: #99CCFF;               /*#f78d1d;*/
	padding: 0.1em;
	text-decoration: none;
	font-size: 18px;
	font: bold;
}

#menu li a:hover
{
	text-decoration: underline;
/*	display:inline-block;*/
/*    border-bottom:1px solid black;*/
/*    padding-bottom:2px;*/
	color: #0095cd;
	
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.5em 0.75em 0.001em 1.5em;
	border-left: solid 0.75em #99CCFF;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
	/*vertical-align: top;*/
}

#content table td
{
	padding: 0.5em;
	/*border-right: solid 1px #fff;*/
	/*border: double;*/
	/*vertical-align: top;*/
}


#content table td.verticale
{
    writing-mode: tb-lr;
    filter: flipv fliph;
	 /*transform: rotate(-180deg);*/
	
/*	 writing-mode: vertical-lr;*/
/*  -webkit-writing-mode: vertical-lr;*/
/*  -ms-writing-mode: vertical-lr;*/
	
}

#content table th.rowHH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table th.rowZZ
{
	color: #fff;
	background: #2B89BF url('images/a11.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table td.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	color: inherit;
}

#content table td.rowC
{
	background: #FDFDFD top bottom;
	border-top: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;

}



/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: left;
	margin: 0em -19em 0em -19em;
	width: 110%;
}

#primaryContent
{
	margin: 0.5em 14em 0em 18em;
	padding: 1.5em 0em 1.5em 3em;
}

/* Primary Content 1 */

#primaryContentContainer1
{
	background-color: #fff;
	float: left;
	margin: 0em 0em 0em 0em;
	width: 100%;
}

#primaryContent1
{
	margin: 1em 0em 0em 1em;
	padding: 1.5em 0em 1.5em 1em;
}


/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 18em;
	padding: 3em 2em 0em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */


/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 30em 2em 0em 2em;
	text-align: center;
}

#footer table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: center;
}

.clear
{
	clear: both;
}


#cy {
  height: 100%;
  width: 100%;
  position: relative;
  /*right: 200px;*/
 /* left: 10px;
  top: 100px;*/
  border: solid;
  background-color: #fff; /*#F5F5F5;*/
  border-color: #E6E6E6;
  z-index: auto;
}



/* GIF */

input { /* Stili per il campo di testo e per la textarea */
    /*background: #1C1C1C;  Colore di sfondo */
    /*border: 1px solid #323232;  Bordo */
    /*color: #fff;  Colore del testo */
    font-family: Arial, sans-serif; /* Tipo di carattere per il testo */
    font-size: 13px;
    height: 20px; /* Altezza */
    width: 300px; /* Larghezza */
}

textarea { /* Stili specifici per la teaxtarea */
    font-family: Lucida Console, Monaco, monospace; /* Tipo di carattere per il testo */
    font-size: 14px;
    /*height: 500px;*/
    /*width: 800px;*/
    /*overflow: hidden;  disabilitare la scrollbar in IE */
}

div.box
{
    /*resize: vertical;*/
	word-wrap: break-word;
    width:400px;  
    height:1070px;
    padding-left: 8px;
	padding-right: 20px;
	padding-top: 8px;
    border:1px solid #BDBDBD;
    overflow:auto
}

.buttonStyle:active { 
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
    box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
    border:1px solid #BDBDBD;
    box-shadow: 0 0 7px #F5DA81;
    /*background-image: -webkit-linear-gradient(top, #FCFCFC -5%,  #D8D8D8 110.00000000000001%);*/
     background-image: -webkit-linear-gradient(top, #D8D8D8 -5%, #FCFCFC 110.00000000000001%);
} 

a.main_link1:active,a.main_link1:visited,a.main_link1:link{
	font-weight: bold;
	text-decoration: none;
	/*display: block;*/
	width: 100%;
	color: #666;
	line-height: 20px;
}
a.main_link1:hover{
    text-decoration: none;
	background-color: #0077dd; 
	color: #0077dd;	
}

a.main_link2:active,a.main_link2:visited,a.main_link2:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #666;
	line-height: 20px;
}
a.main_link2:hover{
    text-decoration: none;
	/*background-color: #CCCCCC;  f3c690  979a9d*/
	color: #666;	
}


a.main_link3:active,a.main_link3:visited,a.main_link3:link{
	font-weight: bold;
	text-decoration: none;
	/*display: block;*/
	width: 100%;
	color: #ffffff;
	line-height: 20px;
}
a.main_link3:hover{
    text-decoration: none;
	background-color: #0077dd; 
	color: #ffffff;	
}




.button2 {
	pointer-events: none;
        cursor: default;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	width:120px;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

   
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	width:120px;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.grey {
	color: #fef4e9;
	border: solid 1px #A4A4A4;
	background: #BDBDBD;
	background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#848484));
	background: -moz-linear-gradient(top,  #D8D8D8,  #848484);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

a.disabled {
   pointer-events: none;
   cursor: default;
}


.verticaltext { 
writing-mode: tb-rl;
filter: flipv fliph;

      /*height: 100px;*/
     /*-moz-transform: rotate(270.0deg);         /* FF3.5+ */*/
     /*-o-transform: rotate(270.0deg);           /* Opera 10.5 */*/
     -webkit-transform: rotate(270deg);      /* Saf3.1+, Chrome */
	 
     /* filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=10)";  /* IE6,IE7 
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=10)"; /* IE8
     */
	 
}


.azzurro {
	color: #d9eef7;
	
}
.azzurro:hover {
	
	color: #0095cd;
	
}




