@charset "utf-8";
/* CSS Document */
table#colorTable {
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	/*	:Following inherited in-use from .defaultContentSet
		border-color: #DDDDAA;
	*/
	border-color: #616133;
	color: #D9D9D9;
	border-spacing: 10px;
	width: 80%;
}
td.table#colorTable {
	padding: 20px;
}
table#colorTable * {
	font-size: xx-small;
	color: #D9D9D9;
}
/*table#colorTable ul {
	margin: 2px 6px;
	list-style-position: inside;
}
*/
table#sampleIndex {
	border-spacing: 1px;
	color: #333333;
}
table#sampleIndex *  {
	color: #333333;
}
th.table#sampleIndex, td.table#sampleIndex {
	padding: 2px;
	white-space:nowrap;
}
table#sampleIndex td a {
	width:100%;
	display: table;
	padding: 1px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
/*table#sampleIndex a:hover {
	font-weight: normal;
	border: 1px solid #4A4A33;
	text-decoration: none;
}
*/
table#sampleIndex td a:hover {
	color: #D9D9D9;
	background-color: #333333;
}
table#sampleIndex th#luigiDeco {
	background-color: #D9D9D9;
	text-align: center;
	max-width: 90px;
}
table#sampleIndex td#luigiDeco {
	background-color: #D9D9D9;
	text-align: right;
}
