/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

.mytable
{
	padding:9px 0;

}

.mytable table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	vertical-align:middle;

}
.mytable table
{
	border                :none;
	border                :1px solid #CCC;
}
.mytable thead th,
tbody th
{
	background            : #FFF url(../images/th_bck.gif) repeat-x;
	color                 : #000;  
	padding               : 5px 3px;
	border          	 : 1px solid #CCC;
	font-size			:11px;
	text-align			:center;
	font-weight			:bold;
}
.mytable tbody th
{
  background            :#fff;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;

  
}
.mytable tbody th.special
{
  text-indent			:0px;
  font-size             :11px;
  color					:#000;
  background-color		:#FFF;
  text-align            :left;
  font-weight           :bold;
  border				:1px solid #CCC;
}

.mytable tbody tr td
{
	padding               : 5px 10px;
	text-align:left;
	vertical-align:middle;

}

.mytable tbody tr:hover td
{
  color                 : #454545;
}
.mytable tfoot td, tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding             : 4px;
  background            : #FFF url(../images/foot_bck.gif) repeat;
  color                 : #666;
}
.mytable caption
{
  background            : #FFF url(../images/captionbg.jpg) no-repeat -3px -3px;
text-align            : left;
text-indent:19px;
	font-size             : 120%;
	font-weight:bold;
	padding               : 5px 0;
	color                 : #fff;
}
.mytable a
{
		padding-left:9px;
		color                 : #003891;
		text-decoration:none;

}
.mytable a:visited
{
		color: #003891;
		text-decoration:none;
}
.mytable a:hover
{
		color: #003891;
		text-decoration:none;
}
.mytable a:active
{
		color: #003891;
		text-decoration:none;
}