﻿/* table style */
.datagrid
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:700px;
	border:solid 1px #165c8c;
}

/* 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:#165c8c;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#165c8c;
   /* background:#457FB9 url(../night/mt_back.gif) repeat-x; */
    background:url(../img/tm.gif) repeat;
    height:23px;
    margin-right:9px;
    color:#FFF;	
    font-weight:bold;
    text-align:center;    
}  

/* 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: #16538c;
    vertical-align: top;
}

/* mouseover row style */
.datagrid tr:hover{ background-color:#E9F2FA; }



