.style2 {color: #ECE9D8}
a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}

.style1 {color: #FFFFFF}

.ds_box {
    background-color: #FFF;
    border: 1px solid #000;
    position: absolute;
    z-index: 32767;
}

.ds_tbl {
    background-color: #FFF;
}

.ds_head {
    background-color: #bcc5d0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.ds_subhead {
    background-color: #CCC;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 32px;
}

.ds_cell {
    background-color: #EEE;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    cursor: pointer;
}

.ds_cell:hover {
    background-color: #F3F3F3;
} /* This hover code won't work for IE */

.divlayer
{
    border: 2px solid #ff0000;
    background-color:#ffe4e1;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    -moz-opacity:0.5;
    left: 0px;
    top: 0px;
    z-index: 10000;
    margin: 0px;
    padding: 0px;
    position: absolute;
    line-height:0px;
    cursor:move;
}
.ResBtn
{
    background-image: url(../resize.gif);
    background-repeat:no-repeat;
    background-position:center;
    z-index: 10001;
    position:absolute;
    overflow:hidden;
    width:20px;
    height:20px;
    margin:0;
    padding:0;
    cursor:se-resize;
}
.QryBtn
{
    background-image: url(../spider.gif);
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    z-index: 10001;
    overflow:hidden;
    width:27px;
    height:25px;
    margin:0;
    padding:0px;
    cursor:help;
}
.ZoomBtn
{
    background-image: url(../plus.gif);
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    z-index: 10001;
    overflow:hidden;
    width:16px;
    height:16px;
    margin:0;
    padding:0px;
    cursor:pointer;
}
.ZoomOutBtn
{
    background-image: url(../minus.gif);
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    z-index: 10001;
    top:0px;
    right:0px;
    overflow:hidden;
    width:16px;
    height:16px;
    margin:0;
    padding:0px;
    cursor:pointer;
}
.CameraBtn
{
    background-image: url(../camera.gif);
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    z-index: 10001;
    bottom:0px;
    left:28px;
    width:20px;
    height:16px;
    margin:0px;
    padding-bottom:2px;
    cursor:help;
}