table span {
	color: #A9A9A9;
	font-size: 80%;
	line-height: 120%;
	font-style: italic;
}

#tablelist td {
	color: #666;
	font-size: 80%;
	padding: 5px 0 5px 10px;
	margin: 0;
	z-index: -1000;
}

#tablelistfeature td {
	color: #666;
	font-size: 90%;
	padding: 5px 0 5px 10px;
	margin: 0;
	z-index: -1000;
}

#feature {
	color: red;
	font-size: 90%;
	font-style: italic;
}

#tablelisthighlight {
	background-color: #DCDBDB;
}

#tablelist td a:link,
#tablelist td a:visited {
	color: #666;
	text-decoration: none;
}

#tablelist td a:hover,
#tablelist td a:active {
	color: #666;
	text-decoration: underline;
}

#tablelist th {
	font-size: 100%;
	text-align: left;
	padding: 10px 0;
}

#tablelist th span {
	color: #666;
	font-size: 90%;
	font-weight: bolder;
	padding: 5px 25px 10px 10px;
	margin: 0;
	background: url("../../images/interface/tables/header/label-default.gif") no-repeat top right;
}

#hi {
	background: url("../../images/interface/tables/row-hi.gif") repeat-x bottom left;
}

#lo {
	background: url("../../images/interface/tables/row-lo.gif") repeat-x bottom left;
}

#tableletterformat {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
}

#tableletterformatbody {
	font-size: small;
	padding: 20px;
	margin: 0 0 0 0;
}

#tableletterformatdata {
	font-size: 90%;
	padding: 0 20px;
	margin: 0 0 0 0;
}

#tableletterformatdata th {
	text-align: left;
	padding: 5px 0;
}

#tableletterformatdata td {
font-size: smaller;
	padding: 5px;
	margin: 0;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.classhighlight {
	font-size: 200%;
}

hr {
	border: 1px solid #ccc;
}

/** Table / Button */

#tableuibutton {
	padding: 0;
	margin: 0;
}