body 
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:normal;
color:#ffffff;
}

/*Grafica*/

.gradient_center
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6'); /* for IE 6-9 */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #f6f6f6); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)); /* for webkit browsers Safari/Chrome 10*/
background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* Webkit (Chrome 11+) */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* for firefox 3.6+ */
background: -ms-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* IE10 */
background: linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* Proposed W3C Markup */
/* background: #ffffff;*/ /* for non-css3 browsers */
}

.gradient_top
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f1e1e', endColorstr='#ff5c5d5f'); /* for IE 6-9 */
background: -webkit-gradient(linear, left top, left bottom, from(#1f1e1e), to(#5c5d5f)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #1f1e1e,  #5c5d5f); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#1f1e1e), to(#5c5d5f)); /* for webkit browsers Safari/Chrome 10*/
background: -webkit-linear-gradient(top, #1f1e1e 0%, #5c5d5f 100%); /* Webkit (Chrome 11+) */
background: -moz-linear-gradient(top, #1f1e1e 0%, #5c5d5f 100%); /* for firefox 3.6+ */
background: -ms-linear-gradient(top,  #1f1e1e 0%, #5c5d5f 100%); /* IE10 */
background: linear-gradient(top, #1f1e1e 0%, #5c5d5f 100%); /* Proposed W3C Markup */
/* background: #5c5d5f;*/ /* for non-css3 browsers */
}

.gradient_bottom
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c5d5f', endColorstr='#ff1f1e1e'); /* for IE 6-9 */
background: -webkit-gradient(linear, left top, left bottom, from(#5c5d5f), to(#1f1e1e)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #5c5d5f,  #1f1e1e); /* for firefox 3.6+ */ 
background: -webkit-gradient(linear, left top, left bottom, from(#5c5d5f), to(#1f1e1e)); /* for webkit browsers Safari/Chrome 10*/
background: -webkit-linear-gradient(top, #5c5d5f 0%, #1f1e1e 100%); /* Webkit (Chrome 11+) */
background: -moz-linear-gradient(top, #5c5d5f 0%, #1f1e1e 100%); /* for firefox 3.6+ */
background: -ms-linear-gradient(top,  #5c5d5f 0%, #1f1e1e 100%); /* IE10 */
background: linear-gradient(top, #5c5d5f 0%, #1f1e1e 100%); /* Proposed W3C Markup */
/* background: #1f1e1e;*/ /* for non-css3 browsers */
}

table
{
style=" margin: 0 auto; table-layout: fixed;"
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
}

td
{
style=" margin: 0 auto; table-layout: fixed; overflow: hidden; white-space: no-wrap;"
}

tr
{
style=" margin: 0 auto; table-layout: fixed; overflow: hidden; white-space: no-wrap;"
}

li 
{
list-style-type:disc;
list-style-position: inside;
}

INPUT
{
    border: 1px solid #D2D2D2;
}

.resize
{
 img src=/images/transparent.gif
}


/*Banner*/

.m_banner_hide
{
display:none;
}

.m_banner_show
{
display:block;
}

/* SlideShow Home*/

*{
	margin:0;
	padding:0;
}

#container{
	width:1024px;
	height:400px;
	position:relative;
}

#container .prevButton{
	height:32px;
	width:32px;
	position:absolute;
	background:url('../images/back.png') no-repeat;
	margin-top:-215px;
	left:10px
}

#container .nextButton{
	height:32px;
	width:32px;
	position:absolute;
	background:url('../images/next.png') no-repeat;
	margin-top:-215px;
	right:10px
}

#container ul{
	width:1024px;
	height:400px;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
	list-style:none;
	width:1024px;
	height:400px;
}

#container li{
	position:absolute;
	display:none;
	width:1024px;
	height:400px;
	list-style:none;
}

/* SlideShow Advertising*/

fieldset {
	margin: 20px 0px;
	padding: 10px;
}
select {
	width: 100px;
}
pre {
	border: 1px dotted #000;
	padding: 10px;
	color: #000;
}
.jprojects {
    position: absolute;
    top: 70px;
    left: 0px;
}
.jprojects a:link, .jprojects a:visited {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.jprojects a:hover {
    text-decoration: underline;
}

#aslider {
	position: relative;
}
#slider-list {
	display: none;
}
#slider-container {
	overflow: hidden;
	position: relative;
	z-index: 9998;
}
.slider-item {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	display: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.slider-pager-item {
	cursor: pointer;
}
#slider-loader {
	position: absolute;
}
.slider-btn {
	position: absolute;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#slider-title {
	position: absolute;
	z-index: 9998;
	display: none;
}
#slider-description {
	position: absolute;
	z-index: 9998;
	display: none;
}

#aslider {
	width: 400px;
	height: 600px;
	margin: 0px auto;
}
#slider-container {
	width: 100%;
	height: 100%;
	
}
.slider-item {
	width: 100%;
	height: 100%;
}
#slider-pager {
	right: 20px;
	bottom: 40px;
}
.slider-pager-item {
	display: none;
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #000;
	font-size: 11px;
}
#slider-pager .active, #slider-pager .hover {
	color: #fff;
}
#slider-loader {
	font-size: 14px;
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #000;
}
.slider-btn {
	width: 40px;
	height: 40px;
}
#slider-l_btn {
	left: -50px;
	top: 180px;
	background: url(../images/larr.png) no-repeat 0 0;
}
#slider-r_btn {
	right: -50px;
	top: 180px;
	background: url(../images/rarr.png) no-repeat 0 0;
}
#slider-title {
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	top: 10px;
	left: 10px;
	font-size: 20px;
}
#slider-description {
	background-color: #000;
	color: #fff;
	bottom: 0px;
	left: 0px;
	font-size: 15px;
	width: 100%;
	height: 30px;	
	line-height: 30px;
	padding: 0px 10px;
}

