/*
  The original kdm2 Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #A99DAD;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px 0px 0px 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana,Tahoma,Arial,sans-serif }
a:link,a:active,a:visited { color : #333333; }
a:hover		{ text-decoration: underline; color : #8C969C; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #DDDFDB;  padding: 10px;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #999999;  }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #DDDFDB; }
td.row2	{ background-color: #DDDFDB; }
td.row3	{ background-color: #DDDFDB; }


/*
  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: #FFFFFF;
		background-image: url(https://www.anistoncenter.com/jacf/templates/kdm2/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #333333; font-size: 10px; font-weight : bold;
	background-color: #D6D7D6; height: 15px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #D6D7D6; border: #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 :-)
*/
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: #FFFFFF; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 11px;}
th.thSides,td.catSides,td.spaceRow	 { }
th.thRight,td.catRight,td.row3Right	 { }
th.thLeft,td.catLeft	  { }
th.thBottom,td.catBottom  {}
th.thTop	 { }
th.thCornerL {  }
th.thCornerR { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 11px; color : #333333;
}
.maintitle,h1,h2 a:link {
	text-decoration: none;
}
.maintitle,h1,h2 a:visited {
	text-decoration: none;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #8C969C; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: underline; color : #8C969C; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #333333; }
a.cattitle		{ text-decoration: none; color : #333333;  }
a.cattitle:hover{ text-decoration: underline; }


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


/* 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;}
a.nav			{ text-decoration: none; color : #333333; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover	{ text-decoration: underline; color : #9DADA1; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link	{ text-decoration: underline; color : #333333 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #8C969C}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #DEDFDE; border: #666666; border-style: solid;
	border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana,Tahoma,Arial,sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #DEDFDE; border: #666666; border-style: solid;
	border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana,Tahoma,Arial,sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
form {
	margin: 0px;
	padding : 0;
}
input , textarea , select {
color : #333333;
font : normal 9px Verdana,Tahoma,Arial,sans-serif;
background-color : #DDDFDB;
border : 1px solid #666666;
margin : 0;
padding : 1px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana,Tahoma,Arial,sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* 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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Custom classes */

/* Table surrounding Frame css */

.frame-t {
	background-image: url(images/frame-t.png);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-b {
	background-image: url(images/frame-b.png);
	background-repeat: repeat-x;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-r {
	background-image: url(images/frame-r.png);
	background-repeat: repeat-y;
	background-position: right;
}
.frame-l {
	background-image: url(images/frame-l.png);
	background-repeat: repeat-y;
	background-position: left;
}
.table-pad {
	padding: 10px 10px 10px 10px;
}
.table-pad-nav {
	padding: 10px 10px 10px 35px;
	background-image: url(images/navarrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/* Breadcrum nav frame css */

.navframe-t {
	background-image: url(https://www.anistoncenter.com/jacf/templates/kdm2/images/navframe-t.png);
	background-repeat: repeat-x;
}
.navframe-b {
	background-image: url(https://www.anistoncenter.com/jacf/templates/kdm2/images/navframe-b.png);
	background-repeat: repeat-x;
}
.navframe-r {
	background-image: url(https://www.anistoncenter.com/jacf/templates/kdm2/images/navframe-r.png);
	background-repeat: repeat-y;
	background-position: right;
}
.navframe-l {
	background-image: url(https://www.anistoncenter.com/jacf/templates/kdm2/images/navframe-l.png);
	background-repeat: repeat-y;
	background-position: left;
}
.navframe-body {
	padding-bottom: 6px;
}

/* header */

#head {
	background-color: #DDDFDB;
	background-image: url(images/head-tile.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#head-right {
	background-image: url(images/head-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#head-logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}
#head-links {
	background-color: #DDDFDB;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#head-links a:link {
	color: #333333;
	text-decoration: none;
}
#head-links a:visited {
	color: #333333;
	text-decoration: none;
}
#head-links a:hover {
	color: #9DADA1;
	text-decoration: underline;
}
#head-bottom {
	background-color: #DDDFDB;
	background-image: url(images/headlinks-bot.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
}

/* border round content header and footer*/

.content {
	}
	
/* bordered grey background to some form elements */

.formholder {
	background-color: #D6D7D6;
	margin: 4px 0px 4px 0px;
	border: 1px solid #999999;
	padding: 2px;
}

/* grey post entry foot*/

.postfoot {
	background-color: #D6D7D6;
	color: #333333;
}

.marg-l {
	background-image: url(images/marg-l.png);
	background-position: right;
	background-repeat: repeat-y;
}
.marg-r {
	background-image: url(images/marg-r.png);
	background-position: left;
	background-repeat: repeat-y;
}

.head-content {
	background-color: #DEDFDE;
}

.quotehead {
	background-color: #D6D7D6;
	border: 1px solid #666666;
}