@charset "utf-8";
/* CSS Document */
a:link { Color: #0053A1; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { Color: #478CD5; text-decoration: underline; }
/* */
/* LAYOUT */
html, body {
	padding: 0px;
	margin: 0px;
	border: 0px transparent none;
	background-color: #0053A1;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
table, tr, td { margin: 0; padding: 0; }
hr { margin: 0px; padding: 0px; }
#rel { position: relative; }
#abs { position: absolute; }
.fl { position: relative; float: left; }
.fr { position: relative; float: right; }
.clear { clear: both; }
/**/
/* BG Superiore */
#bg_top {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 300px;
	padding-top: 12px;
}
/**/
/* LAYOUT */
#box {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	position: relative;
	top: 0;
}
#header_spacer { height: 12px; }
#header {
	background-image: url(images/bg_header.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/co_brand.jpg);
	background-position: top;
	background-repeat: no-repeat;

}
#main_menu { width: 160px; }
.spacer { padding: 2px; }
#footer {
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
	text-align: center;
}
/* FINE LAYOUT */
/* */
/* TABELLE E MENU */
.border{ /* era menuBorder */
		border: 1px solid #3373b9; /* Natale #A91717 */
}
td.border_vertical {  border-right: 1px solid #3373b9; }
.tableTitle {
	background-image: url(images/pulsante_menu.jpg);
	background-repeat: repeat-x;
	width: auto;
	padding: .25em;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #000; /* #3373b9; */
}
.tableMenu {
	background-image: url(http://co.computeroffice.it/images/bg_menu.jpg);
	background-repeat: x y;
	padding: .25em;
}
/* FINE TABELLE E MENU */
/* */
/* FORM */
form, input { margin: 0px; padding: 0px; }
input { vertical-align: middle; }
.field {
	border: 1px solid #3373b9;
	font-size: 11px;
}
.button {
	border: 2px #3373b9 outset;
	display: inline;
	height: 24px;
	margin: 0.05em;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://co.computeroffice.it/images/pulsante_menu.jpg);
	background-repeat: repeat-x;
}
input.button:hover { border: 2px #3373b9 inset; } /* Stato hover dei bottoni */
/* FINE FORM */
/* */
/* FONT */
.slogan {
	font-family: EnviroD, "Century Gothic", Tahoma, Arial;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}

h1, h2, h3, .titolo1, .titolo2, .titolo3 {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial;
	color: #3373b9;
	font-weight: bold;
}
h1, .titolo1 { font-size: 20px; }
h2, .titolo2 { font-style: italic; font-size: 18px; }
h3, .titolo3 { font-size: 16px; }

.tableTitleBig { font-size: 13px; color: #000000; } 

.small, .normale-piccolo { /* era normale-piccolo */
	font-size: 11px;
}
li { margin-bottom: 6px; }
.elenco { font-weight: bold; }
.nota {
	font-size: 10px;
	font-weight: bold;
}
/* FINE FONT */
/* */
/* COLORI */
#blu {
	color: #3373b9;
}
#rosso {
	color: #c90639;
}
#bg_bianco {
	background-color: #FFFFFF;
}
/* FINE COLORI */
/* */
/* ICONE */
a[href$=".pdf"] {
	padding-right: 25px;
	background-image: url(images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: center right;
}