/*Cookie Bar*/

#cookie-bar 
{background:#DF1E26;
 height:auto; 
 line-height:20px; 
 color:ffffff; 
 text-align:center; 
 padding:10px 0;
 }
#cookie-bar.fixed 
{
position:fixed; 
top:0; 
left:0; 
width:100%;
}
#cookie-bar.fixed.bottom 
{
bottom:0;
top:auto;
}
#cookie-bar p 
{
margin:0; 
padding:0;
}
#cookie-bar a 
{
color:#ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px; 
font-weight:normal;
display:inline-block; 
border-radius:3px; 
text-decoration:none; 
padding:0 6px; 
margin-left:8px;
}
#cookie-bar .cb-enable 
{
background:#DF1E26;
}
#cookie-bar .cb-enable:hover 
{
background:#DF1E26;
}

#cookie-bar .cb-policy 
{
background:#DF1E26;
}
#cookie-bar .cb-policy:hover 
{
background:#DF1E26;
}

/*Titoli*/

.titolo_banda-bassa
{ 
color:#fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 13px;
}

.titolo_newsletter
{ 
color:#fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 13px;
}

.titolo_bianco
{ 
color:#ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 13px;
}

.titolo
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:13px;
font-weight:bold;
color:#006699;
} 

.titolo_grigio
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:13px;
font-weight:bold;
color:#888888;
} 

.titolo_menu_sx
{ 
background: #cfcccc;
color: #1f1e1e; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 11px;
}

.titolo_nero
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:13px;
font-weight:bold;
color:#000000;
} 

.titolo_rosso
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:13px;
font-weight:bold;
color:#FF0000;
} 

.titolo_paloalto
{
font-family:Verdana, Arial;
font-size:12px;
font-weight:bold;
color:#006799;
} 

.titolo_form
{
font-family:Arial, HelveticaNeue, Helvetica Neue;
font-size:13px;
font-weight:bold;
color:#45474d;
} 

