﻿table.mss-GrayTable, table.mss-GrayTable td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table.mss-GrayTable
{
	border                :none;
	border                :1px solid #CCC;
	width:100%;
}
table.mss-GrayTable thead th,
table.mss-GrayTable tbody th
{
	background            : #FFF url(../../images/table/graytheme/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  text-align:left;
}
table.mss-GrayTable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
table.mss-GrayTable tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
table.mss-GrayTable tbody tr:hover
{
  background            : #FFF url(../../images/table/graytheme/tr_bck.gif) repeat;
}

table.mss-GrayTable tbody tr:hover td
{
  color                 : #454545;
}
table.mss-GrayTable tfoot td,
table.mss-GrayTable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(../../images/table/graytheme/foot_bck.gif) repeat;
  color                 : #666;
}
table.mss-GrayTable caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
	display:none;
}
table.mss-GrayTable a:link
{
	/*color                 : #666;*/
}
table.mss-GrayTable a:visited
{
	/*color                 : #666;*/
}
table.mss-GrayTable a:hover
{
	/*color                 : #003366;
	text-decoration       : none;*/
}
table.mss-GrayTable a:active
{
	color                 : #003366;
}
table.mss-GrayTable img
{
	border:0px;
}
