table.simtable, table.simtable td
{
	border               : 1px solid #eee;
	border-collapse      : collapse;
  font                 	: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table.simtable
{
	border                :none;
	border                :2px solid #eee;
	width				  :100% 
}
table.simtable thead th,
table.simtable tbody th
{
	background            : #FFF url(../images/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #eee;
}
table.simtable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #eee;
  text-align            : left;
  font-weight           : normal;
}
table.simtable tbody tr td
{
	padding               : 5px 10px 5px 25px;
	background:url(../images/bullet_red.jpg) no-repeat 5px;
  color                 : #666;
}
table.simtable tbody tr:hover
{
  background            : #FFF url(../images/tr_bck.gif) repeat;
}

table.simtable tbody tr:hover td
{
  color                 : #454545;
}
table.simtable tfoot td,
table.simtable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #ddd;
	padding               : 4px;
  background            : #FFF url(../images/foot_bck.gif) repeat;
  color                 : #666;
}
table.simtable caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}

table.simtable a
{
	color                 : #333;
	font-size: 11px;
}
/*table.simtable a:link
{
	color                 : #666;
}
table.simtable a:visited
{
	color                 : #666;
}*/
table a:hover
{
	color                 : #c00;
	text-decoration       : underline;
}
/*table.simtable a:active
{
	color                 : #003366;
}*/
