/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 20, 2014, 4:38:00 PM
    Author     : Ping
*/

#scrollbar1, #scrollbar2 {
    width: 850px;
    margin: 20px 25px;
}

.viewport {
    width: 825px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.scrollbar {
    position: absolute;
    background-position: 0 0;
    right: 22px;
    width: 0;
}

.track {
    height: 100%;
    width: 0;
    position: relative;
    padding: 0 1px;
}

.thumb {
    background: #034ea2;
    height: 20px;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.thumb .end {
    background: #034ea2;
    overflow: hidden;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#label2 a {
    height: 24px;
    position: absolute;
    display: block;
    top: 34px;
}

#popup1 {
    width: 350px;
    left: 83px;
}

#popup2 {
    width: 370px;
    right: 140px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 100;
    display: none;
}

.popup {
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: fixed;
    width: 900px;
    height: 500px;
    left: 0;
    right: 0;
    top: -500px;
    margin: 0 auto;
    z-index: 100;
    color:#3b3b3b;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 1.25;
}

.popup h1 {
    color: #034ea2;
    margin: 25px 25px 0;
}

ol {
    padding-left: 20px;
    margin: 0;
}

ol li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: url(../images/close.png);
    cursor: pointer;
}