﻿html
{
	background: Black;
}

body
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:1024px;
	font-size: 10pt;
	font-family: Verdana;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	color: White;
}

div.banners
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	width:100%;	
	overflow:hidden;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px #4B4B4B;
	text-align: center;
	float: left;
}

a
{
	color:#FF9900;
	text-decoration:none;
	border: 0;
}
a img
{
	color:#FF9900;
	text-decoration:none;
	border: 0;
}
a:hover 
{
	color:#000000;
	background:#FF9900;
	text-decoration:none;
}
a:hover img
{
	border: 0;	
	background:#FF9900;
}
a.important
{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}
a.important:hover 
{
	color:#000000;
	background:#FF0000;
	text-decoration:none;
	font-weight: bold;
}

/* Header styles */
.header
{
	clear:both;
	width:100%;
	text-align: center;
	font-size: large;
	color:#B33;
	font-weight: bold;
	background: #262626;
}

div.status 
{
	background: #191919;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	width:100%;	
	overflow:hidden;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px #4B4B4B;
	border-bottom: solid 1px #4B4B4B;
}

div.footer 
{
	background: #191919;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	width:100%;	
	overflow:hidden;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px #4B4B4B;
	text-align: center;
	float: left;
}

.qtop
{
	margin: 5px;
	margin-bottom: 0px;
	width: 90%;
	border: solid 1px #797979;
	border-bottom: 0px;
	background-color: #797979;
	padding: 5px;
	font-size: x-small;
}

.qbottom
{
	margin: 5px;
	margin-top: 0px;
	width: 90%;
	border: solid 1px #797979;
	padding: 5px;
}

.itemBox
{
	border: solid 2px #FFFFFF;
	padding: 5px;
	font-size: x-small;
	width: 200px;
	clear: none;
}

div.progress
{
	position: fixed;
	left: 50%;
}

div.main 
{
	background: #262626;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;	
	overflow:hidden;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/* column container */
.colfill 
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;	
	overflow:hidden;
	margin-bottom: 0px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.colLeftHalf,
.colRightHalf,
.headCol1, .headCol2, headcol3
{
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}

.headCol1
{
	width: 46%;
}

.headCol2
{
	width: 30%;
}

.headCol3
{
	width: 24%;
	text-align: right;
	float: right;
}

.col1
{
	width: 75%;
}

.col2 
{
	width: 24%;
	text-align: right;
	float: right;
}
.col3
{
	left: 1%;
	width: 18%;
	min-width: 150px;
}

.col4
{
	left: 1%;
	width: 80%;
	min-width: 500px;
}
.col5
{
	left: 1%;
	width: 28%;
	min-width: 200px;
}

.col6
{
	left: 1%;
	width: 70%;
	min-width: 450px;
}

.colLeftHalf
{
	width: 50%;
}

.colRightHalf
{
	width: 50%;
	float: right;
}

.colfill textarea
{
	overflow: auto;
}

.smallfont
{
	font-size: small;
}

.tinyfont
{
	font-size: xx-small;
}

.important
{
	font-weight: bolder;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.flavour
{
	font-style: italic;
	color: #BBBBBB;
}

.error
{
	text-align: center;
	color: #FF0000;
}

.avatar
{
	width: 80px;
	height: 80px;
}

table, 
tr, 
td, 
th
{
	border-style: none;
	border-collapse: separate;
}

td
{
	padding: 2px 4px 2px 0px;
	vertical-align: top;
}

th
{
	padding: 2px 4px 2px 0px;
}

.ReportPhysical
{
	color: #FF0000;
	font-weight: bold;
}

.ReportMental
{
	color: #0000FF;
	font-weight: bold;
}

.ReportSpell
{
	color: #00DD00;
	font-weight: bold;
}

.ReportFailure
{
	color: #FF00FF;
	font-weight: bold;
}

.ReportLife
{
	color: #ffa500;
	font-weight: bold;
}

.InsertTextBox
{
	width: 3em;
}

.Admin
{
	color: #FF2525;
	font-weight: bold;
}

.Unique
{
	color: #CD7F32;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.Normal
{
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.Moderator
{
	color: #3CFFFF;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.under
{
	text-decoration: underline;
}

table.forum div
{
	background-color: #505050;
}
table.forum td
{
	background-color: #505050;
	padding: 2px;
	border: 1px solid #262626;
}

td.fill
{
	width: 100%;
}

table.forum td.forumIndex1
{
	width: 600px;
}

table.forum td.forumIndex2
{
	width: 105px;
}

table.forum td.forumIndex3
{
	width: 105px;
}

table.forum td.forumIndex4
{
	width: 200px;
}

table.forum td.subForum1
{
	width: 505px;
}

table.forum td.subForum2
{
	width: 105px;
}

table.forum td.subForum3
{
	width: 200px;
}

table.forum td.subForum4
{
	width: 200px;
}

table.forum td.forumLeftTop
{
	width: 150px;
	border-bottom: 0px;
}

table.forum td.forumRightTop
{
	width: 860px;
	border-bottom: 0px;
}

table.forum td.forumLeftBottom
{
	width: 150px;
	border-top: 0px;
}

table.forum td.forumRightBottom
{
	width: 860px;
	border-top: 0px;
}

table.stats td.statsLeft
{
	width: 150px;
	border: 0px;
}

table.stats td.statsRight
{
	width: 860px;
	border: 0px;
}

table.item td
{ 
	display: inline-block; 
	border: solid 1px #4f4f4f;
	background-color: #404040;
	padding: 5px;
}

input[type="button"], input[type="submit"]
{
	background: url(/Gfx/buttonDark.png);
	background-repeat: no-repeat;
	border-style: none;
	color: White;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	background: url(/Gfx/buttonLight.png);
	background-repeat: no-repeat;
}

input[type="text"], input[type="password"], textarea
{
	background-color: #1D1D1D;
	color: White;
	border: solid 1px #3C3C3C;
}

td.shopItem 
{
	width: 280px;
}

table.equalWidthTable td
{
	width: 5%;
}

.tip 
{
	color: #fff;
	z-index: 13000;
	width: 222px;
	font-size: 10px;
}
 
.tip-title 
{
	margin: 0;
	padding: 8px 8px 4px;
	background: url("gfx/bubble.png") top left;
	text-align: center;
}
 
.tip-text 
{
	font-size: 10px;
	padding: 4px 8px 8px;
	background: url("gfx/bubble.png") bottom right;
}

.inventoryTile
{
	width: 80px;
	height: 80px;
	padding: 2px;
	background-image: url("gfx/invSlot.png");
	margin: 0;
}

.paperDoll
{
	margin-top: 2px;
	width: 399px;
	height: 436px;
	background-image: url("gfx/paperDoll.jpg");
}

table.invAmulet
{
	left: 60px;
	top: 40px;
	position: absolute;
}

table.invRing1
{
	left: 59px;
	top: 250px;
	position: absolute;
}

table.invRing2
{
	left: 310px;
	top: 255px;
	position: absolute;
}

table.invRobe
{
	left: 189px;
	top: 187px;
	position: absolute;
}

ul
{
	margin: 0;
	padding: 0;
}

li
{
	margin: 0;
	padding: 0;
}

td.shop
{
	padding-left: 50px;
	padding-right: 50px;
}