* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 13px;
	background: #242424 url(/images/forum/body.gif);
	margin: 0;
	padding: 0 0px;
}

#active a {
	text-decoration: none;
	color:#fff;
}

#active a:hover { 
	color: #000;

	background: #fff; 
	}

#imagehype p:hover {
	color: #FFF;
	background: #FF6633;
}

td.padding {
padding: 8px;
}

#footer {
background: #333333 url(/images/forum/AA_r6_c2.jpg) top left repeat-x;
padding: 0;
font-size: 10px; color: #923500; font-family: verdana, tahoma, arial, sans-serif; text-align: center;
}

#bgrepeat {
background: #333333 url(/images/forum/mtbg.gif) top left repeat-x;
padding: 0;
font-size: 14px; color: #000000; font-family: tahoma, arial, sans-serif;  font-weight: bold; text-align: center;vertical-align: middle;
}

#bgrepeatforum {
background: #333333 url(/images/forum/mtbgred.gif) top left repeat-x;
padding: 0;
font-size: 14px; color: #000000; font-family: tahoma, arial, sans-serif;  font-weight: bold; text-align: center;vertical-align: middle;
}

#bgrepeat2 {
background: #333333 url(/images/forum/aa_mdbg.jpg) top left repeat-x;
text-align: center;
padding: 0;
}

#leftstrip1 {
background: url(/images/forum/AA_r4_c1.jpg) top left repeat-y;
text-align: center;
padding: 0;
width: 8px;
}

#rightstrip1 {
background: url(/images/forum/AA_r4_c3.jpg) top left repeat-y;
text-align: center;
padding: 0;
width: 8px;
}

#leftstrip1small {
background: url(/images/forum/AA_r5_c1.jpg) top left repeat-y;
text-align: center;
padding: 0;
}

#leftstrip2 {
background: #333333 url(/images/forum/aa_m2_c3.jpg) top left repeat-y;
text-align: center;
padding: 0;
}

#rightstrip2 {
background: #333333 url(/images/forum/aa_m2_c1.jpg) top left repeat-y;
text-align: center;
padding: 0;
}

#gamemon {
color: #ffffff;
}

#donate {
font-size: 12px; color: #FCFF9A; font-family: verdana, tahoma, arial, sans-serif; text-align: center;font-weight: bold;
}

td.maintable {
	padding: 8px;
	margin:11;
	background: #111111;
	font-size: 1em;
	color: #999999; /*FCFF9A*/
	font-family: verdana, tahoma, arial, sans-serif;
/*	font-weight: bold; */
}

/* Form Elements */

.formtext {
	margin: 1px 1px;
	font-size: 1.5;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #D0D0D0;
	border: 1px solid #FF9000;
	background-color: #222;
}

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	border: 1px solid #444;
}
.btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: transparent;
	color: #AAA;
	border-style: none;
}
#helpline { color: #AAA; }

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #D0D0D0;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #D0D0D0;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #FFF; 
	color: #FFF;
}

label:hover { 
	color: #FF9000; 
}

.handcursor{
cursor:hand;
cursor:pointer;
}