/*=================================
--General Stuff--------------------- */
body {
	font-family: verdana;
	color: #FFFFFF;
	background-color: #000011;
	font-size: 13px;
}
.maincontainer {
	position: absolute;
	width: 90%;
	left: 5%;
}
.toppage {
	border: dotted #FFFFFF;
	text-align: center;
	padding: 12px;
}
.quickstats, .quicklinks, .bottompage {
	text-align: center;
}
.mainbody {
	line-height: 1.5;
}
.debug {
	border: solid thin #000;
	background-color: #FFC;
	color: #000;
}
/*=================================
--Form Related--------------------- */
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
input,textarea, select {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-color: #331133;
	border: thin solid #663366;
}
/*=================================
--Misc------------------------------- */
.recentreplies {
	height: 350px; overflow: auto; padding: 5px;
}

.description {
	color: #686AC1;
}
.hoverable .forumname:hover {
	background-color: #333333;
}
.forum tr {
	border: thin ridge #666;	
}
.forum td, .forum th {
	padding: 11px;
}
th {
	text-align: center;
	font-weight: normal;
}
.forum,.post,.topic,.posts {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}
.topic td, .topic th {
	padding: 5px;
	border: thin ridge #332277;
	background-color: #221133;
}
.topic hr {
	border: thin ridge #332266;
}	
.topicleft {
	width: 150px;
	vertical-align: top;	
}

.post td, .post th {
	padding: 0px;
	border: thin ridge #AAAA66;
	background-color: #000000;
}
.post th{
	text-align: center;
}
.posttd, .postth, .topicleft, .topicright {
	border: thin solid #222266;
	background-color: #000033;
}
.postth{
	text-align: center;
}

a:link, a:visited {
	color: #D9B3CE;
	text-decoration: none;
}
.newmessage {
	font-size: 16px;
	color: #FFFF66;
	text-decoration: blink;
}
/*=================================
--Battle Related---------------- */
.battle {
	background-color: #222222;
	font-family: "terminal";
}

.battle table {
	width: 100%;
}

.battle th {
	background-color: #666666;
}

.battle td {
	vertical-align: text-top;
}

.player1 {
	border: solid thin #ffffff;
	vertical-align: top;
}

.player2 {
	border: solid thin #ffffff;
	vertical-align: top;
}

.player2  img{
	direction:rtl;
}

.battlefield {
	width: 512px;
	height: 512px;
}

.normal {
	color: #ffffff;
}
.fire {
	color: #ff0000;
}
.ice {
	color: #00ffff;
}
.spark {
	color: #ffff00;
}
.rock {
	color: #ddaa66;
}
.clean {
	color: #dddddd;
}
.parasol {
	color: #ff99cc;
}
.needle {
	color: #999999;
}
.cutter {
	color: #00ff00;
}
.hope {
	color: #ff33cc;
}
.despair {
	color: #cc33ff;
}