html, body {
	background: #D5CDC8;  /*url(body.gif);*/
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 10pt;
	height: 100%;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #000000; /* color: #8323B6; */ }
a:hover		{ text-decoration: underline; color: #aa0000; xcolor: #F0E70A; }
hr	{ height: 0px; border: solid #000000 0px; /* xborder: solid #8323B6 0px; */ border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EFEAF3; }

/* Header and Logo */
#maintable {
	xborder-style: solid;
	xborder-width: 1px 1px 1px 1px;
	xborder-color: #000;
}
#logotable {
	background: url(logo_bg.gif) top left repeat-x;
}
.logorow1 {
	background: url(logo_left.jpg) top left no-repeat;
}
.logorow2 {
	background: url(logo_right.jpg) top right no-repeat;
}
#buttonstable { 
	margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#buttonstable td { 
	background: url(buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
}
#header-buttons {
	font-size: 11px;
	color: #FA0421;  
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFFFAA;
	text-decoration: none;
}
#header-buttons a:hover { color: #F0E70A; text-decoration: underline; }

#content-simple { 
	padding: 3px; 
	xborder-color: #000;
	xborder-width: 0 1px 1px 1px;
	xborder-style: solid;
	background-color: #D3CBC6; /* TJANDRA  #191919; */
}

