/* table formatting */
.tformat {
	width:96%;
	border-collapse:collapse;
	margin:0 auto;
	padding:0 0 12px 0;
	font-size:120%;
	line-height:1.5em;
	color:#666}

.tformat td,
.tformat th {
	text-align:right;
	border:1px solid;
	border-color:#fefefe #e3e3e3 #e3e3e3 #fefefe;
	padding:2px 5px;
	font-size:0.7em;
	width:25%}

.tformat th {
	font-size:115%;
	background-color:#ccc;
	color:#333;
	border:1px solid;
	border-color:#cecece #c3c3c3 #c3c3c3 #cecece}

.tformat .on {
	background-color:#fff}

.tformat .off {
	background-color:#e7f3fe}

.tformat .hover {
	background-color:#fcc;
	cursor:pointer}

.tformat .click {
	background-color:#c33;
	color:#fff;
	font-weight:bold;
	cursor:pointer}

table {
	border:6px solid #fefefe;
	background-color:#fefefe}

table tr th {
	border-bottom:1px solid #ccc;
	background-color:#eee}

table tr td {
	padding:3px;
	border:1px solid;
	border-color:#eee #ccc #ccc #eee}


table tr td.yellow {
	background-color:#ff0}

table tr td.grey {
	background-color:#ccc}

table tr:hover {
	background-color:#48545d;
	color:#f1f4f4;
	border:1px solid;
	border-color:#41535d #5d8483 #5d8483 #41535d}

#standard-table tr:hover em,
#pricestable tr:hover em,
table tr:hover th,
table tr:hover td  {
	background-color:#48545d;
	color:#f1f4f4}