
table.admintable {
	width: 100%;
	font-size: 10px;
	border: thin solid #bbbbbb;
}

.profileStats .admintable {
	font-size: 10px !important;
}

table.admintable th {
	background: #0080C0;
	color: #ffffff;
	text-align: left;
	padding: 5px;
}

table.admintable td {
	padding: 5px 10px 5px 20px;
}

.admintable caption {
	background: #cccccc;
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
}

.admin_content table.admintable tr.trHover td,
.admin_content table.admintable tr.trHover td a {
	background: #C6DFF4;
	color: #000;
}

table tr.rowOdd td {
	background: #eaeaea;
}

table tr.rowEven td {
	background: #f3f3f3;
}

table tr td.center {
	text-align: center;
}

table img {
	border: none;
}

.large {
	font-size: 200% !important;
	font-weight: bold;
}

td.strong {
	font-weight: bold;
}
