.nowrap {
	/*white-space: nowrap; */
}
.qslred {
	background-color: #f00;
}
.qslgreen {
	background-color: #f00;
}
canvas.stats {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 700px;
}
.centerTable { margin: 0px auto; }
.hidden {
	display: none;
}
.center {
	text-align: center; 
}
.bggreen {
	background-color: #0f0;
}
.logtable {
	/* border-spacing: 0px; */
}
.logheader {
	background-color: #bbb;
}
.odd {
	background-color: #fff;
}
.even {
	background-color: #eee;
}
.activatedtable {
	border-spacing: 0px;
}
.activatedheader1 {
	background-color: #bbb; width: 50px;
}
.activatedheader {
	background-color: #bbb; width: 40px;
}
.activatedfooter {
	background-color: #bbb;
}
.lastqsotable {
	border-spacing: 0px;
}
.lastqsoitem {
	padding-left:  20px;
	padding-right: 20px;
}
.lastqsoheader {
	background-color: #bbb; 
	/* width: 200px; */
}
.dxcctable {
	border-spacing: 0px;
}
.dxccheader1 {
	background-color: #bbb; width: 250px;
}
.dxccheader {
	background-color: #bbb; width: 140px;
}
.dxccfooter {
	background-color: #bbb;
}
.dxccqsl {
	background-color: #0f0;
}
.numeric {
	text-align: right;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.ambtable {
	border-spacing: 0px;
}
.ambheader1 {
	background-color: #bbb; width: 150px;
}
.ambheader {
	background-color: #bbb; width: 50px; height: 50px;
}
.ambitem {
	width: 50px; height: 50px;
}
.ambfooter {
	background-color: #bbb;
}
.strong {
	font-weight:bold;
}
.leftborder {
	border-left: 1px solid black;
}
.topborder {
	border-top: 1px solid black;
}

.rightborder {
	border-right: 1px solid black;
}
.bottomborder {
	border-bottom: 1px solid black;
}

