/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/

table,th,td{
	border:1px solid #E4ECE5;
	border-collapse:collapse;
  white-space: nowrap;
}
table{
	border:none;
	border-top:1px solid;
}
thead th{
	background:url(images/img01.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
tbody td,tbody th{
	font-size:85%;
	padding:5px 10px;
	background:#eee;
}
tbody th{
	background:url(images/img01.gif) top left repeat-x #fff;
	color:#E1E9E2;
}
tbody tr.odd td{
	background:#D2DAD3;
}
tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
.wrap {
  white-space: normal;
}
.prompt {
  font-weight: normal;
}
.larger {
  text-size: 120%;
}
.right {
  text-align: right;
}
caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
