/* TABLES
--------------------------------------------- */
caption {
	padding: 0 0 5px 0;
	/*width: 700px;	 */
	font: italic 11px;
	text-align: right;
}

th {
	font-size:  1.1em;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #D7E4ED;
	border-bottom: 1px solid #D7E4ED;
	border-top: 1px solid #D7E4ED;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #D7E4ED;
	background: none;
}

td {
	font-size:  1.2em;
	border-right: 1px solid #D7E4ED;
	border-bottom: 1px solid #D7E4ED;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #D7E4ED;
	border-top: 0;
	font: bold 12px;
}

th.specalt {
	border-left: 1px solid #D7E4ED;
	border-top: 0;
	font: bold 12px;
	color: #797268;
}
