@import url(Forms.css); /* Syles For Forms */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:active, a:link, a:visited {
	color: #4B4B4B;
}

a:hover {
	color: #000000;
}

body {
	background-color: #999999;
	color: #000000;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
}

span.smalltext {
	font-size: 10px;
	color: #000000;
	margin: 0 0 10px 0;
}

span.bigtext {
	font-size: 14px;
	color: #000000;
	margin: 0 0 10px 0;
}

span.pagenumber {
	font-weight: bold;
}

img{
	border: none;
}

div#content, div#foot, div#head, div.clear {
	clear: both;
}

div#content {
	overflow: auto;
	padding: 5px;
	width: 760px;
}

div#content div#contentmenu, div#subcontent {
	float: left;
	position: relative;
}

div#content div#contentmenu {
	width: 150px;
}

div#content div#contentmenu div.block, div#content div#contentmenu div.blocklogin, div#foot, div#menu, div#wrapper, span#error, span#msg, input.text, input.file, select.text, textarea.text {
	border-style: solid;
	border-width: 1px;
}

div#content div#contentmenu div.block, div#content div#contentmenu div.blocklogin, div#foot {
	border-color: #AAAAAA;
}

div#content div#contentmenu div.block, div#content div#contentmenu div.blocklogin {
	background-image: url('block.jpg');
	background-color: #EEEEEE;
	padding: 4px;
	margin: 5px;
	width: 130px;
}

div#content div#contentmenu div.block span.head, div#content div#contentmenu div.blocklogin span.head {
	display: block;
	font-weight: bold;
	margin: 0 0 6px 0;
}

div#content div#contentmenu div.blocklogin {
	text-align: center;
}

div#foot, div#menu {
	width: 750px;
}

div#foot {
	background-color: #d7e2ed;
	border-width: 1px 0 1px 0;
	color: #000000;
	font-size: 10px;
	padding: 4px 10px 4px 10px;
	text-align: center;
}

div#head {
	background-color: #003366;
	background-image: url('../../images/head.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	height: 80px;
	padding: 10px;
	text-align: right;
	width: 750px;
}

div#head a:active, div#head a:link, div#head a:visited, div#head a:hover {
	color: #FFFFFF;
}

div#menu , span#highlight, span.title {
	font-weight: bold;
}

div#menu {
	background-color: #5CA1D8;
	border-color: #000000;
	border-width: 0px 0 2px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
}

div#activeusers {
	font-family: Arial, Verdana, Times New Roman;
	background-color: #ffffff;
	border-color: #000000;
	border-width: 0px 0 0px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
}

div#showactiveusers {
	font-family: Arial, Verdana, Times New Roman;
	background-color: #ffffff;
	border-color: #000000;
	border-width: 0px 0 0px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
}

div#subcontent {
	margin: 5px;
	width: 600px;
}

div#wrapper {
	background-color: #FFFFFF;
	border-color: #666666;
	border-width: 0 1px 0 1px;
	margin: auto;
	width: 770px;
}

span#alert {
	border: 2px outset #800000;
	padding: 5px;
	font-weight: bold;
	color: #800000;
	background-color: #eab4b4;
	text-align: center;
	display: block;
}

span#bdayalert {
	border: 1px outset #800000;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
	color: #800000;
	background-color: #EEEEEE;
	text-align: center;
	display: block;
}

span.asterisk {
	font-family: verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #F68622; 
	vertical-align: -2px;
}

span.title {
	color: #003366;
	font-size: 18px;
}

span.subtitle {
	color: #AAAAAA;
	font-size: 10px;
	margin: 0 0 10px 0;
}

div.bg_a {
	background-color: #698235;
}

div.bg_b {
	background-color: #82A041;
}

form {
	display: inline;
}

input.text, input.file, select.text, span.title, span.subtitle, textarea.text {
	display: block;
}

input.text, input.file, select.text, textarea.text {
	border-color: #B0B0B0;
	border-width: 1px;
	margin: 0 0 15px 0;
	padding: 2px 4px 2px 4px;
}

input.text, input.file {
	width: 192px;
}

input.text {
	height: 16px;
}

input#login {
	border-color: #003366;
	background-color: #d7e2ed;
	border-width: 2px;
	margin: 2px 0 2px 0;
	padding: 2px 10px 2px 10px;
}

input.file, select.text {
	height: 22px;
}

input.game{
	width: 100px;
	font-size: 16px;
}

select.text {
	width: 202px;
}

textarea.text {
	height: 192px;
	overflow: auto;
	width: 492px;
}

div.centre{
	text-align: center;
}

div.right{
	text-align: right;
}


span.admin {
	color: #a20505;
}

span.mod {
	color: #266d2d;
}

span.inactive {
	color: #aeb2b7;
}

span.banned {
	color: #7e2e7d;
}


span#new-msg {
	color: #d41b1b;
	font-weight: bold;
}


div#TowerSearch {
	text-align: center;
	background-color: #FFFFFF;
	border: none;
}

div#TowerSearchX {
	font-family: arial;
	font-size: 10px;
	width: 400px;
	border: 1px solid #333;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}