* {
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	table-layout: fixed;
}
body {
	background-color: #f0f0f0;
	color: #444;
	font: 13px tahoma, verdana, arial;
}
a:link,a:visited {
	color: #1e69d1;
}
a:hover {
	text-decoration: underline;
}
input,select {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #444;
	font: 14px tahoma, verdana, arial;
	padding: 4px 3px 4px 3px;
	/* not valid ^^ */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/* ------------ */
}
select {
	padding: 3px 3px 4px 3px;
	padding-bottom: 3px;
}

.button {
	background-color: #99cc33;
	border: 1px solid #7aa329;
	padding: 3px 3px 2px 3px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font: bold 14px 'trebuchet ms', tahoma, verdana, arial;
	/* not valid ^^ */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* ------------ */
}
.button:hover {
	background-color: #88bb22;
	border: 1px solid #699218;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}

#content {
	border-top: 5px solid #e0e0e0;
	padding: 15px 0 51px 0;
}
#content #wrap,#footer #wrap {
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#content .div {
	background-color: #e0e0e0;
	margin: 0 5px 0 5px;
	width: 5px;
	height: 40px;
	display: block;
	float: left;
}
#content #logo {
	background: url('/images/logo.png') no-repeat #f0f0f0 left center;
	width: 126px;
	height: 40px;
	display: block;
	float: left;
	padding-right: 5px;
	border-right: 5px solid #e0e0e0;
	margin-right: 5px;
}
#content #tools {
	width: 859px;
	height: 40px;
	display: block;
	float: right;
	line-height: 40px;
}
#content #admin {
	width: 1000px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	border-top: 5px solid #e0e0e0;
	padding-top: 5px;
}
#content #pages {
	margin-top: 15px;
}
#content #pages a {
	background-color: #99cc33;
	border: 1px solid #7aa329;
	padding: 3px 7px;
	color: #fff;
	font: bold 14px 'trebuchet ms', tahoma, verdana, arial;
	/* not valid ^^ */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* ------------ */
	display: block;
	float: left;
	margin-right: 5px;
}
#content #pages a:hover {
	background-color: #88bb22;
	border: 1px solid #699218;
	text-decoration: none;
}
#content #pages a.sel {
	background-color: #e0e0e0;
	border-color: #d0d0d0;
	color: #777;
}

#punishments {
	width: 999px;
	border: none;
	text-align: center;
	margin-top: 15px;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}
#punishments tr,#punishments td {
	border: none;
}
#punishments tr {
	font: 13px tahoma, verdana, arial;
}
#punishments td {
	padding: 5px 4px 5px 5px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
#punishments #titles {
	background-color: #e0e0e0;
	font: bold italic 13px 'trebuchet ms', tahoma, verdana, arial;
}
#punishments #id {
	width: 44px;
}
#punishments #nick {
	width: 150px;
}
#punishments #reason {
	width: 250px;
}
#punishments #evidence {
	width: 95px;
}
#punishments #times {
	width: 55px;
}
#punishments #status {
	width: 55px;
}
#punishments #start {
	width: 135px;
}
#punishments #end {
	width: 135px;
}

#footer {
	background-color: #e0e0e0;
	position: fixed;
	height: 36px;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 35px;
	text-align: right;
}
#footer * {
	color: #777;
}
#footer span {
	font: 12px 'trebuchet ms', tahoma, verdana, arial;
}