body {
	color: #909090;
	font: 10px Trebuchet MS;
}
a:link, a:visited, a:active {
	color: #909090; 
}
a:hover {
	text-decoration: none;
}
#main_mid, .box_mid {
	text-align: left;
}
#footer {
	color: #5591b2;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

.modonline {
	color: green;
}

.modoffline {
	color: red;
}

.modprivate {
	color: blue;
}
#login label
{
  color: #6e6e6e;
  font-weight: bold;
}

#login input, #shoutbox-footer input, #shoutbox-footer textarea
{
  font-size: 7.5pt;
  font-family: Verdana;
}
.forminput {
	width: 185px;
	height: 19px;
	border:0;
	margin: 0;
	padding: 2px 61px 0 4px;
	font: 10px Trebuchet MS;
	background: url(../images/input.png);
}
.forminput:hover {
	width: 185px;
	height: 19px;
	border:0;
	margin: 0;
	padding: 2px 61px 0 4px;
	font: 10px Trebuchet MS;
	background: url(../images/input.png);
}
input {
	border: 1px solid gray;
	font-size: 11px;
	padding: 2px;
}
select {
	border: 1px solid gray;
	font-size: 11px;
	cursor: pointer;
	padding: 2px;
}
textarea {
	border: 1px solid gray;
	font-size: 11px;
}
.button {
	width: 72px;
	height: 21px;
	border:0;
	cursor: pointer;
	background: url(../images/submit.PNG);
}
.button:hover {
	width: 72px;
	height: 21px;
	border:0;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: url(../images/submit.PNG);
}
input:hover {
	border: 1px solid black;
}
select:hover {
	border: 1px solid black;
}
textarea:hover {
	border: 1px solid black;
}

.rareimages {
	height: 40px;
	width: 40px;
	float: left;
	text-align: center;
	margin: 5px;
}

.badge {
	height: 80px;
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 18px;
}

.modlist {
	height: 20px;
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 18px;
}

.stafftable {
	height: 60px;
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 20px;
}

.staffblock { background: white url(../images/staffblock/bg.png); width: 80px; height: 60px; margin: 6px; padding: 5px; border: 1px solid #e3e3e3; float: left; -moz-border-radius:5px; -webkit-border-radius:5px; }
.staffblock:hover { background: #f7f7f7; }
.stafftrigger { color: #ababab; cursor: pointer; text-align: center; }
.staffblock_container { background: #f7f7f7; width: 250px; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; margin: -67px 0 0 80px; padding: 10px; position: absolute; -moz-border-radius:5px; -webkit-border-radius:5px; }
.staffblock a { text-decoration: none; }

#dhtmltooltip{
position: absolute;
font-size: 10px;
left: -300px;
border: 2px solid black;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.newusable {
	background: url(../images/newusable.png);
	width: 175px;
	height: 55px;
	display: block;
	position: absolute;
	margin: 80px 0 0 425px;
}

.newusable:hover {
	background: url(../images/newusable-hover.png);
}