﻿.HelpWindow
{
    /*visibility:hidden;*/
    position:absolute;
    left:80px;
    top:100px;
    z-index:1000;
    width:401px;
    height:472px;
    visibility:hidden;
}

.HelpWindowTop
{
    /*opacity: 0.6; filter: alpha(opacity=60);*/
    text-align:right;
    overflow:hidden;
    /*padding: 3px 5px 0 0;*/
    width:401px;
    height:17px;
    /*background: url(../pics/functions/Window_TE.gif) no-repeat left bottom;*/
}
.HelpTopLeft
{
    float:left;
    width:365px;
    height:17px;
    background: url(../pics/functions/Window_TE.gif) no-repeat left bottom;
    opacity: 0.6; filter: alpha(opacity=60);
}
.HelpTopCenter
{
    width:29px;
    height:17px;
    margin:0px;
    padding:0px;
    float:left;
    border-top:solid 1px #97a7c5;
}
.HelpTopCenterTop
{
    width:29px;
    height:12px;
    overflow:hidden;
}
.CloseHelpWindow_btn
{
    border-width:0px; /*29 13*/
    cursor:pointer;
    height:12px;
    width:29px;
    margin:0px;
    padding:0px;
    /*margin: 1px 7px 0 0;*/
}
.HelpTopCenterBot
{
    width:29px;
    height:4px;
    margin: 0px 0 0 0;
    padding:0px;
    font-size:0px;
    opacity: 0.6; filter: alpha(opacity=60);
    background:#FFFFFF;
}
.HelpTopRight
{
    float:right;
    width:7px;
    height:17px;
    background: url(../pics/functions/Window_TE.gif) no-repeat right bottom;
    opacity: 0.6; filter: alpha(opacity=60);
}



.HelpWindowLeftBorder
{
    opacity: 0.6; filter: alpha(opacity=60);
    float:left;
    background:#FFFFFF url(../pics/functions/Window_LE.gif) no-repeat right top;
    height:449px;
    width:6px;
}

.HelpWindowRightBorder
{
    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;
}

.HelpWindowContent
{
    float:left;
    border:solid 1px #8a9bae;
    background:#FFFFFF;
    height:449px;
    width:387px;
    overflow:hidden;
}

.HelpWindowContent_frame
{
    padding:0;
    margin:0;
    height:449px;
    width:387px;
}

.HelpWindowContent_field
{
    padding:0;
    margin:0;
    height:422px;
    width:387px;
    overflow:auto;
    background:#f2f8f8;
}

.HelpWindowBot
{
    opacity: 0.6; filter: alpha(opacity=60);
    clear:both;
    background: url(../pics/functions/Window_BE.gif) no-repeat left top;
    width:401px;
    height:6px;
}

.HelpWindowContentTop
{
    background:#e4f0f0;
    height:32px;
    width:100%;
    border-bottom:solid 1px #FFFFFF;
}
.HelpWindowContentTop A
{
    font-weight:bold;
    color:Black;
    font-size:9px;
    text-decoration:none;
}

.Help_link
{
    float:left;
    padding: 0 0 0 16px;
    height:24px;
    line-height:24px;
}
.HelpBB_btn
{
    float:left;
    margin: 2px 0 0 8px;
}
.Help_drop
{
    font-family:Verdana;
    font-size:10px;
    margin:6px 0 0 12px;
    height:21px;
    width:176px;
    border:solid 1px #7f9db9;
    float:left;
}