P,BODY,TABLE {
	font-family: "Verdana"; /*,Helvetica,Arial";*/
	color: #265259;
	font-size: 12pt;
}

.normaltext {
	font-family: "Verdana"; /*,Helvetica,Arial";*/
	color: #265259;
	font-size: 12pt;
}

img.rss {
	height: 1.5ex;
	float: right;
}

div.diario {
	margin-top: 12pt;
}

.small {
	font-size: 10pt;
}

.indent {
	margin-left: 3ex;
}

.separated {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}

li,dd {
	margin-top: 3pt; 
	margin-bottom: 3pt; 
}
li:not(:last-child) { 
   margin-bottom: 6pt;  
}


TABLE.smaller { font-size:10pt; font-weight:bolder }
.areaWithBgColor { background:#265259; color:white; font-weight:bold}

.letter {
	font-family: 'Comic Sans MS'; /* Cottonwood */
}

.codetext {
	font-family: 'Courier New', 'Fixed', 'Monospace';
	/*font-size: 12pt;*/
}

.terminalArea {
	font-family: 'Courier New', 'Fixed', 'Monospace';
	background: #CCCCCC;
	padding:10px;
}


CODE {
	color:#61380B;
}

.tagcloud 
{
	text-align: center;
	background:#C0DAE3;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;	
}
.tagcloudText {
}

TABLE.materiale
{
	border-collapse: collapse;
	border-style: solid;
	border-color: #265259;
	border-width: 2px;
	text-align: center;
}
TH.materiale, TD.materiale {
	padding: 2px;
	border-style: solid;
	border-color: #265259;
	//border-color: #508070;
	border-width: 1px;
}


H1 {
	color: #C70000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16pt;
}	


H2 {
	//margin-top: 30px;
	margin-bottom: 15px;
	font-size: 15pt;
	//color: #C70000;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #265259;
}	

H3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 1px;
}	

H4 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 1px;	
}	
H5 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}	


H3.nounderline, H4.nounderline, H5.nounderline {
	border-bottom: none;
}



.borderedArea {
	border-style: solid;
	border-color: #265259;
	border-width: 1px;
}

/*color:#265259;*/
A:link, A:visited { 	
	color:inherit;
	text-decoration: none;
	border-bottom: dotted; 
	border-width: 1px;
}

.link {
	text-decoration: none;
	border-bottom: dotted; 
	border-width: 1px;
}

A:hover { 
	/*text-decoration: underline;*/
	color: #C70000; 
}

A.nounderline:link, A.nounderline:visited {	
	text-decoration: none;
	border-bottom: none;
}	

.strong {
	font-weight: bolder;
}
.highlight {
	font-weight: bolder;
	color: #C70000;
}
.low_highlight {
	color: #C70000;
}


.disable {
	font-style: italic;
	text-decoration:line-through;
	color: #848484;
}


.qa_question {
	color: #265259;
	font-size: larger;
}
.qa_answer {
	color: #265259;
}

.qa_domande {
	/*color: #666666;*/
	font-size: 6pt;
}



.Intro { background-color:#FFFFAA; }
.Analisi { background-color:#AAFFAA; }
.Java { background-color:#FFAAAA; }
.JOO { background-color:#FFAAAA; }
.Progetto { background-color:#AAAABB; }
.Realizz { background-color:#AAAAFF; }
.Eserc { background-color:#AAFFFF; }




.lightBgColor0 { background-color:#DCEDEF; }
.lightBgColor1 { background-color:#B8DBE0; }


.emptywindow { background-color:#555555; }
.mainwindow { background-color:#FFFFFF; }


.leftshadow { }
.rightshadow { }


div.warning {
	background-color:#DCEDEF;
	border:solid; 
	width:50%; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}


TR.TocItem {
	text-align:left; 
	margin-top:5ex; 
	display: block;
}
TD.TocIcon {
	padding-right:3ex;	
}


TR.TocItemCompact {
	text-align:left; 
	margin-top:2ex; 
	display: block;
}


.left {
    float: left;
}
.right {
    float: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

[onClick] {
    cursor:pointer;
}

div.collapsed {
	display: none;
}