/****
	General page styles.
****/
body
{
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size: 11px;
	line-height: 13px;
}

a:link, a:visited, a:active
{
	color: #ffa500;
	text-decoration: none;
}
a:hover
{
	color: #ffa500;
	text-decoration: underline;
}

/****
	The styles for the header.
****/
div#header
{
	background: #000000 url("../img/bg_mainhead.gif") bottom left repeat-x;
	height: 45px;
	text-align: left;
}
#header h1
{
	background: url("../img/logo_main.jpg") bottom left no-repeat;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	border-bottom: 1px solid #6d6d78;
}

/****
	The page title.
****/
h2
{
	background: url("../img/bg_title-home.jpg") top left no-repeat;
	margin: 1px 0 0 0;
	padding: 91px 0 15px 120px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: 1px;
}

/****
	Styles for the blocks of content.
****/
.page-wrapper
{
	padding: 8px;
}
.content-block
{
	padding: 5px;
	border: 1px solid #171717;
	margin: 2px;
}
.content-block p
{
	padding: 0 15px 5px 20px;
}
.content-block ul, .content-block ul li
{
	list-style-type: none;
}
.content-block ul
{
	margin: 10px 5px 10px 80px;
	padding: 0;
}
.content-block ul li
{
	margin: 0;
	padding: 2px;
}
.row1
{
	border: 1px solid #6d6d78;
	background: #000000;
}
.row2
{
	border: 1px solid #6d6d78;
	background: #191919;
}

.table-grid
{
	border: 1px solid #6d6d78;
	background: #191919;
}

/****
	Styles for the content block headers.
****/
h3
{
	line-height: 54px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 80px;
	text-align: left;
	letter-spacing: 1px;
}
h3.mission-guides { background: url("../img/bg_head-MissionReports.gif") top left no-repeat; }
h3.ore-and-minerals { background: url("../img/bg_head-OreAndMinerals.gif") top left no-repeat; }
h3.beginner-tips { background: url("../img/bg_head-BeginnerTips.gif") top left no-repeat; }
h3.tools-and-resources { background: url("../img/bg_head-Tools.gif") top left no-repeat;}

h4 /* general title within pages. */
{
	font-size: 14px;
}

.faction-row1 { background: #000000; }
.faction-row2 { background: #0c0c0c; }
.em-row1 { background: #030d17; }
.em-row2 { background: #0d1821; }
.exp-row1 { background: #1b1500; }
.exp-row2 { background: #261f0b; }
.kin-row1 { background: #0a0a0a; }
.kin-row2 { background: #151515; }
.therm-row1 { background: #190800; }
.therm-row2 { background: #24130b; }
