﻿.Grid
{
	border:none;
	width:100%;
}
.gridThMiddle
{
background-color:#edeefa; 
font-size:11px;
border-top:none; 
border-left:1px solid #9BA0A4;
border-bottom:1px solid #9BA0A4; 
vertical-align:top;
background:url(../images/thcenter.gif) left top repeat; 
padding:5px 3px 3px 5px; 
color:#FFFFFF;	
}
.gridThLeft
{
background-color:#edeefa; 
font-size:11px;
border-top:none; 
border-left:none;
border-bottom:1px solid #9BA0A4; 
vertical-align:top;
background:url(../images/th1.gif) left top no-repeat; 
padding:4px 0 3px 7px; 
color:#FFFFFF;
width:30px;	
}
.gridThRight
{
background-color:#edeefa; 
font-size:11px;
border-top:none; 
border-left:1px solid #9BA0A4;
border-bottom:1px solid #9BA0A4;
border-right:none;
vertical-align:top;
background:url(../images/th2.gif) left top no-repeat; 
padding:4px 0 3px 7px; 
color:#FFFFFF;
width:20px;	
}
.tdFirst
{
	
}
.tdLast
{
	border-right:solid 1px;
}
.gridTdImage
{
	width:60px;
	height:60px;	
}

.Grid td
{
background-color:#FFFFFF;
border-bottom:1px solid #9BA0A4; 
border-left:1px solid #9BA0A4;
padding:3px 3px 2px 3px;
border-color:#9BA0A4;	
}
