﻿.PKWin
{
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    border: 0px solid Black;
    text-decoration:none;
    display: block;
    position: absolute;
    top: -3000px;
    left: -3000px;
    min-width: 300px;
    min-height:80px;
    text-align: center;
    background-color: White;
    padding: 0px 0px 0px 0px;
    margin-right: auto; margin-left: auto;
}
.PKWin_noBorder {border:0px solid black;}
.PKWin img { border:0px solid black; }
.PKWin_topPanel
{
    width: 100%;
    height: 60px;
    line-height:60px;
    display: block;
    background-image:url('images/topPanel_bg.png');
    border-bottom:1px solid #DDDDDD;
    background-repeat:repeat-x;
    min-width: 300px;
    cursor: pointer;
}
.PKWin_topPanel .PKWin_icon
{
    width:25px;
    height:25px;
    margin:18px 0px 0px 15px;
    display: inline-block;
    border:0px solid black;
    float: left;
    white-space: nowrap;
    display:none;
}
.PKWin_topPanel .PKWin_label
{
    font-size: 12px;
    line-height:60px;
    color:#333333;
    padding: 0px 0px 0px 15px;
    display: block;
    float: left;
    white-space: nowrap;
}
.PKWin_topPanel .PKWin_close
{
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    margin:25px 0px;
    position:relative;
    left:-15px;
    background-image: url('images/PKWin_close.png');
}
/*
.PKWin_topPanel .PKWin_close:hover
{
    background-image: url('images/PKWin_close_hover.png');
}*/
.PKWin_topPanel .PKWin_minimized
{
    width: 29px;
    height: 29px;
    display: block;
    float: right;
    margin-left:8px;
    background-size:100%;
    background-image: url('images/minimized.png');
}
.PKWin_bottomPanel
{
    width: 100%;
    height: 30px;
    display: block;
    min-width: 300px;
    cursor: pointer;
}
.PKWin_bottomPanel .PKWin_yes
{
    height: 25px;
    line-height: 25px;
    width: 80px;
    font-size:12px;
    display: block;
    background-color:#FEBE5F;
    color: Black;
    float: right;
    margin:30px 10px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.PKWin_bottomPanel .PKWin_yes:hover
{
    color: White;
}
.PKWin_bottomPanel .PKWin_no
{
    height: 25px;
    line-height: 25px;
    width: 80px;
    font-size:12px;
    display: block;
    background-color:#FEBE5F;
    color: Black;
    float: right;
    margin:30px 10px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.PKWin_bottomPanel .PKWin_no:hover
{
    color: White;
}
.PKWin_bottomPanel .PKWin_ok
{
    height: 25px;
    line-height: 25px;
    width: 80px;
    font-size:12px;
    display: block;
    background-color:#FEBE5F;
    color: Black;
    float: right;
    margin:30px 10px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.PKWin_bottomPanel .PKWin_ok:hover
{
    color: White;
}
.PKWin_content
{
    height:auto;
    width:auto;
    background-color:White;
    color:#333333;
    font-size:12px;
    display:block;
    overflow:auto;
}
.PKWin_mask
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 99999px;
    height: 99999px;
    z-index: 1000;
    background-color: Black;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.PKWin_navigation_left 
{
    position:absolute;
    top:0px;
    left:0px;
    background-size:100%;
    background-image:url('images/navigationBG.png');
    background-repeat:repeat;
    text-decoration:none;
}
.PKWin_navigation_left .arrow
{
    position:absolute;
    top:0px;
    left:0px;
    text-decoration:none;  
    width:44px;
    height:87px;
}
.PKWin_navigation_right
{
    position:absolute;
    top:0px;
    right:0px;
    background-image:url('images/navigationBG.png');
    background-repeat:repeat;
    text-decoration:none; 
}
.PKWin_navigation_right .arrow
{
    position:absolute;
    top:0px;
    left:0px;
    text-decoration:none;  
    width:44px;
    height:87px;
}
.PKWin_description
{
    height:auto;
    background-color: rgb(119, 119, 119);
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    text-align:left;
    padding:0px 10px 0px 10px;
    position:absolute;
    left:0px;
}
.PKWin_description .PKWin_text
{
    padding:10px 0px 10px 0px;
    opacity: 1;
    filter: alpha (opacity=100);
    color:Black;
}
#PKWin_bottomStrip
{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    height:85px;
    max-height:40px;
    min-height:30px;
    z-index:1100;
    background-image:url('images/bottomPanelBG.png');
    background-repeat:repeat;
    text-decoration:none;  
}
.PKWin_bottomStripItem
{
    width:200px;
    border:1px solid black;
    max-height:30px;
    min-height:20px;
    margin:5px 0px 0px 10px;
    display:inline-block;
    background-color:Gray;
    cursor:pointer;
    float:left;
}
.PKWin_loader
{
    background-image:url('images/loader.gif'); 
    width:32px;
    height:32px;
    display:block;   
}