.playerLayer{
    z-index: 1;
    
    position: absolute; 

    width: 240px;
    left: 114px; 
    top: 42px;
    
    padding: 0px;
        
    background-color:#FFFFFF;    
}

.playerSelectLayer{
    
    position: absolute;     
    
    height:20px; 
    left: 114px; 
    top: 276px;
    
    text-align: center;
}

.pptLayer{
    border: 1px solid #000000;
    border-bottom: 0;
    z-index: 1;    

    position: absolute;

    width:420px; 
    height: 331px; 
    left: 363px; 
    top: 42px;
    
    background-color:#FFFFFF;    
}

.tabPanelLayer{
    z-index: 1;    
    
    position: absolute;
    
    width:244px; 
    height:173px;
    left: 114px; 
    top: 284px;
}

.tabPanelLayerNetshow{
    z-index: 1;
    
    position: absolute;
    
    width:244px; 
    height:173px;
    left: 114px; 
    top: 300px;
}

.chatLayer{
    z-index: 1;

    position: absolute;

    width:420px; 
    height: 151px;
    left: 364px;
    top: 387px;
    border: solid 1px #000;
    background-color: #FFFFFF;       
}
