body {
	background-color: #d8d8d8;
	color: #333;
	text-align: left;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;

	padding: 0; 

}

img {
	border: 0 none white;
}

img.left {
	float:left;
	margin:2px 10px 5px 0;
}
img.right {
	float:right;
	margin:2px 0 5px 10px;
}
img.across {
	display: block;
	margin: 15px auto;
}

a {
	color: #1b61ae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* page */

#page {
	text-align: left;
	background: url(pageM_BG.gif) repeat-y top;
	background-color: white;

	margin: 20px auto;

	padding: 0;

	width: 900px;

}

#page_top {
	background: url(pageT.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 15px;
}

#page_bottom {
	background: url(pageB.gif) no-repeat 0 bottom;
	font-size: 1px;
	line-height: 1px;
	height: 15px;
}

.page_padding {
	margin-left: 20px;
	margin-right: 20px;
}

/* menu */

#menu {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #484848;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 1px;
	margin-top: 5px;
	margin-left: 1px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}


/* h & f */

#header {

	background: url(pageM.gif) repeat-y;
	padding-bottom: 6px;
}


#footer {
	background: url(pageM.gif) repeat-y;
	text-align: center;
	color: #767676;
	font-size: 9px;
	line-height: 15px;
	padding-top: 10px;
	margin-top: 10px;
}

#footer .row {
	border-top: 1px dashed #d8d8d8;
}

/* td Layout */

.tdLeft {
	width: 180px;
	vertical-align:  top;
}

.tdMiddle {
	vertical-align:  top;
}

.tdRight {
	width: 180px;
	vertical-align:  top;
}

/* mainSpace */

.mainSpace {
	padding: 1px 10px 10px;
}

.mainSpace h1.title {
	margin: 0;
	padding: 0;
	color: #6688aa;
	font-size: 18px;
	line-height: 25px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	font-style: italic;
}

.keywords {
	color: red;
	font: 12px/13px Courier, "Courier New", mono;
}

/* riassunto */

.riassunto {
	font-size: 11px;
	line-height: 14px;
}
.riassunto h1 {
	padding: 0;
	color: black;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-style: none;
	margin: 10px 0 2px;
}
.riassunto h1 a {
	color: black;
}

.riassunto a:hover {
	text-decoration: underline;
	color: #1b61ae;
}


.riassunto h1 .keywords {
	color: red;
	font: 12px/13px Courier, "Courier New", mono;
}

.riassunto p {
	margin: 0;
	padding: 0;
}

.riassunto small {
	font-size: 9px;
	color: #191919;
}

/* manuali */
.manuale {
	margin-top: 5px;
	margin-bottom: 30px;
}

.manuale pre {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.manuale img {
	border: 1px solid silver;
}

/* articolo */

.articolo {
	color: #2d2d2d;
	font-size: 12px;
}

.articolo p {
	padding: 0;
	margin: 6px 0;
}

.articolo div.titolo {
	margin: 0;
	padding: 0;
	color: #6688aa;
	font-size: 18px;
	line-height: 25px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	font-style: italic;
}

.articolo div.sottotitolo {
	padding-top: 15px;
}

.articolo small {
	font-size: 9px;
	color: #191919;
}

.articolo h1 {
	padding: 0;
	color: black;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-style: none;
	margin: 16px 0 2px;
}

.articolo pre {
	color: black;
	border:1px solid #ccc;
	background-color:#f4f4f4;
	padding:10px 16px;
	overflow: auto;
	width: 440px;
}

.articolo .red {
	color: red;
	font: 12px/13px Courier, "Courier New", mono;
}

.articolo .black {
	color: black;
	font: 12px/13px Courier, "Courier New", mono;
}


/* Left & Rightcolored Block */

.tdLeft h1, .tdRight h1 {
	margin: 0 0 3px;
	padding: 0;
	border: 1px solid #ffffff;
	padding-left: 5px;
	color: white;
	font-size: 14px;
	line-height:  25px;
}

.tdLeft ul, .tdRight ul {
	padding: 0px;
	margin: 0px 0px 4px 7px;
	list-style-type: none;
}

.tdLeft ul li, .tdRight ul li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	font-size: 11px;
	line-height:  18px;
}

.cBlk1 h1.colored { background: #80ad1d; }
.cBlk2 h1.colored { background: #b76313; }
.cBlk3 h1.colored { background: #b8a816; }
.cBlk4 h1.colored { background: #206fad; }
.cBlk5 h1.colored { background: #6945b0; }
.cBlk6 h1.colored { background: #d54478; }
.cBlk7 h1.colored { background: #945738; }

.cBlk1 ul.arrow li { background-image: url(arrow1.gif); }
.cBlk2 ul.arrow li { background-image: url(arrow2.gif); }
.cBlk3 ul.arrow li { background-image: url(arrow3.gif); }
.cBlk4 ul.arrow li { background-image: url(arrow4.gif); }
.cBlk5 ul.arrow li { background-image: url(arrow5.gif); }
.cBlk6 ul.arrow li { background-image: url(arrow6.gif); }
.cBlk7 ul.arrow li { background-image: url(arrow7.gif); }

ul.arrow li.nobg { background-image: none; }

/* vertival space */

.vSpace5 {
	height: 5px;
	line-height: 5px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

.vSpace10 {
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

.vSpace15 {
	height: 15px;
	line-height: 15px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
.vSpace20 {
	height: 20px;
	line-height: 20px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
