﻿/* table style */
table.grvStyle
{
	border: solid 1px #B93A11;
}

/* header cell style */
.grvStyle th
{
	color:White;
	border-right-color: #B93A11;
	border-bottom-color: #B93A11;
	background: #B93A11 url(mt_back.gif) repeat-x;
	height: 15px;
}
.grvStyle a
{
	color: White;
}
.grvStyle a : hover
{
	color: #CCCCCC;
}
/* cell styles */
.grvStyle td
{
	color: #edb37d;
	border-bottom-color: #B93A11;
	border-right-color: #B93A11;
}

/* mouseover row style */
.grvStyle .row-over
{
	background-color: #EFEFEF;
}

/* mouse selectrow style */
.grvStyle .row-select
{
	background-color: #DADADA;
}

