@charset "utf-8";
/* CSS Document */
td
{
   display: table-cell; 
   padding-left:10px;
   padding-right:10px;
   padding-top:5px;
   padding-bottom:5px;
}
.slider-container
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 910px;
    height: 600px;
    /*border: 1px solid black;*/
}

.slider-wrapper
{
    position: absolute;
    width: 700px;
    height: 80px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafafa;
    -moz-box-shadow: 0px 5px 5px #CCC;
    -webkit-box-shadow: 0px 5px 5px #CCC;
    box-shadow: 0px 5px 5px #CCC;

    border: 1px solid #c6c6c6;
}

.slider
{
    position:absolute;
    top:55px;
    /*left:20px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*width: 460px;*/
}

#slider-wrapper-0{top:50px; left:150px;}
#slider-wrapper-1{top:70px; left:150px;}
#slider-wrapper-2{top:90px; left:150px;}
#slider-wrapper-3{top:110px; left:150px;}
#slider-wrapper-4{top:160px; left:150px;}
#slider-wrapper-5{top:210px; left:150px;}
#slider-wrapper-6{top:230px; left:150px;}

#slider-wrapper-7{top:50px; left:150px;}
#slider-wrapper-8{top:70px; left:150px;}
#slider-wrapper-9{top:120px; left:150px;}
#slider-wrapper-10{top:140px; left:150px;}
#slider-wrapper-11{top:160px; left:150px;}
#slider-wrapper-12{top:180px; left:150px;}
#slider-wrapper-13{top:200px; left:150px;}

#slider-wrapper-14{top:50px; left:150px;}
#slider-wrapper-15{top:70px; left:150px;}
#slider-wrapper-16{top:90px; left:150px;}
#slider-wrapper-17{top:110px; left:150px;}
#slider-wrapper-18{top:130px; left:150px;}


.table_container
{
    position:absolute;
}
.table_container.size1{width: 250px;}
.table_container.size2{width: 250px;}
.table_container.size3{width: 300px;}

#table_container1 { left:30px; top:10px; }
#table_container2 { left:30px; top:120px }
#table_container3 { left:30px; top:170px; }
#table_container4 { left:310px; top:10px; }
#table_container5 { left:310px; top:80px; }
#table_container6 { left:590px; top:10px; }
#table_container7 { left:590px; top:140px; }
/*
#table_container1 { left:10px; top:10px; }
#table_container2 { left:10px; top:120px }
#table_container3 { left:260px; top:10px; }
#table_container4 { left:260px; top:100px; }
#table_container5 { left:510px; top:10px; }
#table_container6 { left:510px; top:140px; }
*/

.table_container table
{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.table_container td
{
    overflow:hidden;
    display: table-cell;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}
.table_container .row
{
    height:20px;
    /*border-bottom: 1px solid #f9f9ef;*/
}
.row.clickable{ cursor: pointer; }

.table_container .col
{
    color:#5A5A4B;
    font-size: 8.5pt;
    line-height: 1.2em;
    /*border: 1px solid red;*/
}
.table_container .col1{ width:100%; text-align: left; padding-left: 3px;  }
.table_container .col2{ width:55px; text-align: right; /*border: 1px solid red;*/ padding-right: 3px; background-image: url("../assets/cell-back.png"); background-repeat: no-repeat; background-position:right; }
.table_container .col3{ width:100%; text-align: left; font-style: italic; padding-left: 3px;}
.table_container .col4{ width:55px; text-align: right; /*border: 1px solid red;*/ padding-right: 3px; font-style: italic; }

.title {font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color:#FFFFFF; background-color: #153E43; font-weight: bold; padding-left: 5px;}
p.h3 {font-family: Helvetica, Arial, sans-serif; color:#FFFFFF; background-color: #153E43; font-weight: bold; padding-left: 5px; width: 100%; margin: 0px; margin-bottom: 5px;}
p.h4 {font-family: Helvetica, Arial, sans-serif; color:#FFFFFF; background-color: #327b21; font-weight: bold; padding-left: 5px; width: 100%; margin: 0px; margin-bottom: 5px;}
 



.graph
{
    width:890px;
    height:300px;
    position:absolute;
    top:270px;
    left:10px;
    font-family:Arial, sans-serif;
    font-size:10px;
    padding:0px;
    /*border:1px solid red;*/
}
.legendLabel
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8.5pt;
    width: 200px;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
}
.legendColorBox
{
    padding: 0px;
    margin: 0px;
}
.tickLabel
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8.5pt;
}

#info-panel-main { position:absolute; top:0px; left:0px; width:100%; height:100%; background-image: url(../assets/popup-cover.png); background-repeat: repeat;  }

#popup
{
    position: absolute;
    width: 820px;
    left: 50px;
    top:70px;
    border: 2px solid #999999;
    background-color: #FFFFFF;
    z-index:50;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 5px 5px #666;
    -webkit-box-shadow: 0px 5px 5px #666;
    box-shadow: 0px 5px 5px #666;
    padding-bottom: 10px;
}

#popup .content
{
    color: #5A5A4B;
    margin: 10px;
    font-size: 10pt;
    font-family: Helvetica, Arial;
}
.content p
{
    margin-left: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.content img
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.close-btn
{
    position: absolute;
    width:30px;
    height:30px;
    top:0px;
    right:0px;
    cursor:pointer;
    background-color: transparent;
    background-image:url("../assets/fancy_close.png");
    background-position: 0px 0px;
}
.close-btn.hover-action
{
    background-position: 0px -30px;
    background-position-y: -30px;
}
