﻿/* table style */
.datagrid
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:800px;
	border:solid 1px #ad9e87;
}
.datagridnarrow
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:400px;
	border:solid 1px #ad9e87;
}

/* common cell styles */
.datagrid th, .datagrid td
{
	cursor:default;
	height:20px;
}
/* common cell styles */
.datagridnarrow th, .datagrid td 
{
	cursor:default;
	height:20px;
}

/* header cell style */
.datagrid th
{
	border-right: 1px solid #999966;
	border-bottom: 2px solid #999966;
background:#999966 url('../images/mt_back.gif') repeat-x;
    	color:#ffffff;	
    	font-weight:bold;
    	text-align:center;    
}  




.datagridnarrow th
{
	border-right: 1px solid #ad9e87;
	border-bottom: 2px solid #ad9e87;
	background:#5f98a3 url('../images/mt_back.gif') repeat-x;
    color:#ffffff;	
    font-weight:bold;
}  


.datagridfooter
{    
	border-right: 1px solid #ad9e87;
	border-bottom: 2px solid #ad9e87;
	background:#5f98a3 url('../images/mt_back.gif') repeat-x;
    color:#ffffff;	
    font-weight:bold;
}

/* cell styles */
.datagrid td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

.datagridnarrow td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

/* mouseover row style */
.datagrid tr:hover{ background-color:#f2e8da; }