/* This is the border line & background colour round the entire content */
.content-row { background-color: #990000; }
td.content { 
	background-color: #D3CBC6; /* TJANDRA  #191919; */
	padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #313131 url(cell.gif) top left repeat-x; }

/* Forum header */
.forumheader td { 
	background: url(hdr_mid.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #A342C5;
}
.forumheader a, .forumheader a:visited {
	color: #A342C5;
	text-decoration: underline;
}
.forumheader a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}
.forumheader-mid { padding-top: 2px; }

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 5px 50px 10px 50px; padding: 5px; }
.pm-new a, .pm-new a:visited { 
	xborder: solid 1px #F0E70A; 
	xpadding: 25px 45px;
	color: #ffffff; /* TJANDRA - #8323B6; */
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	xbackground: #313131 url(cell.gif) top left repeat-x;
}
.pm-new a:hover, .pm-new a:active {
	color: #F0E70A;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	xborder-left: solid 1px #404040;
	xborder-right: solid 1px #121212;
	xborder-top: solid 1px #3C3C3C;
	xborder-bottom: solid 1px #131313;
	background-color: #ffffff;
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #E3CCF0; 
	font-size: 11px; 
	font-weight: bold;
	background: #6F4A86 url(th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #8E31C2;
	border-right: solid 1px #59167D;
	border-top: solid 1px #9239C3;
	border-bottom: solid 1px #59167D;
}
th.left { text-align: left; }

td.yellowtop {
	background: #FAA209 url(yellow_top.gif) top left repeat-x;
}

td.yellowbtm {
	background: #FAA209 url(yellow_btm.gif) top left repeat-x;
}

td.yellowrt {
	background: #FAA209 url(yellow_right.gif) top left repeat-y;
}

td.yellowlt {
	background: #FAA209 url(yellow_left.gif) top left repeat-y;
}


/* new styles added by TJANDRA - 12/8/2005 1:19:59 PM */

/*td.bgleft {
	background-image: url(bgleft.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 25px;
}

td.bgright {
	background-image: url(bgright.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 25px;
}*/

ul {
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 7px;
	margin-bottom: 0px;
}

li {
	padding-bottom: 3px;
}

table.footer {
	border-top: 1px solid #aaaaaa;
	background-color: #D5CDC8;
	font-size: 10pt;
}

table.graymenu {
  background-color: #AEAAA8;
  border: solid 5px;
  border-color: #EBEAE7;
}

table.green {
 background-color: #EBEAE7;
}

img.iconbutton {
	border: 1px outset #ffffff; 
	background-color: #cccccc;
	vertical-align: top;
}

div.errormsg {
	background-color: #ffeecc; 
	border: 1px dashed #ffccaa;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

div.explanation {
	background-color: #ffddff; 
	border: 1px dashed #ffaacc;
	color: #bb6688;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

div.meter {
	background-image: url(meter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 15px;
	margin-top: 3px;
}

div.meter img {
	background-color: #707080; /* TJANDRA - #F0E70A; */
	height: 7px;
	margin-top: 1px;
	margin-left: 6px;
}

div.featured_song {
	background-image: url(featuredsong.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.looped_song {
	background-image: url(loopedsong.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.volume_pricing {
	font-size: 9pt; 
	border: 1px dotted #ffffff; 
	font-weight: bold; 
	background-color: #9F9FB2; 
	color: #ffffff; 
	margin: 2px; 
	padding: 2px
}

/* new styles (end) */


/* box styles -- TJANDRA - 12/8/2005 10:59:11 AM */

table.box tr td {
	color: #000000;
	font-size: 10pt;
}

table.box tr.top td.left {
	background-image: url(boxtopleft.gif);
	background-repeat: no-repeat;
	width: 10px;
}

table.box tr.top td.title {
	background-image: url(boxtop.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
}

table.box tr.top td.blanktitle {
	background-image: url(boxtop.gif);
	background-repeat: repeat-x;
	text-align: center;
}

table.box tr.top td.right {
	background-image: url(boxtopright.gif);
	background-repeat: no-repeat;
	width: 10px;
}

table.box tr.content td.left {
	background-image: url(boxleft.gif);
	background-repeat: repeat-y;
	width: 10px;
}

table.box tr.content td.body {
	font-size: 10pt;
}

table.box tr.content td.right {
	background-image: url(boxright.gif);
	background-repeat: repeat-y;
	width: 10px;
}

table.box tr.bottom td.left {
	background-image: url(boxbottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 10px;
}

table.box tr.bottom td.footer {
	background-image: url(boxbottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

table.box tr.bottom td.right {
	background-image: url(boxbottomright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 10px;
}

/* box styles (end) */


/* box colors -- TJANDRA - 12/8/2005 12:13:01 PM */

.smallfont {
	font-size: 7pt;
	color: #ffffff;
}

.purple {
	background-color: #ece3f6;
	color: #000000;
	font-size: 10px;
}

.bordermain {
	background-color: #EBEAE7;
}

.lightpurple {
	background-color: #F8F2FF;
}

.darkpurple {
	background-color: #9F9FB2;
}

.beige {
  background-color: #F2D9AD;
}

.yellow {
	background-color: #FAA209;
}

.white {
	background-color: #ffffff;
}

.stormy {
	background-image: url(stormy.jpg);
}

.purple-grey {
	background-image: url(perlgrey.jpg);
}

.purple-gray {
	background-image: url(purple_grey1.jpg);
}
/* box colors (end) */








td.mission_midtop {
	background: #313131 url(hdr_mid.gif) top left repeat-x;
	color: #000000; 
	font-size: 11px; 
	font-weight: bold;
}

td.mission_midlt {
	background: #313131 url(mid_left.gif) top left repeat-y;
}

td.mission_midrt {
	background: #313131 url(mid_right.gif) top right repeat-y;
}

td.mission_body {
	background-color: #ece3f6;
	color: #000000; 
	font-size: 11px; 
}

td.mission_midbtm {
	background: #313131 url(hdr_btm_mid.gif) top left repeat-x;
}

td.white_midtop {
	background: #ffffff url(wthdr_mid.gif) top left repeat-x;
	color: #000000; 
	font-size: 11px; 
	font-weight: bold;
}

td.white_midlt {
	background: #ffffff url(wtmid_left.gif) top left repeat-y;
}

td.white_midrt {
	background: #ffffff url(wtmid_right.gif) top right repeat-y;
}

td.white_body {
	background-color: #ffffff;
	color: #000000; 
	font-size: 11px; 
}

td.white_midbtm {
	background: #ffffff url(wthdr_brm_mid.gif) top left repeat-x;
}

td.beigetop {
	background: #F2D9AD url(beige_top.gif) top left repeat-x;
}

td.beigebtm {
	background: #F2D9AD url(beige_btm.gif) top left repeat-x;
}

td.beigert {
	background: #F2D9AD url(beige_right.gif) top left repeat-y;
}

td.beigelt {
	background: #F2D9AD url(beige_left.gif) top left repeat-y;
}

td.catBottom {
	background: #70269A url(catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #8E31C2;
	border-right: solid 1px #59167D;
	border-top: solid 1px #9239C3;
	border-bottom: solid 1px #59167D;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-family: verdana; font-size: 12pt;
			font-weight: bold; xfont-size: 18px; xfont-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
			text-align: left; /* TJANDRA - 12/8/2005 12:15:45 PM */
}


/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 12px; }
.gensmall { font-size: 10pt; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen,a.genmed,a.gensmall { color: #8323B6; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #592348; text-decoration: underline; }

.generror { color: #FFF; }
.progress { background-color: #F0E70A; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #8323B6; }
a.forumlink 	{ text-decoration: none; color : #8323B6; }
a.forumlink:hover{ text-decoration: underline; color : #F0E70A; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #000000; /*#D0D0D0;*/}
a.nav			{ text-decoration: none; color: #000000; /*#8323B6;*/ }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #D0D0D0; }
a.topictitle:link   { text-decoration: none; color: #8323B6; }
a.topictitle:visited { text-decoration: none; color: #65188F; }
a.topictitle:hover	{ text-decoration: underline; color: #F0E70A; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #F0E70A; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #E3CCF0; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #8323B6; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; }
.posterrank		{ font-size: 9px; color: #B0B0B0; }
.posterprofile	{ font-size: 10px; color: #D0D0D0; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a	{ text-decoration: none; color: #8323B6; }
.postbody a:visited { text-decoration: none; color: #65188F; }
.postbody a:hover { text-decoration: underline; color: #F0E70A; }

/* Other post stuff */
td.postbottom { 
	background: #2D2D2D url(profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #8323B6;
}

/* Quote & Code blocks */
.quote-table { /* TJANDRA - 1/4/2006 4:15:08 PM */
	margin: 5px 0;
	background-image: url(quote_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	
.code-table { /* TJANDRA - 1/4/2006 4:15:08 PM */
	margin: 5px 0;
	background-image: url(code_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	
.quote-header, .code-header {
	border-bottom: solid 1px #cccccc;
	padding: 5px 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.quote-text {
	color: #000000;
	text-align: left;
	vertical-align: top;
	xfont-size: 11px;
	xline-height: 125%;
	padding: 3px 5px;
	xbackground-color: #2E2E2E;
}

.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	xfont-size: 11px;
	xline-height: 125%;
	padding: 3px 5px;
	xbackground-color: #2E2E2E;
}

/* Copyright and bottom info */
.copyright		{ font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; xletter-spacing: -1px;}

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #8323B6;
	background-color: #ffffff;
	xcolor: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #F0E70A; color: #000000; /* FFF; */ }


select {
	background-color: #ffffff;  /* TJANDRA  #000; */
	color: #000000;  /* TJANDRA  #D0D0D0; */
}

input { xtext-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #ffffff;
	color: #000000;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #F0E70A; }


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #cccccc; border: solid 1px #aaaaaa; color: #000000; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }
