﻿#Cloak
{
    display: none;
    position: absolute;
    z-index: 5000;
    margin: 0px 0px 0px 0px;
    top: 0px;
    left:0px;
    background-color: black;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);  
    opacity: 0.7;  
}
#PopupBase
{
    display: none;
    position: fixed;
    _position: absolute;
    top:0px;
    width: 460px;   
    left: 0px;
    z-index:5001;
}
.Popup_TopLeft
{
    width: 3px;
    height:3px;
    background-image: url('images/Window/Win_TopLeft.gif');
    background-repeat: no-repeat;   
}
.Popup_Top
{
    height:3px;
    background-image: url('images/Window/Win_Top.gif');
    background-repeat: repeat-x;   
}
.Popup_TopRight
{
    width: 3px;
    height:3px;
    background-image: url('images/Window/Win_TopRight.gif');
    background-repeat: no-repeat;  
}
.Popup_Left
{
    width:3px;
    background-image: url('images/window/win_Left.gif');
    background-repeat: repeat-y;    
}
.Popup_Content
{
    background-color: White;
    vertical-align: top;
    text-align: left;  
}
.Popup_Right
{
    width:3px;
    background-image: url('images/window/win_Right.gif');
    background-repeat: repeat-y;    
}
.Popup_BottomLeft
{
    width: 3px;
    height:3px;
    background-image: url('images/window/win_BottomLeft.gif');    
    background-repeat: no-repeat;
}
.Popup_Bottom
{
    height:3px;
    background-image: url('images/window/win_Bottom.gif');    
    background-repeat: repeat-x;
}
.Popup_BottomRight
{
    width: 3px;
    height:3px;
    background-image: url('images/window/win_BottomRight.gif');    
    background-repeat: no-repeat;
}

.MenuRoot_VideoDemo
{
    display: block;
    position: static;
    clear: both;
    height: 26px;
    background-image: url('images/window/Popup_Title.gif');
    background-repeat: no-repeat;
    background-position: left top; 
    cursor:pointer;  
}


.Popup_SideMenuBase
{
    width: 220px;
    height: 350px;
    text-align: left;
    vertical-align: top;
    background-image: url('images/window/Popup_SideMenuBg.gif');    
    background-repeat: repeat-x;  
}
.Popup_ContentBase
{
    height: 350px;
    text-align: left;
    vertical-align: top;    
}
.PopupClose
{
    display: block;
    position: static;
    clear: both;
    height: 19px;
    background-image: url('images/window/Popup_Close.gif');
    background-repeat: no-repeat;
    background-position: right bottom; 
    cursor: pointer;    
}
.PopupTitle_Text
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    line-height: 40px;
    font-family: Verdana, Arial;
    font-size:  18px;
    font-weight: normal;
    font-style:normal;
    color: #006a71;
    text-align: left;
}
.PopupTitle_DHU
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_DHU.gif');
    background-repeat: no-repeat;
    background-position: left top;    
}
.PopupTitle_Introduction
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_Introduction.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_HCO
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_HCO.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_TTYToVoice
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_TTYToVoice.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_STS
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_STS.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_VCOToTTY
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_VCOToTTY.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_VCOToVCO
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_VCOToVCO.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupTitle_VCOToVoice
{
    display: block;
    position: static;
    clear: both;
    height: 40px;
    background-image: url('images/window/Popup_Title_VCOToVoice.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.PopupVideoBase
{
    display: block;
    position: static;
    clear: both;
    vertical-align: top;
    text-align: left;    
}
.NavigationMenuBasePopup
{
    width: 230px;
    vertical-align: top;
    text-align: left;    
}
.Popup_MenuPadding
{
    display: block;
    position: static;
    clear: both;
    vertical-align: top;
    text-align: left;
    margin: 15px 15px 25px 15px;    
}
.Popup_Menu_Active
{
    display: block;
    position: static;
    clear: both;
    text-align: left;
    line-height: 30px;
    border-bottom: solid 1px #d3e7e8;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #8f013e; 
    cursor: pointer;   
}
.Popup_Menu_InActive
{
    display: block;
    position: static;
    clear: both;
    text-align: left;
    line-height: 30px;
    border-bottom: solid 1px #d3e7e8;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #006a71;    
    cursor: pointer;
}