/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

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: 1.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: #81BEF7;
}

/* Menu */

#menu
{
	position: absolute;
	top: 5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #81BEF7;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #58ACFA;
	padding: 0.1em;
	text-decoration: none;
	font-size: 16px;
	font: bold;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* 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.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #FFBF00;
	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;
}

#content table td
{
	padding: 0.5em;
	/*border-right: solid 1px #fff;*/
	/*border: double;*/
}

#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;
}

/* 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
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

/* GIF */

#rotatingImg {
display: none;
}

#rotatingDiv {
						display: block;
						margin: 32px auto;
						height:30px;
						width:30px;
						-webkit-animation: rotation .7s infinite linear;
						-moz-animation: rotation .7s infinite linear;
						-o-animation: rotation .7s infinite linear;
						animation: rotation .7s infinite linear;
						border-left:8px solid rgba(0,0,0,.20);
						border-right:8px solid rgba(0,0,0,.20);
						border-bottom:8px solid rgba(0,0,0,.20);
						border-top:8px solid rgba(33,128,192,1);
						border-radius:100%;
					}
					@keyframes rotation {
						from {transform: rotate(0deg);}
						to {transform: rotate(359deg);}
					}
					@-webkit-keyframes rotation {
						from {-webkit-transform: rotate(0deg);}
						to {-webkit-transform: rotate(359deg);}
					}
					@-moz-keyframes rotation {
						from {-moz-transform: rotate(0deg);}
						to {-moz-transform: rotate(359deg);}
					}
					@-o-keyframes rotation {
						from {-o-transform: rotate(0deg);}
						to {-o-transform: rotate(359deg);}
					}
					
img.actionImage {
margin: 2em auto;
}

.errorMsg {
    display:inline;        
    color:#666;
}

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: Arial, sans-serif; /* Tipo di carattere per il testo */
    font-size: 13px;
    /*height: 160px;*/
    /*width: 300px;*/
    /*overflow: hidden;  disabilitare la scrollbar in IE */
}


.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: #CCCCCC;  f3c690  979a9d*/
	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;	
}

.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');
}


a.disabled {
   pointer-events: none;
   cursor: default;
}