﻿.panel
{
    position:absolute;
    z-index: 200;
    display:none;
    background:#fbfdff;
}

.panel_content
{
    width:100%;
    height:100%;
    overflow:auto;
    z-index:300;
    position:relative;
    
    text-align:center;
}

.panel_mask
{
    position:absolute;
    z-index: 199;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
}

.panel_decorator
{
    position:absolute;
    display:block;
}
.panel_top_left
{
    width:11px;
    height:11px;
    top:-11px;
    left:-11px;
}
.panel_top_right
{
    width:11px;
    height:11px;
    top:-11px;
    right:-11px;
}

.panel_bottom_right
{
    width:11px;
    height:11px;
    bottom:-11px;
    right:-11px;
}
.panel_bottom_left
{
    width:11px;
    height:11px;
    bottom:-11px;
    left:-11px;
}

.panel_top
{
    height:11px;
    background-repeat: repeat-x;
    top:-11px;
    left:0;
    right:0;
}

.panel_right
{   
    width:11px;
    background-repeat: repeat-y;
    right:-11px;
    top:0;
    bottom:0;
}

.panel_bottom
{
    height:11px;
    background-repeat: repeat-x;
    bottom:-11px;
    left:0;
    right:0;
}

.panel_left
{
    width:11px;
    background-repeat: repeat-y;
    left:-11px;
    top:0;
    bottom:0;
}

.panel_back
{
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:201;
}

.panel_close
{
    position:absolute;
    top:-20px;
    left:-20px;
    z-index:301;
    cursor:pointer;
}

.panel_loader
{
    position:absolute;
    display:none;
    vertical-align:middle;
    z-index:202;
}

/* Content */
.panel_header
{
    margin-top:25px;
    text-align:center;
}

.panel_icon
{
    
}

.panel_title
{
    font-size:26px;
    font-weight:bold;
}

.panel_sub_title
{
    color:#164c7b; /*#91a5b7;*/
    margin:5px;
}

.panel_table
{
    width:90%; 
    margin-left:auto; 
    margin-right:auto;
    position:relative; 
    border: 2px solid #3472a7; 
    text-align:left; 
    -webkit-box-shadow: #b5cee4 2px 2px 5px;
    -moz-box-shadow: #b5cee4 2px 2px 5px;
    box-shadow: #b5cee4 2px 2px 5px;
    vertical-align:middle;
}

.panel_table thead
{
    background:url('/Content/images/content_group_mid.png') repeat-x;
}

.panel_table thead tr
{
    height:37px;
}

.panel_table_header_left
{
    position:absolute; 
    left:0; 
    top:0;
    display:none;
}

.panel_table_header_right
{
    position:absolute; 
    right:0; 
    top:0;
    display:none;
}

.panel_table tbody tr td
{
    padding:5px;
}

.panel_table_row_even td
{
    background:#fff;
}

.panel_table_row_odd td
{
    background:#f2f6fa;
}

.panel_box
{
    width:550px;
    background:#f2f6fa;
    margin-left:auto; 
    margin-right:auto;
    margin-top:50px;
    position:relative; 
    border: 2px solid #3472a7; 
    text-align:center; 
    -webkit-box-shadow: #b5cee4 2px 2px 5px;
    -moz-box-shadow: #b5cee4 2px 2px 5px;
    box-shadow: #b5cee4 2px 2px 5px;
    
    font-weight:bold;
    padding:20px;   
}