﻿body 
{
	background-color : #000000;
}

font.text
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#efefef;
}

.contentText
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#efefef;
}

font.title
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#efefef;
    font-weight:bold;
}

a
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#ffffff;
    text-decoration:none;
}

a.menu
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#dedede;
    text-decoration:none;
}

a.menu : hover
{
    font-family:Trebuchet MS;
    font-size:8pt;
    color:#efefef;
    text-decoration:underline;
}

.imgstyle
{
    border:solid 1px #eeeeee;
}

.btn
{
	font-family:Trebuchet MS;
    font-size:8pt;
    width:60px;
}

.input
{
	font-family:Trebuchet MS;
    font-size:8pt;
    width:140px;
}

/**** DIV ****/
.divProgress
{
	position: absolute;
	left: 2px;
	top: 254px; 
	width: 50px; 
	height: 8px;	
	z-index:300;
}

.divContent
{
	position: absolute;
	left: 50%;
	top: 120; 
	width: 960px; 
	height: 560px;
	margin-left: -480px;	
	background-color:#000000;
    z-index:0;
}

.divSkip
{
	position: absolute;
	left: 50%;
	top: 640; 
	width: 960px; 
	height: 60px;
	margin-left: -480px;	
	background-color:#000000;
}

.divMenu
{
	position:absolute;
    left:30;
    top:120;	
    width:200px;
    height:240px;
    z-index:30;
    color:#efefef;
}

.divText
{
	position:absolute;
    left:240;
    top:120;	
    width:720px;
    height:440px;
    z-index:60;
    color:#efefef;
    /*background-color:#000000;	*/
    /*filter:alpha(opacity=40); 
    opacity:.40;*/
    
    overflow:auto;
	scrollbar-3dlight-color:#1a171b; 
	scrollbar-arrow-color:#3c3a3d; 
	scrollbar-base-color:#1a171b; 
	scrollbar-darkshadow-color:#292829; 
	scrollbar-face-color:#1a171b; 
	scrollbar-highlight-color:#292829; 
	scrollbar-shadow-color:#1a171b;
	
    display:none;
}

.divShowPic
{
	position:absolute;
    left:0;
    top:0;	
    width:740px;
    height:520px;
    z-index:100;
	background-color : #000000;
    display:none;
}

.divRegistrazione
{
	position:absolute;
    left:240;
    top:120;	
    width:500px;
    height:300px;
    z-index:100;
	background-color : #000000;
	border: solid 1px #999999;
    display:none;
}

.divLogin
{
	position:absolute;
    left:240;
    top:120;	
    width:500px;
    height:300px;
    z-index:100;
	background-color : #000000;
	border: solid 1px #999999;
    display:none;
}


.divErrorLogin
{
	position:absolute;
    left:240;
    top:120;	
    width:500px;
    height:300px;
    z-index:100;
	background-color : #000000;
	border: solid 1px #999999;
    display:none;
}

.divErrorGen
{
	position:absolute;
    left:240;
    top:120;	
    width:500px;
    height:300px;
    z-index:100;
	background-color : #000000;
	border: solid 1px #999999;
    display:none;
}


.pics   
{
	position:absolute;
	left:0;
	top:0;
    height:  560px;  
    width:   960px;  
    padding: 0;  
    margin:  0;  
    z-index: 20;
} 
 
.pics img 
{      
    position:absolute;
	left:0;
	top:0;
    border:  0px solid #000000;  
    background-color: #eee;  
    width:  960px; 
    height: 560px; 
    top:  0; 
    left: 0;
    z-index:10;
} 



.divBanner
{
	position: absolute;
	left: 50%;
	top: 5px; 
	width: 740px; 	
	margin-left: -370px;	
	background-color:#000000;
    z-index:15;
}

/**** *** ****/
