﻿.grid 
{ 
	/*width:700px; */
	font-family:Tahoma;
}
.grid H2 
{ 
	margin:0; 
	padding:0; 
	color:#ffffff;	
	height:20px;
	line-height:20px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
    border-bottom:solid 1px #bbd9ee;
}
.grid .item  
{
	width:20px;	
}
.grid .deleteAbleLink  
{
	width:20px;	
}
.grid .aantal  
{
	width:20px;	
}
.grid .bruto  
{
	background-color:yellow;
	width:20px;	
}

.grid .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:right;
    padding:2px 4px;
    color:#333333;    
    border-bottom:solid 2px #bbd9ee;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	color:#0066cc;
}
.grid .datatable TH.sortasc A 
{ 
	background:url(images/asc.gif) right center no-repeat;
	padding-right:18px;
}
.grid .datatable TH.sortdesc A 
{ 
	background:url(images/desc.gif) right center no-repeat; 
	padding-right:18px;
}
.grid .datatable TD
{
    font-size:11px;
    text-align:right;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}
.grid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.grid .datatable .first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
    background-image:url(images/bullet.gif);
} 
.grid .datatable .deleteAbleLink a
{
	color: Red;
	font-weight: bold;
    text-decoration:none;
    border:none;
}
/* Data Pager Styles */
.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	                
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.grid .pager A.command:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current
{
    border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
    font-size:18px;
}
