﻿/* table style */
.datagrid
{
	font-family: Tahoma, Verdana, MS Sans Serif;	
	font-size:13px;
	/*width:100%;*/
	border:solid 1px #197737;
}

/* common cell styles */
.datagrid th, .datagrid td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.datagrid th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#4ae87c;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#197737;
    background:#4bf080; 
    color:#000000;	
    font-weight:lighter;
    text-align:center;    
}  

/* cell styles */
.datagrid td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#4ae87c;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#42afe7;	
}

.datagrid tr{ background-color:#FFFFFF; }

/* mouseover row style */
.datagrid tr:hover{ background-color:#d6fbe2; }

.selectedrow
{
    background-color:#AAE3A9;
    color:#333333;    
}
.alternaterow
{
    background-color:#F7F6F3;
    color:#284775;    
}

.detailgrid
{	
    color:#000000;
	font-size:12px;	
	border:solid 1px #197737;
	background-color:#d6fbe2;
	font-family: Tahoma, Verdana, MS Sans Serif;	
}
/* header cell style */
.detailgrid th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#4ae87c;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#197737;
    background:#4bf080; 
    color:#000000;	
    height:20px;    
    font-weight:bold;
    text-align:left;    
}  
.close {	
    DISPLAY: block;	
    BACKGROUND: url(img/icons/close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   


