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

table.berratable, .berratable td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  	/*font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/	
}
table.berratable
{
	border                :none;
	border                :1px solid #CCC;
}
.berratable thead th,
.berratable tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  border-bottom         : 1px solid #CCC;
}
.berratable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
.berratable tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
.berratable tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

.berratable tbody tr:hover td
{
  color                 : #454545;
}
.berratable tfoot td,
.berratable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
/* 	background-image      : url(foot_bck.gir);*/
  color                 : #666;
}
.berratable caption
{
	text-align            : left;
	/*font-size             : 120%;*/
	padding               : 10px 55px;
 position:relative;
	font-size             :22px;
	font-style	      		:italic; 
	font-weight           :bold;
	/*font-family           :Georgia;*/ 
	/*color                 : #666;*/
}
.berratable table a:link
{
	color                 : #666;
}
.berratable table a:visited
{
	color                 : #666;
}
.berratable table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
.berratable table a:active
{
	color                 : #003366;
}