
/* 
	Muffins at 11 o'clock.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td {
	border                : 1px solid #CCC;
	border-collapse       : collapse;
  	font                  : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table {
	border                :none;
	border                :1px solid #CCC;
}
thead th, tbody th {
	background            : #FFF url(../images/th_bck.gif) repeat-x;
  	color                 : #666;  
	padding               : 2px 4px;
  	border-left           : 1px solid #CCC;
}



/* tbody th {
  	background            : #fafafb;
  	border-top            : 1px solid #CCC;
  	font-weight           : normal;
}
*/
tbody tr td {
	padding               : 2px 4px;
  	color                 : #666;
}
tbody tr td .small {
	clear			: both;
	color			: #808080;
	font-size		: 0.8em;
	line-height		: 6px;
}
tbody tr td .red {
	clear			: both;
	color			: #ff0000;
	font-size		: 0.8em;
}
tbody tr th .red {
	clear			: both;
	color			: #ff0000;
	font-size		: 0.8em;
}
tbody tr:hover {
 	 background           : #FFF url(../images/tr_bck.gif) repeat;
}

tbody tr:hover td {
 	 color                : #454545;
}
tfoot td, tfoot th {
  	border-left           : none;
  	border-top            : 1px solid #CCC;
	padding               : 4px;
  	background            : #fff url(../images/foot_bck.gif) repeat;
  	color                 : #666;
}
caption {
	text-align            : left;
	font-size             : 120%;
	padding               : 6px 0;
	color                 : #666;
}
table a:link {
	color                 : #666;
	text-decoration       : underline;
}
table a:visited {
	color                 : #666;
	text-decoration       : none;
}
table a:hover {
	color                 : #003366;
	text-decoration       : underline;
}
table a:active {
	color                 : #003366;
}
