﻿.ReportSearchFilterTable
{
    border : 0px;
    margin : 0px;
    padding : 0px;
    
    float : left;
    
    background-color:Transparent; 
   
    font-family : Arial, MS Sans Serif;
    font-size : 8pt;
}

.ReportSearchFilterTableRow
{
    border : 0px;
    margin : 0px;
    padding : 0px;
    
    font-family : Arial, MS Sans Serif;
    font-size : 8pt;
}

.ReportSearchFilterTableCol
{
    border : 0px;
    margin : 0px;
    padding : 0px;
    padding-left : 5px; 
    
    font-family : Arial, MS Sans Serif;
    font-size : 8pt;
}

.DWellTimeReportWebPanelHeaderStyle
{
	background-color : #ECECEC;
}

.DWellTimeReportGraphDiv
{
   float:left;
   width:80%;
   height : 100%;
   
   padding-left : 200px;
  
}

.TopRowTabStyle
{
     padding-left : 30px;
     padding-right : 30px;
    
     background-image : URL(Images/centerMenuFill.png);
     background-repeat :repeat;
}

.ExportExcelBtnAbsoulateStyle
{
	position : absolute; 
	top: 470px; 
	left: 1345px; 
	z-index: 1;
	float:left;
}

.PopUpMapBtnAbsoulateStyle
{
	position : absolute; 
	top: 470px; 
	left: 1385px; 
	z-index: 1;
	float:left;
}

.GribCellStyle
{
    padding-right : 10px; 
	padding-left : 10px;
	
    border : Solid 1px LightGray;
    
    font-weight : bold;
    text-align:center;
}