.titolo_error
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:18px;
font-weight:bold;
color:#45474d;
} 

.titolo_watchguard
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#E2001A;
} 

.titolo_AirTight
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#d96c00;
} 

.titolo_AirTight_grigio
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#70706f;
} 

.titolo_AlienVault
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#63a910;
} 

.titolo_safenet
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#6C306C;
} 

.titolo_barracuda
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#0072C9;
} 

.titolo_BeyondTrust
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#18275B;
} 

.titolo_BeyondTrust_small
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#18275B;
} 

.titolo_A10-Networks
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#090f6c;
} 

.titolo_f-secure
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#00BFFF;
} 

.titolo_f-secure_red
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#ff3333;
} 

.titolo_ssh
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#008EC8;
} 

.titolo_thales
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#2A3072;
} 

.titolo_network-critical
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#0068AC;
} 

.titolo_network-critical-small
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:12px;
font-weight:bold;
color:#0068AC;
} 


.titolo_Stormshield
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#3193CC;
} 

.titolo_safenet
{
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-size:16px;
font-weight:bold;
color:#6E2F6C;
} 

/*Testi*/

.testo_symbolic
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
}

.testo_banda-bassa
{ 
color: #999999; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
}

.testo_intestazione
{ 
color: #ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
}

.testo_copyright
{ 
color: #cfcfcf; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
}

.paloalto_verde
{
font-family:Verdana, Arial;
font-size:12px;
color:#a2bf2f;
} 

.rosso
{ 
color:#FF0000;
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
}

.bianco
{ 
color:#FFFFFF;
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
}

.new
{ 
color:#DF1E26;
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 11px;
}

.menu_sx
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
}

/*Link*/

a:link 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

a:visited 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a:hover 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

a:active 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.intestazione_home:link 
{ 
color: #cdcece; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 17px;
text-decoration: none;
}

a.intestazione_home:visited 
{ 
color: #cdcece; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 17px;
text-decoration: none;
}

a.intestazione_home:hover 
{ 
color: #ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 17px;
text-decoration: underline;
}

a.intestazione_home:active 
{ 
color: #ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 17px;
text-decoration: none;
}

a.banda_bassa:link 
{ 
color: #cdcece; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.banda_bassa:visited 
{ 
color: #cdcece; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.banda_bassa:hover 
{ 
color: #ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

a.banda_bassa:active 
{ 
color: #ffffff; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.menu_sx:link 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.menu_sx:visited 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.menu_sx:hover 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

a.menu_sx:active 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.titolo_newsletter:link 
{ 
color: #fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

a.titolo_newsletter:visited 
{ 
color: #fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

a.titolo_newsletter:hover 
{ 
color: #fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

a.titolo_newsletter:active 
{ 
color: #fcb712; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

a.titolo_error:link 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 18px;
text-decoration: underline;
}

a.titolo_error:visited 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 18px;
text-decoration: none;
}

a.titolo_error:hover 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 18px;
text-decoration: underline;
}

a.titolo_error:active 
{ 
color: #45474d; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 18px;
text-decoration: none;
}

a.beyond-trust-titolo:link 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 16px;
text-decoration: none;
}

a.beyond-trust-titolo:visited 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 16px;
text-decoration: none;
}

a.beyond-trust-titolo:hover 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 16px;
text-decoration: underline;
}

a.beyond-trust-titolo:active 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 16px;
text-decoration: none;
}

a.beyond-trust-sottotitolo:link 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.beyond-trust-sottotitolo:visited 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.beyond-trust-sottotitolo:hover 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

a.beyond-trust-sottotitolo:active 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}


a.beyond-trust:link 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.beyond-trust:visited 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a.beyond-trust:hover 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
}

a.beyond-trust:active 
{ 
color: #18275B; 
font-family: Arial, HelveticaNeue, Helvetica Neue;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}