@charset "utf-8";
/* CSS Document */

/* Sens Display */
.sensTable{
	border-left:thin solid #C3C5C5;
	border-top:thin solid #C3C5C5;
}

.sensTable tbody, tr, td{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.tdlisting {
	border-bottom:thin solid #C3C5C5;
	border-right:thin solid #C3C5C5;
	padding:5px;
}

/* Market Indicators */

.indicatorsTable{
	border-left:thin solid #C3C5C5;
	border-top:thin solid #C3C5C5;
}

indicatorsTable tbody, tr, td{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


.fieldname, .fieldvalue {
	border-bottom:thin solid #C3C5C5;
	border-right:thin solid #C3C5C5;
	padding:5px;
}