/*
** Reset global padding, margin and borders
*/
*
{
		border: none;
		margin: 0;
		padding: 0;
}

html, body { height: 100%; }

/*
** Set the font families and layout alignment
*/
body
{
	font-family: Verdana;
	font-size: 62.5%;
	margin: 10px;
	text-align: left;
	overflow: hidden;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img { border: 0; }

h1 { }

h2
{
	display: block;
	font-size: 1.4em;
	padding: 5px;
}

h3
{
	display: block;
	font-size: 1em;
	padding: 5px;
}

div.footer
{
	font-size: 1.2em;
	padding: 5px;
	text-align: center;
}

td.bottom div.top { margin-left: 5px; width: auto; }

.menu ul.vert-one
{
	line-height: 165%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 240px;
}

.menu ul.vert-one li
{
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
}

.menu ul.vert-one li a
{
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	width: 220px;
}

table.wrapper td.content div div.news
{
	padding: 10px;
}

div.quotetop
{
	font-weight: bold;
	padding: 3px;
}

div.quotemain
{
	font-style: italic;
	padding: 3px;
}

select.theme_changer
{
	width: 230px;
	font-size: 1.2em;
	border: 1px #ffffff solid;
	margin-left: 5px;
}

input, select, textarea
{
	padding: 3px;
	font-size: 1em;
}

.clear { clear: both; }

.progress_out { margin: 5px; background-color: #000000; padding: 1px; width: 100px; }
.progresS_pct { color: #ffffff; text-align: center; }

div.notice
{
	background-color: #131310;
	color: red;
}

/*
** Main Styling, Sets document background color and text colors.
*/
body
{
	background-color: #000000;
	color: #FFFFFF;
}

/*
** Unvisited Links color
*/
a
{
	color: #FFFFFF;
}

/*
** Link Mouse-over color
*/
a:hover
{
	color: #ffffff;
}

h2
{
	background-color: #252525;
	color: #FFFFFF;
}

table.wrapper
{
	background-color: transparent;
}

table.wrapper div.top
{
	background-color: #252525;
}

table.wrapper div.top-dark
{
	background-color: #151515;
}

.m_darker { background-color: #131313; }

.menu ul.vert-one li a
{
	background: #151515;
	color: #ffffff;
}

.menu ul.vert-one li a:hover
{
	background: #252525 url("http://img.lastfire.com/draynor/arrow.gif") no-repeat 0 5px;
}

.menu ul.vert-one li a.current,ul.vert-one li a.current:hover
{
	background: #dddddd url("http://img.lastfire.com/draynor/arrow.gif") no-repeat 0 5px;
}

div.quotetop
{
	background-color: #eeeeee; 
}

div.quotemain
{
	background-color: #ffffff; 
}

.light
{
	background-color: #252525;
}

.dark
{
	background-color: #151515;
}

.m_dark
{
	background-color: #252525;
}

input, select, textarea
{
	background-color: #111111;
	color: #ffffff;
	border: 1px #151515 solid;
}

#tooltip
{
	color: #151515;
	border: 1px #151515 solid;
	background-color: #ffffff;
}

#outerImageContainer
{
	background-color: #ffffff;
}

#imageDataContainer
{
	background-color: #ffffff;
}

#overlay
{

	background-color: #1F1F1B;
}

.calctable tr:hover
{
	background-color: #252525;
}

.progress_out { border: 1px #252525 solid; }
.progress_bar { background-color: #151515; font-size: 1px; height: 8px; }

 