p {margin:0; padding: 0;}

A:link {color: #008000;text-decoration: none;border:0px }
A:visited {color: #008000;text-decoration: none;border:0px }
A:active {color: #E51210;text-decoration: none;border:0px }
A:hover {color: #E51210;text-decoration: underline;}
SPAN.searchword { background-color:yellow;}

html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none;
}

body{
	height:100%;	
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-size:11px;
}

#tableMain{
	width:100%;
	height:100%;
	position:absolute;	
}

#tablePaper{
	table-layout:fixed;
	border-collapse:collapse;
	width:980px;
	height:100%;
}

#head{
	width:980px;
	min-height:90px;
	padding-top:30px;
	background:url(../images/bgt.png) repeat-x bottom;
}

#contenuti{
	width:972px;	
	padding:4px;
}

#menuHome{
	width:980px;
	min-height:56px;
	background-color:#027002;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size:12px;
	padding:4px 0px 0px 0px;
}

#bodyDesign{
	width:980px;
	background-color: #CECECE;
	border:1px dotted #000000;
}

.object{
	position: relative;
	padding-top:0px;
	padding-bottom:0px;	
}

.objectMenuAction{
	min-height:8px;
	background-color: #F0F0EE;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.objectNew{
	min-height:8px;
}

.objectBody{
	border:1px solid #CCCCCC;
	padding:4px;
	min-height:15px;
}

.greenButton{
	background-color: #027002;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #1BA126;
}

.greenText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border:1px solid #1BA126;
	background-color:#ffffff;
	color:#000000;
	width:120px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 2px 0px 2px;
}

.greyText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border:1px solid #cecece;
	background-color:#ffffff;
	color:#000000;
	height:18px;
	margin:0 0 0 0;
	padding:2px 2px 0px 2px;
}

.b1t, .b2t, .b3t, .b4t{font-size:1px; overflow:hidden; display:block;}
.b1b, .b2b, .b3b, .b4b{font-size:1px; overflow:hidden; display:block;}
.b1t {height:1px; margin:0 5px;}
.b2t {height:1px; margin:0 3px;}
.b3t {height:1px; margin:0 2px;}
.b4t {height:2px; margin:0 1px;}
.b1b {height:1px; margin:0 5px;}
.b2b {height:1px; margin:0 3px;}
.b3b {height:1px; margin:0 2px;}
.b4b {height:2px; margin:0 1px;}
.contentf div {margin-left: 5px;}
.titlef div {height:20px;margin-left: 5px;}

.toolVideo{
	height:185px;
	width:220px;
  filter:alpha(opacity=60);
  opacity:0.60;
  position:absolute;
	z-index:100;
}

.toolFoto{
	height:185px;
	width:220px;
  filter:alpha(opacity=60);
  opacity:0.60;
  position:absolute;
	z-index:100;
}

.tabMenu{
	padding-left:5px;
	padding-right:5px;
	background:#ECEFF5;
	border-left:1px solid #cecece;
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
	font-size:10px;
	color:#3B5998;
	cursor:pointer;
	white-space:nowrap;
}
.tabSelMenu{
	padding-left:5px;
	padding-right:5px;
	background:#3B5998;
	border-left:1px solid #244588;
	border-top:1px solid #244588;
	border-right:1px solid #244588;
	font-size:10px;
	color:#ffffff;
	cursor:pointer;
	white-space:nowrap;
}			

.titoloFGall{
	position:relative;
	top:-130px;
	left:90px;
	width:200px;
	background:#222222;
	z-index:2;
	padding:8px 5px;
	color:#FFE119;
	border:1px solid #000000;
  filter:alpha(opacity=90);
  opacity:0.90;	
}	

.summaryFGall{
	position:relative;
	top:-120px;
	left:90px;
	width:200px;
	background:#222222;
	z-index:2;
	padding:8px 5px;
	line-height: 1.2em;
	color:#FFFFFF;	
	border:1px solid #000000;
  filter:alpha(opacity=90);
  opacity:0.90;		
}	

/* BB Code styles
----------------------------------------*/
.ca-bbcode {
    border: solid 1px #dadada;
    margin: 5px 20px;
}
.ca-bbcode2 {
    border: solid 1px #fff;
    padding: 0;
}

/* Quote block */
.ca-quote {
		background-image:url(/images/quote.png);
    background-position: top right;
    background-repeat: no-repeat;
}

blockquote {
	font-size: 1em;
	overflow: hidden;
	padding: 5px;
	padding-top: 0;
}

blockquote blockquote {
	/* Nested quotes */
	font-size: 1em;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 0.9em;
}

/* Code block */
.ca-code {
    background-position: top right;
    background-repeat: no-repeat;
}

dl.codebox {
	padding: 3px;
	padding-top: 0;
	font-size: 1em;
}

dl.codebox dt {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.code-links { 
    text-transform: lowercase;
    float: right;
    margin-top: 2px;
}
.code-links a, .code-links a:visited, .code-links a:hover, .code-links a:active {
    text-decoration: none;
}

.code-select, .code-expand {
    display: block;
    float: right;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }