/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #220055;
	color: #ffffff;
}

a:link {
	color: #bbbbff;
}
a:visited {
	color: #8888dd;
}
a:hover {
	color: #ddddff;
	text-decoration: underline;
}

/* This is the border line & background colour round the entire page */
.bodyline, .forumline {
	border: 1px solid;
	border-color: #660099 #440077 #440077 #660099;
}

hr {
	border: 1px solid;
	border-color: #8800BB #660099 #440099 #8800BB;
}

/* Main table cell colours and backgrounds */
.row1	{
	background-color: #6600a5;
	border-color: #660099 #440077 #440077 #660099;
}
.row2	{
	background-color: #550085; 
	border-color: #660099 #440077 #440077 #660099;
}
.row3	{
	background-color: #440077;
	border-color: #660099 #440077 #440077 #660099;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #000000;
	background-image: url(images/cellpic1_ghost.gif);
	border-color: #660099 #440077 #440077 #660099;
}

td.linkrow:hover {
	background-color: #330066;
	cursor:pointer;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #ffa34f;
	background-image: url(images/cellpic3_ghost.gif);
}

.cat,
.catHead,
.catSides,
.catLeft,
.catRight,
.catBottom {
	background-image: url(images/cellpic1_ghost.gif);
	background-color:#550099;
	color: #ffffff;
}

/*
  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 :-)
*/

th.thHead,
th.thSides,
th.thTop,
th.thLeft,
th.thRight,
th.thBottom,
th.thCornerL,
th.thCornerR {
	border-color: #660099 #440077 #440077 #660099;
	color: #ffffff;
}

td.row3Right, td.spaceRow {
	background-color: #550099;
	border-color: #660099 #440077 #440077 #660099;
	color: #ffffff;
}

/* Forum category titles */
.cattitle {
	color : #aaaaff;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	color: #cccccc;
}

/* User name style - ie. Moderator, Admin font colors, etc */
.moderator, a.moderator:link, a.moderator:visited {
	color: #ffff00;
}

.admin, a.admin:link, a.admin:visited {
	color: #FF9900;
}

.donator, a.donator:link, a.donator:visited {
	color: #00CC66;
}

/* Quote & Code blocks */
.code {
	color: #009900;
	background-color: #fafafa;
}

.quote {
	color: #444444;
	background-color: #fafafa;
}

/* Copyright and bottom info */
.copyright {
	color: #999999;
}

/* Form elements */
input, textarea, select {
	color: #000000;
}
#message {
	color: #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
}

/* The main submit button option */
input.mainoption {
	background-color: #440077;
	color: #ffffff;
}

/* None-bold submit button */
input.liteoption {
	background-color: #440077;
	color: #ffffff;
}

/* 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: #6600aa;
	color: #ffffff;
}

#top {
	background-image: url(/images/bannerback.png);
}

#GHPFLogo {
	background-image: url(http://ghpf.pokemondungeon.com/styles/ghost/imageset/ghpf_logo.png);
}

#GHPFBanner {
	background-image: url(http://ghpf.pokemondungeon.com/styles/ghost/imageset/ghpf_banner.png);
}

.topnav ul {
	background: url(images/cellpic1_ghost.gif);
}

.topnav li a:hover {
	background: #9933FF;
}

#newPM {
	color: #00FF66;
	font-weight: bold;
	font-size: 12pt;
}

ul#modpanel {
	background: #000000 url(images/cellpic3_ghost.gif) repeat;
}

ul#modpanel li {
	background: #000000 url(images/cellpic1_ghost.gif) repeat;
}

#pgfooter {
	background-image: url(/images/bannerback.png);
	border-color: #660099 #440077 #440077 #660099;
}