/*
  Based on the original subSilver Theme for phpBB version 2+ by subBlue design (http://www.subBlue.com)
*/

body {
  color: #ffffff;
	background-color: #000000;
	background-image: url(/phpBB/templates/tales/images/background.jpg);
	scrollbar-face-color: #792300;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #792300;
	scrollbar-3dlight-color: #494D4A;
	scrollbar-arrow-color:  #C97330;
	scrollbar-track-color: #494D4A;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link, a:active, a:visited { text-decoration: none; color: #CFA67A; }
a:hover		{ text-decoration: underline; color: #FFDDA4; }

/* This is the border line & background colour round the entire page */
/* .bodyline	{ background-color: #000000; background-image: url(/phpBB/templates/tales/images/background.jpg);} */

/* This is the outline round the main forum tables */
.forumline	{ background-color: #27140E; border: 1px #CA6F1C solid; }

.helpline { 
  background-color: #792300;
	border-style: none;
}

/*hr {
	height: 0px;
	border: solid #D0CAEA 0px;
	border-bottom-width: 1px;
}
*/

td.row1 {
	background-color: #494D4A; 
}
td.row2, .helpline {
	background-color: #792300; 
}
td.row3, td.row3Right {
	background-color: #494D4A; 
}
td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	background-color:#792300; border: #000000; border-style: solid; height: 28px;
}
td.catlight {
	background-color: #792300; /*background-image: url(./images/css/css_cat_light.jpg); */
	height: 28px;
}
td.catmini {
	background-color: #792300; /*background-image: url(./images/css/css_cat_mini.jpg);*/
	height: 20px;
}
td.spaceRow {
  /* background-image: url(./images/wood.jpg); */
	height: 10px;
}

th {
	background-color: #792300;	/*background-image: url(./images/css/css_header.jpg);*/
	height: 28px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

			background-color:#792300; border: #000000; border-style: solid; height: 28px;
}

th, td {
	/* border: solid #FFFFFF 0px; */
}
th.thHead, td.catHead {
	border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow, td.catmini {
	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;
}


/* fonts */
th {
	font-size: 11px;
	font-weight: bold;
	color: #FFA34F;
}

p, td, td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	font-size: 11px;
}


.maintitle, h1, h2 {
	font-weight: bold; font-size: 22px; font-family: "Arial, Helvetica, sans-serif",Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 120%; color: #FFFFFF;
}


.gen {
	font-size: 15px;
}
.genmed {
	font-size: 13px;
}
.gensmall {
	font-size: 11px;
}
.gen, .genmed, .gensmall { 
	color: #FFFFFF;
}
a.gen, a.genmed, a.gensmall {
	color: #C97330;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #B8A018;
	text-decoration: underline;
}

.mainmenu {
	font-size: 13px;
	color: #FFFFFF
}
a.mainmenu {
	text-decoration: none;
	color: #C97330;
}
a.mainmenu:hover {
	text-decoration: underline;
	color: #B8A018;
}

.cattitle {
	font-weight: bold;
	font-size: 13px ;
	color: #C97330;
}
a.cattitle {
	text-decoration: none;
	color: #C97330;
}
a.cattitle:hover {
	text-decoration: underline;
}

.forumlink {
	font-weight: bold;
	font-size: 13px;
	color: #C97330;
}
a.forumlink {
	text-decoration: none;
	color: #C97330;
}
a.forumlink:hover {
	text-decoration: underline;
	color: #B8A018;
}

.nav {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
a.nav {
	text-decoration: none;
	color: #C97330;
}
a.nav:hover {
	text-decoration: underline;
}

.topictitle {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
a.topictitle:link {
	text-decoration: none;
	color: #C97330;
}
a.topictitle:visited {
	text-decoration: none;
	color: #B8A018;
}
a.topictitle:hover {
	text-decoration: underline;
	color: #B8A018;
}

.name {
	font-size: 15px;
	color: #FFFFFF;
}

.postdetails {
	font-size: 11px;
	color: #FFFFFF;
}

.postbody {
	font-size: 15px;
}

a.postlink:link {
	text-decoration: none;
	color: #C97330;
}
a.postlink:visited {
	text-decoration: none;
	color: #B8A018;
}
a.postlink:hover {
	text-decoration: underline;
	color: #B8A018;
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #6c706c;
	border: solid #494D4A 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 125%;
	background-color: #6c706c;
	border: solid #494D4A 1px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	letter-spacing: -1px;
}
a.copyright {
	color: #777777;
	text-decoration: none;
}
a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

input, textarea, select {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
input {
	text-indent: 2px;
}

/* */
textarea.post {
width:99%;
height:450px;

}
input.post, textarea.post, select {
	background-color: #000000;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #494D4A;
	color: #FFFFFF;
}

input.mainoption {
	background-color: #6c706c;
	font-weight: bold;
}
input.liteoption {
	background-color: #6c706c;
	font-weight: normal;
}

.absbottom {
	vertical-align: text-bottom;
}

/* calendar */
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}                                             

td.attachrow {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border: 1px #006699 solid;
}
td.attachheader {
	color: #314687;
	font-size: 11px;
	font-weight: bold;
	background: #D7D7E7 url(images/css/css_cat.jpg) repeat-x;
	height: 21px;
	white-space: nowrap;
}
table.attachtable {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border: 1px #006699 solid;
	border-collapse: collapse;
}

.scroll {
	font-size: 15px; 
	color: #000000; 
	font-family: cursive;
}

.scroll a:link {
	color: #993300;
	text-decoration: none;
}

.scroll a:visited {
	color: #aa6600;
	text-decoration: none;
}

.scroll a:hover {
	color: #aa6600;
	text-decoration: underline;
}
/* CH IMPortal Marquee */
#marqueecontainer {
	position: relative;
	width: 100%; /* marquee width */
	height: 150px; /* marquee height */
	overflow: hidden;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url(./formIE.css);

