BODY {
	background-image: url(images/background.gif);
	color: #FFFFEE;
	font-family: Verdana, Helvetica, futura;
	font-size: 9pt;
	}
.content {
	background-image: url(images/content_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 800px;
	}
.content2 {
	background-image: url(images/s2_content_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 980px;
	}
.content3 {
	background-image: url(images/s3_content_bg.png);
    background-repeat: repeat-y;
    background-position: center;
	}
H1
	{
	color: #FFEE88;
	font-family: Georgia, san-serif;
	font-size: 20pt;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
	}
.cookie {
  font-size: 8pt;
  color: #FFFFFF;
  font-family: Arial;
}


H2
	{
	color: #FFEE88;
	font-family: Georgia, san-serif;
	font-size: 14pt;
	font-weight: normal;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #444444;
    margin-top: 25px;
	}

H3
	{
	color: #CB6;
    font-family: Georgia,  Serif;
	font-size: 11pt;
	font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 0px;
    margin-top: 10px;
	}

B {
  color: #FFA;
}

I {
  color: #FEA;
}

A
	{
	color: #FFEE88;
	font-family: Verdana, geneva, futura;
	text-decoration: none;
	font-weight: bold;
	}
A:hover
	{
	color: #88FF88;
	font-family: Verdana, geneva, futura;
	text-decoration: none;
	font-weight: bold;
	}


TABLE#wartable TR TH{
	background-image: url(/images/th_header.png);
    border-bottom: 1px solid #333;
    border-top: 1px solid #888;
}

TABLE#wartable TR TD{
 border-bottom: 1px solid #665533;
 border-right: 1px solid #222;
}

TABLE#wartable TR TD B{
  font-size: 10pt;
}

TABLE#wartable TR TD#order{
 color: #4444CC;
 font-family: Georgia, san-serif;
 font-weight: bolder;
 font-size: 20pt;
}
TABLE#wartable TR TD#destruction{
 color: #CC0000;
 font-weight: bolder;
 font-family: Georgia, san-serif;
 font-size: 20pt;
}



TABLE#data {
  border: none;
  margin: 0px;
}


TABLE#data TH {
  border: 1px outset #333333;
  background-image: url('/images/th_header.png');
  color: #FFEE88;
  font-family: Tahoma, Helvetica, Futura;
  font-size: 8pt;
  padding: 5px;
  background-repeat: repeat-x;

}

TABLE#data TD {
  border-bottom: 1px solid #444444;
  color: #AAAAAA;
  font-family: Tahoma, Helvetica, Futura;
  font-size: 7pt;
  padding: 3px;
}
TABLE#data TD TD{
  border-bottom: none;
}
TABLE#data SELECT { background-color: #000000; color: #FFEE66; font-size: 9pt; font-family: Tahoma, Helvetica, Futura; }

.submit {
	color: #FFFFAA;
	background-image: url(/images/bg_e_formfield.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #000000;
    padding: 3px;
    height: 25px;
	}
.submit:hover {
	color: #FFFFAA;
	background-image: url(/images/bg_e_formfield_on.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #000000;
    padding: 3px;
    height: 25px;
	}

OPTION.opth1 {
  font-size: 8pt;
  line-height: 125%;
  border-top: 1px solid #003300;
  background-color: #001100;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  color: #AAAA77;
  padding: 3px;
}
OPTION.opth2 {
  font-size: 7pt;
  line-height: 125%;
  border-top: 1px solid  #333333;
  background-color: #222222;
  border-bottom: 1px solid  #111111;
  text-align: center;
  font-weight: bold;
  color: #666666;
  padding: 2px;
}
INPUT {
	background-image: url(/images/bg_e_formfield.png);
    background-color: #000;
	color: #CCCCCC;
	width: 75%;
	border: 1px solid #333;
    padding: 5px;
}
SELECT {
  background-color: #000000;
  font-size: 8pt;
  color: #FFFFFF;
  border: 1px solid #444444;
  padding: 5px;
}

INPUT.check {
  width: auto; height: auto;
  font-size: 8pt;
  vertical-align: middle;
  background-image: none;
  background-color: transparent;
  color: #FFF;
  border: none;
  padding: 0px;
}
TABLE#nav TD{
  background-image: url(/images/s3_fade.png);
  background-repeat: repeat-x;
}

#register th{
    font-size: 9pt;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
}
#register th SMALL{
    font-size: 7pt;
    text-align: right;
    color: #AAAAAA;
    font-weight: normal;
}


