/* CSS Document */

div.codeblock {
	font-family: Arial;
}

p {
	color: #CC9933;
	border-style: solid;
	border-color: #AFBCDE;
	border-width: 0px;
	font-size: 12px;
	font-family: Verdana;
}

body {
	background-color: #000000;
	margin: 5px;
}

iframe {
	padding:0px;
	margin:0px;
	border-style:none;
}

span.title {
	font-size: 18px;
	font-family:Verdana;
}

/* --------------- LINKS ----------------*/

a:link {
	color:#DDD333;
	text-decoration:none;
}
a:visited {
	color:#CCC222;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* --------------- DIVS --------------- */

div {
	border-style: groove;
	border-width: 0px;
	border-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

div.leftMenu {
	height: 10px;
	width: 150px;
	z-index:0;
}

div.vertBorder {
	height: 1px;
	width: 17px;
}

div.mainFrame {
	position: relative;
	top: 10px;
	left:160px;
	height: 450px;
	width: 100%;
}

div.rightMenu {
	height: 17px;
	width: 150px;
}

div.menu {
	padding-left: 37px;
}

div.menu_right {
	padding-right: 37px;
}

/* --------------- TABLES --------------- */

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

table.newuser {
	font-size:11px;
}

table.forum {
	font-size:12px;
}

table.mainTable {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align:center;
	z-index:0;
}

table.quoteTable {
	position: relative;
	top: 120px;
	left: -15px;
	width: 187px;
	height: auto;
	text-align:center;
	z-index:5;
	font-size:10px;
	color:#00000;
	visibility:visible;
}

table.forumQuote {
	text-align:left;
	align:left;
	border-width:1px;
	border-style:outset;
	border-color:#923E00;
	width:90%;
	height: auto;
	text-align:center;
	font-size:11px;
	color:#00000;
}

table.theTable {
	position: relative;
	top: -12px;
	left: 0px;
	width: 100%;
	height: 450px;
}

table.bannerTable {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
}

table.menuTable_left {
	position: absolute;
	top: 17px;
	left: 5px;
	z-index:1;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}

table.menuTable_right {
	position: relative;
	top: 20px;
	right: 0px;
	z-index:1;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}

table.news {
	width: 99%;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
}

/* --------------- COLUMNS --------------- */

td {
	padding: 0px;
	margin: 0px;
	color: #CC9933;
	border-style: solid;
	border-color: #AFBCDE;
	border-width: 0px;
	font-family: Verdana;
}

td.newsimage {
	width:100px;
	height:50px;
}

td.newsheader {
	font-family: Verdana;
	font-size: 20px;
	color: #999999;
	width:100%;
}

td.newsinfo {
	font-family:Verdana;
	font-size: 12px;
	color: #999999;
}

td.newsbody {
	font-family: Verdana;
	font-size: 12px;
}

td.forumQuote {
	text-align:left;
}

td.banner {
	height: 150px;
	width: 100%;
	text-align: center;
	vertical-align:top;
}

td.leftMenu {
	vertical-align: top;
	height: auto;
	width: 150px;
}

td.rightMenu {
	vertical-align: top;
	height: auto;
	width: 150px;
}

td.mainFrame {
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align: top;
	height: 450px;
	width: 100%;
}

td.menu {
	vertical-align: top;
	padding: 5px 0px 0px 20px;
}

td.corner {
	width: 17px;
	height: 20px;
}

td.hor {
	width: 100%;
	height: 20px;
}

td.vert {
	width: 17px;
	height: 100%;
}

td.center {
	width: 100%;
	height: 350px;
	text-align: left;
	vertical-align: top;
	padding:5px;
}
	
/* --------------- ROWS --------------- */
tr {
	padding: 0px;
	margin: 0px;
}

tr.banner {
	background-color: #000000;
	background-image: url(images/background_top.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	text-align: center;
}

/* --------------- IMAGES --------------- */

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img.thumb {
	border-style:ridge;
	border-color:#000000;
	border-width:3px;
	width:144px;
	height:144px;
}

img.border {
	border-style:ridge;
	border-color:#000000;
	border-width:3px;
}

img.tabard_left {
	position: absolute;
	top: -8px;
	left: 0px;
	z-index: 2;
}

img.tabard_right {
	position: absolute;
	top: -8px;
	right: 0px;
	z-index: 2;
}

img.menu_border_bottom {
	position: relative;
	left: 0px;
	top: -2px;
}

img.menu_border_top {
	position: relative;
	left: 0px;
	top: 2px;
}

/* --------------------- LIST -------------------- */

ul.menu {
	padding-left: 50px;
}

ul.menu_right {
	padding-right: 37px;
}

/* ---------------------- FORMS -------------------*/

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

input {
	border-style:ridge;
	border-color:#000000;
	border-width:1px;
	background-color:#50341F;
	font-family:Verdana;
	font-size:11px;
	color:#CC9933;
	width:auto;	
}

textarea {
	border-style:ridge;
	border-color:#000000;
	border-width:1px;
	background-color:#50341F;
	font-family:Verdana;
	font-size:11px;
	color:#CC9933;
}

select {
	border-style:ridge;
	border-color:#000000;
	border-width:1px;
	background-color:#50341F;
	font-family:Verdana;
	font-size:11px;
	color:#CC9933;
}

#login input {
	width:100px;
}

#newuser input {
	width:150px;
}

/* CSS End */
