body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: white;
}

A {
	color:#999966;
	text-decoration: none;
	border: 0px;
}

A:hover {
	text-decoration: underline;
}

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


.header {
	border: thin solid #000000;
	border-width: 1px;
	background-color: #999999;
	height: 70px;
}
.header table {
	background-image: url(/images/headernew.gif);
	background-repeat: no-repeat;
}
.navbar {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 125px;
	height: 380px;
	background-color: #999999;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.loginbarfull {
	background-color: #cccccc;
	font-weight: bold;
	background-image: url(/images/ggradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: top;
	height: 1em;
}
.loginbarfull A {
	color: #0000CC;
}

.loginbarleft {
	text-align: left;
}

.loginbarright {
	text-align: right;
	vertical-align: bottom;
}
.loginbarright A {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 0.5em;
	margin-left: 3px;
	background: #999999;
	text-decoration: none;
	color: black;
}

.loginbarright A:hover {
	background: #cccccc;
	color: blue;
}

.loginbarright A#current {
	background: black;
	border-bottom: 1px solid black;
	color: white;
	text-decoration: none;
}

.inputboxes {
	border: inset #666666;
}

.submit {
	background-color: #CCCCCC;
	border: inset #000000;
}
.navbartop {
	background-color: #cccccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 125px;
	vertical-align: top;
}
.alerttype {
	color: #660000;
}
.headerbackground {
	background-color: #cccccc;
	color: #000000;
	background-image: url(/images/ggradient.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	font-family: cursive,"Comic Sans MS",serif;
}

.headerbackground A {
	color:blue;
}
.headertext {
	color: #cc3333;
	font-family: Georgia,serif;
}

.badcombat {
	color: #cc3333;
	font-family: Georgia,serif;
}

.goodcombat {
	color: #3333cc;
	font-family: Georgia,serif;
}

.link {
	font-size:8pt;
}
.mainpane {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: top;
}

.mainpane table {
	color: #FFFFFF;
	background-color: #000000;
}

.chat {
	color: #FFFFFF;
	background-color: #000000;
}

.chatdivider { 
 background-color:#666666; 
}  

#container {
	background-color: black;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
}

#header {
	height: 70px;
	background-color: #999999;
	color: black;
	margin: 0px;
	padding: 0px;
	border:0px;
}

#header h1 {
	display:none;
}

#header #head1 {
	background: #999999 url(/images/headerleft2.jpg) no-repeat top left;
	width: 380px;
	height: 70px;
	float: left;
}

#header #head3 {
        background: #999999 url(/images/headerright2.jpg) no-repeat top right;
        width: 324px;
        height: 70px;
	float:right;
}



#headerad {
	display: none;
}

#headerad A {
	color: red;
}

#navbar {
/*	background-color: #999999;*/
	background-color: black;
	width: 125px;
	height: 600px;
	float: left;
}

#navbar A {
	color: blue;
}

#navlist {
	list-style-type: none;
	padding:0px;
	margin: 0px;
	position: absolute;
	top: 70px;
}

#navlist li {
	height: 28px;
	width: 125px;
	padding: 0px;
	margin:0px;
	border: 0px;
	overflow: hidden;
}

#navlist #lastitem {
	height: 380px;
}

#userinfo {
	background: #cccccc url(/images/ggradient.gif) repeat-x;
	float: right;
	width:100%;
	color: black;
	font-weight: bold;
}

#userinfo A {
	color: blue;
}

#gamenav,#loginboxes{
	float: right;
}
#username, #notloggedin {
	position: absolute;
	left: 125px;
}

#gamenav A {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 0.5em;
	margin-left: 3px;
	background: #999999;
	text-decoration: none;
	color: black;
}

#gamenav A:hover {
	background: #cccccc;
	color: blue;
}

#gamenav A#current {
	background: black;
	border-bottom: 1px solid black;
	color: white;
	text-decoration: none;
}


#donatebutton {
	position: absolute;
	top: 400px;
	left: 40px;
}

#mainpane {
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: top;
	float: right;
	width: 82%;
	padding: 5px;
}

.buttonlist A {
	text-align: center;
	line-height: 1.5em;
        border: 1px solid black;
        padding: 3px;
        margin: 3px;
        background: #999999;
        text-decoration: none;
        color: black;
	background: #999 url(/images/ggradient.gif) top left repeat-x;
	white-space: nowrap;
	font-weight: bold;
}

.fightline A {
        text-align: center;
        line-height: 1.5em;
        border: 2px solid;
	border-color: #aaa #444 #444 #aaa;
        padding: 2px;
        margin: 4px;
        text-decoration: none;
        color: #a00;
        background: #999;
        white-space: nowrap;
        font-weight: bold;
}


.areatext:first-letter {
	font-family:"Trebuchet MS";
	float: left;
	font-size: 2em;
	display: inline;
	vertical-align: center;
}

.navrow {
	background: #010138;
}

.subcats li {
	display: inline;
	list-style-image: url(/images/2018.gif);
	white-space: nowrap;
}

#footer {
	clear: both;
	text-align:center;
	width: 100%;
	background-color: #333333;
}
