/* The Lands of Draknor CSS */

/* General Styles */
	body { background-color: #0D0D0F; }
	a:link { color: #990000; text-decoration: none; }
	a:visited { color: #CC0000; text-decoration: none; }
	a:hover { color: #660033; text-decoration: none; }
	a:active { color: #FFFFFF; text-decoration: none; }
	h3 { line-height: 22px; }
	
	a.allchanges { font-size:10px; }
	
	td.event p
	{
		font-size:12px;
		font:Georgia, "Times New Roman", Times, serif;
	}

/* Page Styles */
	  table.pagetable { width:780px; border:0px; padding:0px; } 
	  td.pagetext {
	  	font-size:15px; color:#ffffff; text-decoration:none; line-height:12px; padding:10px 10px 0 10px;
		border:1px solid #990033; border-collapse:collapse; }
	  td.pagetext2 {
	  	font-size:15px; color:#ffffff; text-decoration:none; line-height:16px; padding:10px;
		border:1px solid #990033; border-collapse:collapse; }
	  span.pagetitle { font-size:24px; line-height:28px; }
	  span.footer { color:#0000ff; font-size:9px; line-height:10px; font-style:italic; }
	  span.footboxtext { color:#ffffff; font-size:12px; line-height:13px; }
	  a.footboxlink { color:#0000ff; font-size:12px; line-height:13px; }

/* Navigation Menu Styles */
	  table.navmenu {
	  	width:110px; border:1px solid black; border-collapse:collapse; background-color:#666666;
		color:#7c7726; font-family:Arial; text-align:left; text-decoration:none; }
	  td.navedge { height:14px; vertical-align:middle; background-color:#000000; }
	  td.navcell {
	  	border-top:1px solid black; padding:3px 3px 3px 6px; height:19px;
	  	font-size:11px; line-height:14px; color:#ffffff; font-weight:bold; text-decoration:none; }
	  a.navcell { font-size:11px; line-height:14px; color:#ffffff; font-weight:bold; text-decoration:none; }
	  td.menulink {
	  	border-top:1px height:10px; vertical-align:middle; font-size:10px; color:#990000;
		line-height:14px; padding-left:15px; }
	  td.srchcell { border-top:1px solid black; }
	  td.navblank { border-top:1px solid black; }
	  td:hover.navcell { background-color:#000000; cursor:pointer; }
	  td:hover.menulink { background-color:#000000; cursor:pointer; }
	  img.arrow { border:0px; float:right; }

/* page/function-specific styles */
	span.motdtitle { color:#ffffff; font-size:24px; line-height:25px; }
	span.motdsig { color:#ffffff; font-size:15px; line-height:16px; }
	span.motd { color:#ffffff; font-size:12px; line-height:13px; }
	a.motd { font-size:12px; line-height:13px; }

/* ********************************************* */
/* phpBB2 forum styles (from overall_header.tpl) */
/* ********************************************* */

/* General font families for common tags */
font,th,td { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color:#0000aa; font-weight: bold; }
a:hover { text-decoration: underline; color:#0000ff; font-weight: bold; }
hr { height: 0px; border: solid #555555 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline  { background-color: #000000; }
.bodyline2 { background-color: #000000; }
.bodyline3 { background-color: #555555; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #555555; }
td.row2 { background-color: #555555; }
td.row3 { background-color: #555555; }

/*
  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('http://www.landsofdraknor.net/forum/phpBB2/templates/guildwars/images/GuildWarsTree/cellpic2.gif');
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #CAB44D; font-size: 11px; font-weight:bold;
	background-color: #000000; height: 25px;
	background-image: url('http://www.landsofdraknor.net/forum/phpBB2/templates/guildwars/images/GuildWarsTree/cellpic3.gif');
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url('http://www.landsofdraknor.net/forum/phpBB2/templates/guildwars/images/GuildWarsTree/cellpic1.gif');
	background-color:#555555; border: #000000; height: 28px;
}

/*
  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.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #000000; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #555555; border: #000000; 
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height:120%; color:#ffffff;
}

/* General text */
.gen { font-size:12px; }
.genmed { font-size:11px; }
.gensmall { font-size:10px; }
.gen,.genmed,.gensmall { color:#ffffff; }
a.gen,a.genmed,a.gensmall { color: #bd0000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* ADMIN & MOD links */
.gadmin { color:#ffff00; }
a.gadmin { color: #ffff00; text-decoration: none; }
a.gadmin:hover { color: #ff9900; text-decoration: underline; }

.gmoder { color:#00ffff; }
a.gmoder { color: #00ffff; text-decoration: none; }
a.gmoder:hover { color: #00ff99; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu { font-size:10px; color:#aaaaaa; }
a.mainmenu { text-decoration: none; color:#c0c0c0; }
a.mainmenu:hover { text-decoration: underline; color:#cccccc; }

/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color:#bd0000; }
a.cattitle { text-decoration: none; color:#c4c4c4; }
a.cattitle:hover { text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color:#990000; }
a.forumlink { font-weight: bold; text-decoration: none; color:#990000; }
a.forumlink:hover { font-weight: bold; text-decoration: underline; color:#dc0000; }

/* 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:#ffffff;}
a.nav { text-decoration: none; color:#bd0000;; }
a.nav:hover { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color:#ffffff; }
a.topictitle:link { text-decoration: none; color:#aa0000; }
a.topictitle:visited { text-decoration: none; color:#aa0000; }
a.topictitle:hover { text-decoration: underline; color:#dc0000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size:11px; color:#ffffff;}

/* Location, number of posts, post date etc */
.postdetails { font-size:10px; color:#ffffff; }

/* The content of the posts (body of text) */
.postbody { font-size:12px; line-height: 18px }
a.postlink:link { text-decoration: none; color:#0000dc }
a.postlink:visited { text-decoration: none; color:#0000dc; }
a.postlink:hover { text-decoration: underline; color:#0000ff}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #ffffff;
	background-color: #666666; border: #880000; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 125%;
	background-color: #666666; border: #880000; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ff0000; letter-spacing: -1px;}
a.copyright:link,a.copyright:active,a.copyright:visited { color:#ff0000; text-decoration: none;}
a.copyright:hover { color:#ff0000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color:#ffffff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color:#ffffff;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color:#000000;
}

input { text-indent:2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	color:#000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color:#555555;
	color:#ffffff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	background-color:#555555;
	color:#ffffff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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: #555555; border-style: none; }

input.helpsrch, textarea.helpsrch {
	color:#000000;
}

span.CCDflt { color: #ffffff; font-family: Courier; font-size: 12px; line-height: 110%; } /* default style */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9pt;
	text-align:left;
	line-height:125%;
	margin:0px 10px 10px 0px;
}

p.story {
	margin:5px 0px 0px 0px;
	line-height:100%;
}

p.title {
	color: #990033;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

li.story {
	list-style-type:none;
	padding: 0px 0px 0px 15px;
}

ul.story {
	list-style-type:none;
	padding: 0px 0px 0px 15px;
}

.clan_list {
	width: 115px;
	/*position:relative;*/
	padding: 0 0 5px 5px;
	margin: 0 0 10px 10px;
	float:right;
	font-size:80%;
	text-align: center;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1em;
}

.clan_pricing {
	width: 425px;
	/*position:relative;*/
	padding: 0;
	margin: 10px 0 10px 0;
	font-size:80%;
	text-align: justify;
	line-height: 95%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

p.clan_page {
	margin-top: 0px;

}

p.pricing_menu {
	margin-bottom: 2px;
	margin-top: 2px;	
}

p.pricing_menu a:hover {
	background-color:#CCCCCC;
	color: #000000;
	text-decoration: none;
}

p.pricing_list {
	margin-bottom: 0;
	margin-top: 0;
}

a.allchanges {
	color: #663399;
}