﻿#mainPanel
{
    background-color: #ffffff;
    display:inline-block;
    padding-top:0px;
    padding-bottom:0px;
    border:2px solid #888888;
    border-top-left-radius: 0px;    
    border-top-right-radius: 25px;
    /*behavior: url('../../includes/behaviors/border-radius.htc');*/          
}
            
#mainPanel table, #mainPanel td
{
    border: 1px solid #bbbbbb;
    border-collapse:collapse;
    border-left-style:none;
    border-top-style:none;
    
    font-family:Arial;
    font-size:14px;
    font-weight:normal!important;
    text-indent:5px;
}

#bodyPanel table, #bodyPanel td
{
    border: 0;
    border-collapse:collapse;
}
            
#mainPanel th
{
    height:24px;
    background-image: url('../../images/grid_view/header_bg.png');
    background-repeat:repeat;

    border: 1px solid #bbbbbb;
    border-collapse:collapse;
    border-left-style:none;

    font-family:Arial;
    font-size:14px;
}
            
.innerTable
{
    width:100%;
    border-right-style:none!important;
}
        
.headerPanel
{
    height:39px; 
    border-top:1px solid #bbbbbb; 
    text-align:left; 
    padding-top:7px; 
    padding-left:10px
}
        
        
.rightCell
{
    border-right-style:none!important;
}

.progressBar
{
    height:8px;
    font-size:2px; 
    margin:0px;
    background-color:Olive;
}

#panelTitle
{
    padding: 4px 0px 4px 60px;  
    background-color:#f0f0f0;
    border-top-right-radius: 25px;
    text-align:left; 
    font-family:Arial; 
    font-weight:bold; 
    font-size:14px; 
}

#list
{
    overflow-y:auto;
    overflow-x:none; 
    display:block;
}

.listRow
{
    background-color: White;
    cursor:pointer;
}

.normalRow
{
    background-color: White;
    cursor:pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
} 

.selectedRow
{
    background-color: #d4ffc9;
    cursor:pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.noSelection1
{
	
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}