.clsCoreFloater_frame
{
    position: relative;
    overflow: hidden;
    margin-top:5px;
    margin-bottom:20px;
}

.clsCoreFloater_blue_top
{
    position: relative;
    overflow: hidden;

    background: linear-gradient(90deg,#00000c 0px,#0605a9 500px);
    border-radius: 20px 20px 0px 0px;
    height: 25px;        
}
.clsCoreFloater_cyan_top
{
    position: relative;
    overflow: hidden;

    background: linear-gradient(90deg,#00000c 0px,#083e6d 500px);
    border-radius: 20px 20px 0px 0px;
    height: 25px;        
}
.clsCoreFloater_gray_top
{
    position: relative;
    overflow: hidden;

    background: linear-gradient(90deg,#000000 0px,#393939 500px);
    border-radius: 20px 20px 0px 0px;
    height: 25px;        
}

.clsCoreFloater_blue_top > span, .clsCoreFloater_cyan_top > span, .clsCoreFloater_gray_top > span
{
    color: white;
    margin-left: 65px;
    position: relative;
    top:3px;

    font-family: arial;
    font-weight: bold;
    font-size:14px;
}

.clsCoreFloater_blue_bottom
{
    position: relative;
    overflow: hidden;
    
    border-bottom:1px solid #00000c;
    border-right:1px solid #0605a9;
    border-left:1px solid #00000c;
    
    border-radius: 0px 0px 20px 20px;
    height: 25px; 
}
.clsCoreFloater_cyan_bottom
{
    position: relative;
    overflow: hidden;
    
    border-bottom:1px solid #00000c;
    border-right:1px solid #083e6d;
    border-left:1px solid #00000c;
    
    border-radius: 0px 0px 20px 20px;
    height: 25px; 
}
.clsCoreFloater_gray_bottom
{
    position: relative;
    overflow: hidden;
    
    border-bottom:1px solid #000000;
    border-right:1px solid #393939;
    border-left:1px solid #000000;
    
    border-radius: 0px 0px 20px 20px;
    height: 25px; 
}

.clsCoreFloater_blue_center
{
    position: relative;
    overflow: hidden;

    border-left: 1px solid #00000c;
    border-right: 1px solid #0605a9;
 
    padding:10px;
    padding-bottom: 0px;
}
.clsCoreFloater_cyan_center
{
    position: relative;
    overflow: hidden;

    border-left: 1px solid #00000c;
    border-right: 1px solid #083e6d;
 
    padding:10px;
    padding-bottom: 0px;
}
.clsCoreFloater_gray_center
{
    position: relative;
    overflow: hidden;

    border-left: 1px solid #000000;
    border-right: 1px solid #393939;
 
    padding:10px;
    padding-bottom: 0px;
}

.clsCoreFloater_content
{
    position: relative;
    overflow: hidden;

    font-family: arial;
    font-weight: bold;
    font-size:13px;

    
}





#idCoreFloater_frame_web_1_2
{
    width:50%;
    float: left;
}
#idCoreFloater_frame_web_1_2 > .clsCoreFloater_cyan_top,
#idCoreFloater_frame_web_1_2 > .clsCoreFloater_cyan_center,
#idCoreFloater_frame_web_1_2 > .clsCoreFloater_cyan_bottom
{
    margin-right:10px;
}


#idCoreFloater_frame_web_1_3
{
    width:50%;
    float: left;
}
#idCoreFloater_frame_web_1_3 > .clsCoreFloater_cyan_top,
#idCoreFloater_frame_web_1_3 > .clsCoreFloater_cyan_center,
#idCoreFloater_frame_web_1_3 > .clsCoreFloater_cyan_bottom
{
    margin-left:10px;
}


#idCoreFloater_frame_web_2_1
{
    width:75%;    
}

#idCoreFloater_frame_web_2_2
{
    width:75%;    
    left:25%
}

#idCoreFloater_frame_imp_2_1
{
    width:100%;   
}

.clsCoreFloater_pageframe
{
    position: relative;
    overflow: hidden;   
}

.clsCoreFloater_pageframe_invisible
{
    height: 0px;
    width: 0px;
    margin:0px;
    padding: 0px;
    visibility: hidden;
}

.clsCoreFloater_pagearrows
{
    width: 100%;
    text-align: center;
}

.clsCoreFloater_pagecenter
{
    position: relative;
    overflow: hidden;   
}