/* questo CSS e' valido per tutte le pagine di time*/

/* #style = specific style to associate with "id" */
/* .style = general style to associate with  "class" */

body,th {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
	border-style: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
td {
	text-decoration: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

/*td {background-color: transparent;}*/

a {
	color: #CC9933;
	font-weight: bold;
}
a:link, a:visited, a:active{	text-decoration: none;}
a:hover {	color: #FFFF66;
	font-weight: bolder;		}

#title-pos{
	top: 5px;
	left: 20px;
	position: absolute;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
}

.title13, .title13a, .title13b{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 10px;
	left: 0px;
	position: absolute;
}
.title13a, .title13a:link {
	color: #000000;
	z-index: 20;
			}
.title13a:hover{
	color: #FFFFFF;
	z-index: 22;
	/*per rendere trasparente il testo*/
	filter:alpha(opacity=30);/*IE*/
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;/*mozilla*/
	}			
.title13b{
	left: 40px;
	
	z-index: 21;
	color: #FF0000;
	}

.title-a, .title-b/* piccolo testo dell'acronimo sul titolo*/{
	font-size: 10px;
	top: 27px;
	right: 0px;
	position: absolute;
	z-index: 24;
		}
		.title-a{left: 17px;color: #666666;}
		.title-b{
	left: 52px;
	color: #CCCCCC;
}


#title-side{top: 15px;
	left: 300px;
	position: absolute;
	right: 20px;}

#main /*main page for text*/{
	top: 60px;
	bottom:30px;
	width:800px;
	position: absolute;
	z-index: 20;
	padding: 10px;
	line-height: 18px;
	height: 580px;
}


.txt-VIP{
	font-weight: bold;
	color: #FF0000;
	font-size: 150%;
}
.txt-just /*main text */{
	text-align: justify;
	padding: 40px;
	font-size: 12px;
	letter-spacing: 1px;
}
.txt-speach /*to use i.e. for famous text, or informal comments */{
	font-size: 10px;
	letter-spacing: 1px;
	font-style: italic;	
}

.txt-title	{
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}
.txt-large {	font-size: 16px;}
.txt-small {	font-size: 9px;}
.txt-XS {	font-size: 4px;}
.txt-light {color: #CCCCCC;}
.full-height{
		top: 0px;
	bottom: 0px;
}

.full-width{
		left: 0px;
		width:100%;
	right: 0px;
}
.align-top/*non funziona, apparentemente le immagini si allineano sempre al bordo inferiore */{
	top: 0px;
	vertical-align: top;
	display: inline-block;	
}
.pos-RB/*allineamento in basso a destra Right Bottom */{
	position: absolute;
	bottom: 50px;
	right: 35px;
	height: 1px;/* porre l'altezza al minimo permette di ridurre le differenze di posizionamento tra IE (schifezza) e gli altri  */
}


#BG-top /* full BackGround area to place marquee points at the top*/{
	position: absolute;
		width: 100%;
	left: 0px;
	top: 0px;
}
#BG-bottom /* full BackGround area to place marquee points at the bottom*/{
	position: absolute;
		width: 100%;
	left: 0px;
	bottom: 0px;
}


#G10author /*la posizione di un link a g10design*/ {
	position: absolute;
	z-index: 20; /*questo valore va eventualmente cambiato*/
	width:920px;
	left:10px;
	bottom:20px;
	height: 20px;	
	font-size: 10px;
	/*per rendere trasparente il testo*/
	filter:alpha(opacity=30);/*IE*/
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;/*mozilla*/
		}


