@charset "utf-8";
/* CSS Document */
html, body {
    margin:0; padding:0; width:100%; height:100%; overflow:hidden; 
            background-color: #F2F5FD;
}
#background
{
    position:absolute; 
    z-index:1; width:100%; height:100%;

}
#scroller
{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow:auto;
    z-index:2;
}
.vth
{
    height:30px;
    vertical-align:middle;
    background-image:url(../images/vth_bg.gif);
    background-repeat:repeat-x;
    background-position:top;
    /*background-color:#6C99C5;*/
    /*background-color:#CCCCCC;*/
    font-family:Tahoma, verdana;
    font-size:15px;
    font-weight:bold;
    color: #333333;
    border-left:solid #CCCCCC 1px;
    text-align: center;
}
.vtd
{
    /*border: 1px solid #f4f4f4;*/
    border: 1px solid #cccccc;
    /*	background-color:#FFFFFF;*/
    height:30px;
    font-family:Tahoma, verdana;
    font-size:12px;
    color: #333333;
    padding-left:2px;
    padding-right:2px;
    text-align: center;
    text-align: center;

}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content 
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 2px;
    border: 10px solid #A0C544;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
