html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: black;
	background-color: #D2D2D2;
}

form {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;	
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

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

td {
	vertical-align : top;
}

h1 {
	margin: 15px 0 15px 0;
	font-size: 18px;
}

h2 {
	margin: 18px 0 5px;
	font-size: 14px;
}

table#conttable {
	top: 0px;
	border: 0px solid #000;
	width: 100%;	
	height: 100%;
}

table#conttable td#header {
	background-color: #b8b8b8;
	border: 0px solid #000;
	height: 180px;
	text-align: center;
}

table#conttable td#content {
	padding: 0 9px 2px 9px;
	background-color: #b8b8b8;
	font-size: 13px;
}

table#conttable td.left, table#conttable td.right {
	width: 98px;
	border: 0px solid #000;
	font-size: 10px;
}

table#conttable td.left {
	padding-left: 5px;
	padding-right: 22px;
	background: #D2D2D2 url('./images/td_left.jpg') right top repeat-y;
}

table#conttable td.right {
	padding-right: 5px;
	padding-left: 22px;
	background: #D2D2D2 url('./images/td_right.jpg') left top repeat-y;
}

table#conttable td#footer {
	background: #666 url('./images/td_footer.jpg') top repeat-x;
	text-align: center;
	border: 0px solid #000;
	height: 130px;
	vertical-align: bottom;
}

table#menu {
	width: 100%;
	text-align: center;
	background: #D2D2D2 url('./images/td_menu.jpg') center;
	height: 44px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table#menu td {
	border: 0px solid #000;	
	height: 22px;
}

a.menuLinkTop, a.menuLinkBottom, a.menuLinkTop:visited, a.menuLinkBottom:visited {
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.menuLinkTop:hover {
	display: block;
	height: 100%;
	width: 100%;
	background: #D2D2D2 url('./images/menuHover_top.jpg');
	text-decoration: none;	
	color: #000;

	margin: 0 -2px -2px -2px;
	border: 2px inset #000;
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
}

a.menuLinkBottom:hover {
	display: block;
	height: 100%;
	width: 100%;
	background: #D2D2D2 url('./images/menuHover_bottom.jpg');
	text-decoration: none;	
	color: #000;

	margin: -2px -2px 0 -2px;
	border: 2px inset #000;
	border-bottom: 0px solid #000;
}

table#linkThisTable {
	width: 100%;
	margin-top: 8px;
}

table#linkThisTable td {
	background-color: #D2D2D2;
	padding: 4px;
	border-top: 6px solid #b8b8b8;
}

.codeBlock {
	font-size: 12px;
	border: 1px dashed #444;
	padding: 4px;
	margin: 0px;
}

.insetCol {
	margin-left: 20px;	
}

span.redStar {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}

table#lootTable {
	
}

table#lootTable td {
	border: 1px solid #777;
	padding: 2px 4px 2px 4px;
	font-size: 13px;
}

table#lootTable td.lootTableMob {
	border-right: 2px solid #000;
}


td.lootTableTopic {
	background-color: #D2D2D2;
	padding: 4px;
	border-bottom: 6px solid #b8b8b8;	
}

a.lootTableMobName, a.lootTableMobName:visited {
	font-size: 18px;
	text-decoration: none;
}

a.lootTableMobName:hover {
	font-size: 18px;
	text-decoration: underline;
}

.VULink {
	margin: 0 6px 0 6px;
}

.VULinkLatest {
	margin-right: 4px;
	font-size: 18px;
}

.mI {
	margin: 0 6px 0 6px;
	font-weight: bold;
	text-decoration: none;	
}

table#newsTable {
	width: 100%;
	margin: 20px;
}

td#newsTable_topics {
	width: 300px;
	padding-right: 20px;
	border: 0px solid #000;
}

td#newsTable_news {
	padding-left: 20px;
	padding-right: 20px;
}

a.newsLink,a.newsLink:visited,a.newsLink_small,a.newsLink_small:visited {
	text-decoration: none;	
}

a.newsLink_small,a.newsLink_small:visited {
	font-size: 12px;
}

td.globtd {
	padding: 0 8px 0 0;
	font-size: 10px;
}

.bannerSpacer {
	margin: 8px 0 8px 0;	
}