#register td{
    text-align: left;
    font-size: 8pt;
    color: #CCCCCC;
}

#register TH.bar {
  text-align: center;
  border: none;
  border: 1px outset #333333;
  background-image: url('/images/th_header.png');
  color: #FFEE88;
  font-family: Tahoma, Helvetica, Futura;
  font-size: 10pt;
  padding: 5px;
}

TABLE#register TEXTAREA {
  width: 75%;
  font-size: 8pt;
  background-image: url(/images/textarea.png);
  background-color: #000000;
  background-repeat: repeat-x;
  color: #FFF;
  border: 1px solid #444;
  padding: 4px;
}


TABLE#register TEXTAREA:focus {
  width: 75%;
  font-size: 8pt;
  background-image: url(/images/textarea.png);
  background-color: #002200;
  background-repeat: repeat-x;
  color: #FFF;
  border: 1px solid #210;
  padding: 4px;
}

DIV.validation INPUT{
   color: #FFFFFF;
}

.buttonon {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield.png);
    font-weight: bold;
    font-size: 8pt;
    background-color: #002200;
	border: 1px solid #222222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
	}
.buttonon:hover {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield.png);
    font-weight: bold;
    font-size: 8pt;
    background-color: #550000;
	border: 1px solid #440000;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
	}

.buttonoff {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield.png);
    font-weight: bold;
    font-size: 8pt;
    background-color: transparent;
	border: 1px solid #222222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
	}
.buttonoff:hover {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield.png);
    font-weight: bold;
    font-size: 8pt;
    background-color: #005500;
	border: 1px solid #004400;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
	}

.newbutton {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #222222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 150px;
    float: right;
	}
.newbutton:hover {
	color: #FFFFFF;
	background-image: url(/images/bg_e_formfield_on.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #004400;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 150px;
    float: right;
	}
.button {
	color: #FFFFAA;
	background-image: url(/images/bg_e_formfield.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #222222;
    padding: 5px 10px 5px 10px;
	}
.button:hover {
	color: #FFFFAA;
	background-image: url(/images/bg_e_formfield_on.gif);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #004400;
    padding: 5px 10px 5px 10px;
	}
.button2
	{
	border-width: 1px;
	border-style: outset;
	border-color: #222222;
	background-color: #444444;
	color: #FFEE88;
	font-weight: bold;
	font-family: Verdana, Helvetica, futura;
	font-size: 7pt;
	height: 16px;
	}
.buttontext
	{
	color: #000000;
	font-family: Verdana, Helvetica, futura;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
UL#guildlist { list-style-type: none; padding-left: 0px; margin-left: 0px; margin-top: 2px;}
UL#guildlist LI.o { font-family: Verdana, geneva, futura; font-weight: bold; line-height: 120%; font-size: 10pt; background: url(/images/bullet_1.png) no-repeat .1em .1em transparent; color: #FFFFFF; padding: 3px 0px 3px 24px; }
UL#guildlist LI.d { font-family: Verdana, geneva, futura; font-weight: bold; line-height: 120%; font-size: 10pt; background: url(/images/bullet_2.png) no-repeat .1em .1em transparent; color: #FFFFFF; padding: 3px 0px 3px 24px; }

OL LI{
 padding-bottom: 10px;
}

TABLE#leaderboard TH {
  text-align: center;
  border: none;
  border: 1px outset #333333;
  background-image: url('/images/th_header.png');
  color: #FFEE88;
  font-family: Tahoma, Helvetica, Futura;
  font-size: 10pt;
  padding: 5px;
 border-left: 1px solid #444444;
 border-right: 1px solid #222222;
}

TABLE#leaderboard TD {
 border-left: 1px solid #444444;
 border-right: 1px solid #222222;
}
TABLE#leaderboard TD TD{
 border-left: none;
 border-right: none;
}


