/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/
#glossaryTable td{
	color: #666666;	
}
#glossaryTable thead th{
	padding:5px 10px;
	font-size:0.9em;
	color:#ffffff;
	background-color: #82C0DF;
	text-align: center;
	font-family: "Century Gothic";
}
.glossaryTable {
	float: right;
	width: 36em;
}

#glossaryTable tbody td,tbody th{
	padding:5px 10px;
	background:#ffffff;
	color: #333333;
	font-family: "Century Gothic";
	font-size: 0.9em;
}
#glossaryTable tbody th{
	background:#fff;
	color:#666666;
	text-align: left;
}
#glossaryTable tbody tr.odd td{
	background:#D7EBF4;
	text-align: left;
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #333333;
}
#glossaryTable tbody tr.odd th{
	background:#82C0DF;
	color:#666666;
	font-family: "Century Gothic";
	font-size: 0.9em;
}
#glossaryTable tfoot td,tfoot th{
	border:none;
	padding-top:10px;
	text-align: center;
	background:#fff;
}
#glossaryTable caption{
	font-family:"Century Gothic";
	text-align:left;
	padding:10px 0;
	color:#666666;
}
