body {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-color: #000000;
	margin-left: 0;
	margin-top: 0; */
}

td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

a {
	color: #0000A0;
	text-decoration: none;
}

a:whitelink {
	color: #000000;
	text-decoration: none;
}

.topbar {
	padding: 10px;
	background: #3D62A2;
	color: #FFFFFF;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 20px;
	font-weight: bold;
}

.loginbox {
	width: 300;
	padding: 20px;
	border: solid 1px #A0A0A0;
}

.tabcontainer {
	width: 150px;
	float: left;
}

.tab {
	background: #3D62A2;
	//border-top: solid 1px #FFFFFF;
	//border-top: solid 1px #A0A0A0;
	border-right: solid 2px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	padding: 15px;
	color: #FFFFFF;
}

.tabactive {
	background: #FFFFFF;
	border-top: solid 2px #A0A0A0;
	border-left: solid 3px #A0A0A0;
	border-bottom: solid 4px #A0A0A0;
	padding: 20px;
}

.optedit {
	font-weight: bold;
	padding: 5px;
}

.optedit:hover {
	background: #DDDDFF;
	padding: 5px;
}

.optcreate {
	padding: 5px;
}

.optcreate:hover {
	background: #32FF32;
	padding: 5px;
}

.optdelete {
	padding: 5px;
}

.optdelete:hover {
	background: #FF3232;
	padding: 5px;
}

.mainpanel {
	background: #FFFFFF;
	border-top: solid 2px #A0A0A0;
	padding-left: 175px;
	padding-top:  25px;
}

.showcategory {
	color: #0000ff;
}

.description {
	color: #aa0088;
}

.header {
	font-style: bold;
	color: #ff0000;
	font-size: 10pt;
}

table.report {
	margin-top: 20px;
}

table.report tbody td,
table.report tbody th {
	text-align: left;
	padding: 0;
	padding-right: 10px;
	border-bottom: 2px solid #eee;
}

.report thead {
	font-weight: bold;
	color: #5656f4;
}

.report tbody tr:hover {
	background: #3453aa;
}

.report tr:hover a {
	color: #000000;
}

.report tr a {
	color: #000000;
}

.report_row1 {
	background: #9999f4;
}

.report_row2 {
	background: #aaaac7;
}

.report_row_banned {
	background: #ee7343;
}

.report_row_whitelist {
	background: #63ff43;
}


.report_date {
	background: #cccccc;
	padding-right: 3px;
}

.url {
	font-weight: bold;
}

.user_listed {
	font-weight: bold;
}

.padded {
	padding-left: 10px;
}

.filter {
	background: #aaaac7;
}

.filter_legend {
	color: #3453aa;
	font-weight: bold;
	font-size: 145%;
}

.error p {
	font-size: 110%;
	color: #aa6363;
}
