﻿/* Common Styles */
.grid
{
    font-size:11px;
    font-family:Tahoma;
    border:solid 1px #333;
    background-color:#fff;
    padding:1px;
}
.grid .title
{
	background:#323A4B;
	color:#fff;
	height:30px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:16px;	  
	font-weight:bold;  
}
.grid .datatable
{
	width:100%;
}
/*.grid .datatable TH
{
	cursor: pointer; 
	text-align:left;
	height:17px;
	line-height:17px;
	padding:0px 4px;
	background:url(../img/gd.png) repeat-x -24px;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	color:#333;
}*/
.grid .datatable TD
{
	color:#222;
	text-align:left;
	padding:2px 4px;
	border-right:solid 1px #d9d9d9;
}
.grid .datatable TR.even { background-color:#fff; }
.grid .datatable TR.odd { background-color:#F0F0F6; }      
.grid .datatable TR.highlightrow { background-color:#E6E6FA; } 
.grid .datatable TD {color: #3d3d3d; border-bottom:solid 1px #d9d9d9;}    
 

/* Sorting Styles */
.grid .datatable TR TH.asc,
.grid .datatable TR TH.desc
{
    background:url(../img/gd.png) repeat-x;
}
.grid .datatable TH .sort { padding-right:21px; }
.grid .datatable TH.asc .sort
{
    background:url(../img/asc.gif) no-repeat center right;
}
.grid .datatable TH.desc .sort
{
    background:url(../img/desc.gif) no-repeat center right;
}

/* Theme specific styles */
.blue .grid .datatable TH
{
	background:url(../img/blue_hd_bg.png) repeat-x;
}
.blue .grid .title
{
	background:#495265;
}
.gray .grid .datatable TH
{
	background:url(../img/gray_hd_bg.png) repeat-x;
}
.gray .grid .title
{
	background:#323A4B;
}

.demo
{
	border-bottom:solid 1px #ccc;
	font-size:18px;
	height:23px;
	padding:10px 0px 2px 0px;
	margin-bottom:20px;
}


.GridNew {background-color: #fff; font-family:Calibri; color: #474747; width: 100%;  border-style:none !important;}
.GridNew tr th  {padding : 4px 2px; color: #252525; font-size: 15px; font-weight: bold;  border-bottom: 2px solid #32699d !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; }
.GridNew tr:not(:first-child) { border-top: 1px solid #ccc; transition: 0.4s; }

.GridNew td {padding : 6px 4px;  border-style:none !important;}

.GridNew .alt { background-color: white; }
.GridNew .pgr { background-color: white; }  

.GridNew tr:hover { background-color: whitesmoke; }

.GridNew .alt a {transition: 0.3s; color: #01366a; outline: none !important; text-decoration: none;}
.GridNew .pgr a {transition: 0.3s; color: #01366a; outline: none !important; text-decoration: none;}



.GridNew tbody tr td {padding: 15px 10px;}

.headEmptyTable{
    background-color: #fbfafa;
}