.box {border : 1px solid darkgrey; padding: 10px;}
.tablecell {border-bottom : 1px solid black;}
.content {
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	cursor: default;
}
.tableheader, .tableheader a {
	font: normal bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: white;
	background: black;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;	
}
.tabletotals {
	font: normal bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom:solid;
	border-top:solid;
	border-color:black;
	border-width:1px;	
	background: #c7d3b3;
}
.whiteback {
	background-color:white; /* JOE */
}
.indentboth {
	padding-left:30px;
	padding-right:30px;
}
hr {
	1px solid black;
}
.bordered {
  padding:10px;
  border: 1px solid #222222; /* JOE */
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.condensed {
	font-stretch:condensed
}

/* Theme Toggle Link - Classic Mode Styling */
.theme-toggle-link {
	display: inline-block;
	margin-top: 8px;
	padding: 4px 12px;
	color: #999 !important;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #666;
	border-radius: 3px;
}
.theme-toggle-link:hover {
	color: #fff !important;
	border-color: #999;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
}