/* 
    Document   : style
    Created on : 30-apr-2012, 16.43.07
    Author     : Nicola
    Description:
        Purpose of the stylesheet follows.
*/
@charset "utf-8";
@font-face {
    font-family: 'italic';   
    font-weight: normal;
    font-style: 'italic';
}
body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: black;
    margin-left: 0px;
}

root { 
    display: block;
}
#content{
    height: 1679px;
    margin:auto;
    margin-left: 0px;
    width: 940px; 
}
#left_menu{
    margin: auto;
    width: 220px;
    float:left; 
}

#left_menu .subTitle{
    margin-top: 25px;
    background-color: #535353;
    width: 190px;
    height: 25px; 
}
.subTitle p{
    margin-top: 5px;
    color: white;
    margin-left: 10px;
   
    position: absolute;
}
.title_submenu{
    font-weight: bold; 
}
#right_content{ 
    width: 670px;
    color: white;
	overflow: auto; 
        padding-left: 20px;
}
#right_content p{
    color:#989898;
}
#left_menu li{
    color:white;
    font-size:13px;
}

#left_menu li{
    list-style-image: url('img/arrow.gif'); 
    cursor:pointer;
    margin-top: 10px;  
    font-weight: bold;
    font-size: 12px;
} 
#left_menu li .current{
    list-style-image: url('img/arrowRed.gif'); 
    cursor:pointer; 
} 
.subTitle{
    width: 150px;
}
body a, body a.on {
    color: #D00000;
    text-decoration: none;
} 

#right_content h2{
    font-style: italic;
    margin-bottom: 30px;
}

/* scrollbar 
*/
#scrollbar1 { width: 520px;  margin: 20px 0 10px; padding-left: 250px; }

#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: white; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; } 

#draggable{
    background-color: red;
    width: 15px;
    margin: auto;
}
#contenitoreDraggable{
    height: 200px;
    width: 20px;
    float: left;
   
    background-color: white;
    margin: auto;
}
.scroll
{
	width: 100%;
	height: 846px;
	overflow: auto;
}
#torna{
    cursor: pointer;
    color: #D00000;
    margin-top: 30px;
}