﻿.Window
{
    /*visibility:hidden;*/
    position:absolute;
    left:20px;
    top:20px;
    z-index:999;
    width:694px;
    height:460px;
    visibility:hidden;
}

/*.WindowTop
{
    opacity: 0.6; filter: alpha(opacity=60);
    text-align:right;
    width:694px;
    height:17px;
    background: url(../pics/functions/Window_TE.gif) no-repeat left bottom;
}*/

/*inner Top*/
.WindowTop
{
    text-align:right;
    width:694px;
    height:17px;
    overflow:hidden;
}
.WindowTopLeft
{
    float:left;
    width:658px;
    height:17px;
    background: url(../pics/functions/Window_TE.gif) no-repeat left bottom;
    opacity: 0.6; filter: alpha(opacity=60);
}
.WindowTopCenter
{
    width:29px;
    height:17px;
    margin:0px;
    padding:0px;
    float:left;
    border-top:solid 1px #97a7c5;
}
.WindowTopCenterTop
{
    height:12px;
    width:29px;
    overflow:hidden;
}
.CloseWindow_btn
{
    border-width:0px;
    cursor:pointer;
    height:12px;
    width:29px;
    margin:0px;
    padding:0px;
}
.WindowTopCenterBot
{
    width:29px;
    height:4px;
    margin: 0px 0 0 0;
    padding:0px;
    font-size:0px;
    opacity: 0.6; filter: alpha(opacity=60);
    background:#FFFFFF;
}
.WindowTopRight
{
    float:right;
    width:7px;
    height:17px;
    background: url(../pics/functions/Window_TE.gif) no-repeat right bottom;
    opacity: 0.6; filter: alpha(opacity=60);
}

.WindowLeftBorder
{
    opacity: 0.6; filter: alpha(opacity=60);
    float:left;
    background:#FFFFFF url(../pics/functions/Window_LE.gif) no-repeat right top;
    height:437px;
    width:6px;
}
/*inner Top end*/

.WindowRightBorder
{
    opacity: 0.6; filter: alpha(opacity=60);
    float:right;
    background:#FFFFFF url(../pics/functions/Window_RE.gif) no-repeat left top;
    height:437px;
    width:6px;
}

.WindowContent
{
    float:left;
    border:solid 1px #8a9bae;
    background:#FFFFFF;
    height:433px;
    width:680px;
}

.WindowContent_frame
{
    padding:0;
    margin:0;
    height:433px;
    width:680px;
}

.WindowBot
{
    opacity: 0.6; filter: alpha(opacity=60);
    clear:both;
    background: url(../pics/functions/Window_BE.gif) no-repeat left top;
    width:694px;
    height:6px;
}

/*.CloseWindow_btn
{
    border-width:0px; 
    cursor:pointer;
    margin: 1px 7px 0 0;
}*/