body {
	font: 400 11pt/1.5 arial, tahoma, sans-serif;
}
table {
	width: 100%;
	font-size: .85em;
	margin: .5em auto 1em;
	border-collapse: collapse;
}
	table thead {
		text-align: center;
	}
		thead th {
			padding: .5em;
			text-align: left;
			font-weight: 700;
		}
	table tr {}
		table tr.alt {
			background: #eef7fb;
		}
	table td {
		padding: .5em;
		font-size: 1.15em;
		vertical-align: top;
	}
		table td.center {
			text-align: center;
			vertical-align: middle;
		}
		table td.slim {
			width: 1em;
		}

#wrap {
	overflow: auto;
}
#main #page {
	top: 0;
	width: 100%;
}
#QE_Toolbar, .QE_Link, #head, #col-1, #col-2, #foot,
#pb-tools, .txtbtn {
	display: none !important;
}

.secure #clients {
	clear: both;
	margin-top: 2em;
}
	.secure #clients th {
		border-bottom: 1px solid #ccbe93;
	}
		.secure #clients th.header {
			color: #666;
			cursor: pointer;
			padding-left: 20px;
			background: transparent url('img/bg-th-sort.png') no-repeat 5px 50%;
		}
		.secure #clients th.headerSortUp {
			color: #000;
			background-position: -295px 50%;
		}
		.secure #clients th.headerSortDown {
			color: #000;
			background-position: -595px 50%;
		}
	.secure #clients td {
		padding: 1em .5em;
		border-bottom: 1px solid #ccbe93;
	}

