/*tooltip
======================*/

/* 
    Required Styles
*/
#aToolTip {
    position: absolute;
    display: none;
    z-index: 50;
}

#aToolTip .aToolTipContent {
    position:relative;
    margin:0;
    padding:0;
}
/* 
    END: Required Styles
*/
/**
    Default Theme
*/

/*.overlay {
    width: 990px;
    height: 387px;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
}*/

.defaultTheme, .finClass, .derClass, .minClass, .antClass {
    background:#fff;
    margin:0;
    padding:12px 12px;	
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 4px #666 inset;
    -webkit-box-shadow: 0 0 4px #666 inset;
    box-shadow: 0 0 4px #666 inset;
    
    width: 430px;
}

.minClass {
    background: #3173a7;
    width: 150px;
    padding: 5px;
}

#aToolTipCloseBtn {
    display:block;
    height:18px;
    width:18px;
    background:url(../images/close.png) no-repeat;
    text-indent:-9999px;
    outline:none;
    position:absolute;
    top:-20px;
    right:-30px;
    margin:2px;
    padding:4px;
}

.minClass #aToolTipCloseBtn {
    top: -15px;
    right:-25px;
}


/*draggable
==========================*/

.scrolls { cursor: move }
.dragscroll-scroller { overflow: hidden !important }
.dragscroll-container { overflow: visible !important }
.dragscroll-container,
.dragscroll-scroller { position: relative }
.dragscroll-scroller { height: 100% }
.dragscroll-inner { display : block }
.dragscroll-scrollbar-container {
    cursor : pointer;
    position: absolute;
    background: rgb(220,220,220);
    background: rgba(0,0,0,.2);
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
}
.dragscroll-scrollbar-container.autohide { display: none }
.dragscroll-scrollbar-container.h {
    width : 100%;
    height : 4px;
    left : 0;
    bottom : -8px;
}
.dragscroll-scrollbar-container.v {
    height : 100%;
    width : 4px;
    top : 0;
    right : -8px;
}
.dragscroll-scrollbar.v {
    width : 4px;
    top : 0;
}
.dragscroll-scrollbar.h {
    height : 4px;
    left : 0;
}
.dragscroll-scrollbar {
    position: absolute;
    cursor : pointer;
    background: rgb(160,160,160);
    background: rgba(0,0,0,.4);
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
}

/*style.css
==========================*/

body {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #333;
}

p {
    margin: 0;
}

.mps {
    width: 990px;
    background: url('../images/mps.png') 55px 0 no-repeat #edecec;
    height: 460px;
    position: relative;
}

.mps-leftbar {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/sfumatura.png') 0 0 no-repeat;
    width: 180px;
    z-index: 100;
}

.mps-leftbar img {
    margin-top: 68px;
}

.mps-timeline {
    overflow-x: scroll;
    position: relative;
}

.mps-legend {
    position: absolute;
    left: 180px;
    bottom: 7px;
}

.tooltip {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 0;
}

.mps-date, .mps-title {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-size: 18px;
}

.mps-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.mps-body {
    font-style: italic;
}

.finClass .mps-date, .finClass .mps-title {
    color: #54c2f5 !important;
}

.derClass .mps-date, .derClass .mps-title {
    color: #5ea4a5 !important;
}

.antClass .mps-date, .antClass .mps-title {
    color: #ff7700 !important;
}

.minClass .mps-date, .minClass .mps-title {
    font-size: 11px;
    font-family: 'Open Sans';
    text-align: center;
    color: #fff;
}

.minClass .mps-date {
    font-weight: bold;
}

.minClass .mps-title {
    font-weight: normal;
}

.fin {
    background: url('../images/fin.png') 0 0 no-repeat;
    top: 42px;
}

.fin.active {
    background: url('../images/fin-active.png') 0 0 no-repeat;
}

.fin-1 {
    left: 678px;
}

.fin-2 {
    left: 778px;
}

.fin-3 {
    left: 978px;
}

.fin-4 {
    left: 1078px;
}

.fin-5 {
    top: 30px;
    left: 1149px;
}

.fin-6 {
    top: 30px;
    left: 1193px;
}

.der {
    background: url('../images/der.png') 0 0 no-repeat;
    top: 111px;
}

.der.active {
    background: url('../images/der-active.png') 0 0 no-repeat;
}

.der-1 {
    left: 234px;
}

.der-2 {
    left: 348px;
}

.der-3 {
    left: 678px;
}

.der-4 {
    left: 879px;
}

.der-5 {
    left: 1079px;
}

.der-6 {
    left: 1259px;
}

.der-7 {
    top: 101px;
    left: 1321px;
}

.der-8 {
    top: 101px;
    left: 1368px;
}

.ant {
    background: url('../images/ant.png') 0 0 no-repeat;
    top: 181px;
}

.ant.active {
    background: url('../images/ant-active.png') 0 0 no-repeat;
}

.ant-1 {
    left: 448px;
}

.ant-2 {
    left: 549px;
}

.ant-3 {
    top: 171px;
    left: 618px;
}

.ant-4 {
    left: 1079px;
}

.ant-5 {
    top: 171px;
    left: 1148px;
}

.min {
    background: url('../images/min.png') 0 0 no-repeat;
    top: 320px;
}

.min.active {
    background: url('../images/min-active.png') 0 0 no-repeat;
}

.min-1 {
    left: 308px;
}

.min-2 {
    left: 328px;
}

.min-3 {
    left: 348px;
}

.min-4 {
    left: 449px;
}

.min-5 {
    left: 679px;
}

.min-6 {
    left: 979px;
}

.min-7 {
    left: 1059px;
}

.mps-tooltip-content {
    display: none;
}