/* TP specific classes */
	.sitemap{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sitemap_topheader{
		background: #706A6A;
		border-bottom: solid 1px #ffffff;
		padding: 4px;
	}
	
	.sitemap_header{
		background: #F3E0C3;
		border-bottom: solid 1px #ffffff;
		padding: 4px;
		display: block;
		font-weight: bold;
	 }
	
	.sitemap_header_active{
		background: #Fff0d3;
		border-bottom: solid 1px #ffffff;
		padding: 4px;
		display: block;
		font-weight: bold;
	}
	
	.sitemap_header:hover , .sitemap_header_active:hover{
		background: #B3A083;
		border-bottom: solid 1px #ffffff;
		padding: 4px;
		display: block;
		text-decoration: none;
		color: white;
	}
/* TP other styles */
	ul#articlelist
	{
		margin: 0;
		padding: 0.5ex 0;
		list-style: none;
	}
	ul#catlist
	{
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: solid 1px #d0d0d0;
	}
	
	ul#articlelist li
	{
		margin: 0;
		display: block;
		padding: 0 0 0 3ex;
		background: url(images/divider.gif) no-repeat 5px 3px;
	}
	ul#catlist li
	{
		display: block;
		padding: 0 0 0 3ex;
		margin: 0;
	}
/* TP rss feed styles */
	.rss_title{
	 font-weight: bold;
	}
	
	.rss_body{
		margin-bottom: 1ex;
	}
	
	.rss_image{
		margin: 4px 0 4px 0;
	}
/* ############## */
	html 
	{ 
		font-size:100.01%; 
	}
	body 
	{ 
		font-size: 12px;
    	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	form, fieldset 
	{
			  margin: 0;
			  padding: 0;
			  font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
	}
	h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address 
	{
			  margin: 1em 0;
			  padding: 0;
	}
	form label 
	{
			  cursor: pointer;
	}
	fieldset 
	{
			  border: none;
	}
	input, select, textarea 
	{
			  font-size: 100%;
		font-family: inherit;
	}
/* ############# */
	a:link
	{
		color: #476C8E;
		text-decoration: none;
	}
	a:visited
	{
		color: #476C8E;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: underline;
	}
	
/* Navigation links - for the link tree. */
	.nav, .nav:link, .nav:visited
	{
		color: #8B8B8B;
		text-decoration: none;
		font-size: 10px;
	}
	a.nav:hover
	{
		color: #8B8B8B;
		text-decoration: underline;
	}
	
/* Tables should show empty cells. */
	table
	{
		empty-cells: show;
	}
/* By default (td, body..) use verdana in black. */
	body, td, th , tr
	{
		color: #000000;
		font-size: small;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
/* The main body of the entire forum. */
	body
	{
		margin: 0px;
				border-top: solid 20px #4e4445;
				border-left: solid 20px #4e4445;
				border-right: solid 20px #4e4445;
				border-bottom: solid 20px #4e4445;
	}
	td, th
	{
		padding: 4px;
	}
/* Input boxes - just a bit smaller than normal so they align well. */
	input, textarea, button
	{
		color: #000000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	input, button
	{
		font-size: 90%;
	}
	
	textarea
	{
		font-size: 100%;
		color: #000000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
/* All input elements that are checkboxes or radio buttons. */
	input.check
	{
	}
/* Selects are a bit smaller, because it makes them look even better 8). */
	select
	{
		font-size: 90%;
		font-weight: normal;
		color: #000000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
/* Standard horizontal rule.. ([hr], etc.) */
	hr, .hrcolor
	{
		height: 1px;
		border: 0;
		color: #666666;
		background-color: #666666;
	}
/* No image should have a border when linked */
	a img
	{
		border: 0;
	}
/* A quote, perhaps from another post. */
	.quote
	{
		color: #000000;
		background: #ffe0a0;
		margin: 1px;
		padding: 8px;
		font-size: x-small;
		line-height: 1.4em;
		border: solid 1px black;
	}
/* A code block - maybe even PHP ;). */
	.code
	{
		color: #000000;
		background-color: #dddddd;
		font-family: "courier new", "times new roman", monospace;
		font-size: x-small;
		line-height: 1.3em;
		/* Put a nice border around it. */
		border: 1px solid #000000;
		margin: 1px auto 1px auto;
		padding: 1px;
		width: 99%;
		/* Don't wrap its contents, and show scrollbars. */
		white-space: nowrap;
		overflow: auto;
		/* Stop after about 24 lines, and just show a scrollbar. */
		max-height: 24em;
	}
/* The "Quote:" and "Code:" header parts... */
	.quoteheader, .codeheader
	{
		color: #000000;
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		font-size: x-small;
		line-height: 1.2em;
	}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
	.help
	{
		cursor: help;
	}
/* /me uses this a lot. (emote, try typing /me in a post.) */
	.meaction
	{
		color: red;
	}
/* The main post box - this makes it as wide as possible. */
	.editor
	{
		width: 96%;
	}
/* Highlighted text - such as search results. */
	.highlight
	{
		background-color: #AAFFFF;
		font-weight: bold;
		color: black;
	}
/* Alternating backgrounds for posts, and several other sections of the forum. */
	.windowbg
	{
		color: #000000;
		background-color: #EBEBEB;
	}
	.windowbg_hover:hover,.windowbg_hoverHover
	{
		background: #A5B2BC;
	}
	.windowbg2
	{
		color: #000000;
		background-color: #F9F9F9;
	}
	.windowbg2_hover:hover,.windowbg2_hoverHover
	{
		background: #E0E6E6;
	}
	.windowbg3
	{
		color: #000000;
		background-color: #E0E1E8;
	}
	.windowbg_hover3:hover,.windowbg3_hoverHover
	{
		background: #829AA6;
	}
	.mail_hover:hover,.mail_hoverHover
	{
		background: #A5B2BC;
	}
	.windowbg4
	{
		color: #000000;
		background-color: #FFFFFF;
	}
/* the today container in calendar */
	.calendar_today
	{
		background-color: #FFFFFF;
	}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
	.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
	{
		color: White;
		font-style: normal;
		background: #706A6A;
		padding-left: 10px;
		padding-right: 10px;
	}
	.titlebg, .titlebg a:link, .titlebg a:visited
	{
		font-weight: bold;
		color: White;
		font-style: normal;
	}
	
	.titlebg a:hover
	{
		color: #404040;
	}
/* same as titlebg, but used where bold text is not needed */
	.titlebg2 a:link, .titlebg2 a:visited
	{
		color: White;
		font-style: normal;
		text-decoration: underline;
	}
	
	.titlebg2 a:hover
	{
		text-decoration: underline;
	}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
	.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
	{
		background: #DCE2D4;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catbg2 , tr.catbg2 td
	{
		background: #DCE2D4;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catbg, .catbg2, .catbg3
	{
		border-bottom: solid 1px #BEC2B4;
	}
	.catbg, .catbg2
	{
		font-weight: bold;
	}
	.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
	{
		font-size: 95%;
		text-decoration: none;
	}
	.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
	{
		text-decoration: none;
	}
	.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
	{
		text-decoration: underline;
	}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
	.bordercolor
	{
	}
/* This is used on tables that should just have a border around them. */
	.tborder
	{
	}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
	.smalltext
	{
		font-size: x-small;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	.middletext
	{
		font-size: 90%;
	}
	.normaltext
	{
		font-size: small;
	}
	.largetext
	{
		font-size: large;
	}
/* Posts and personal messages displayed throughout the forum. */
	.post, .personalmessage
	{
		width: 100%;
		overflow: auto;
		line-height: 1.3em;
	}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
	.signature
	{
		width: 100%;
		overflow: auto;
		padding-bottom: 3px;
		line-height: 1.3em;
	}
/* Sometimes there will be an error when you post */
	.error
	{
		color: red;
	}
/* definitions for the main tab, active means the tab reflects which page is displayed */
	.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
	{
		vertical-align: top;
	}
	.maintab_back, .maintab_active_back
	{
		text-decoration: none;
		font-size:  9px;
		vertical-align: top;
		padding: 6px;
	}
	
	.maintab_first
	{
	}
	.maintab_back
	{
	}
	.maintab_last
	{
	}
	.maintab_active_first
	{
	}
	.maintab_active_back
	{
	}
	.maintab_active_last
	{
	}
/* how links behave in main tab. */
	.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
	{
		color: black;
		text-decoration: none;
	}
	.maintab_back a, .maintab_active_back a
	{
		color: Black;
	}
	.maintab_back a:hover, .maintab_active_back a:hover
	{
		text-decoration: none;
		border-bottom: solid 2px Blue;
	}
	/* definitions for the mirror tab */
	.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
	{
		vertical-align: top;
	}
	.mirrortab_back, .mirrortab_active_back
	{
		text-decoration: none;
		font-size: 9px;
		vertical-align: bottom;
		padding: 6px;
	}
	.mirrortab_first
	{
	}
	.mirrortab_back
	{
	}
	.mirrortab_last
	{
	}
	.mirrortab_active_first
	{
	}
	.mirrortab_active_back
	{
	}
	.mirrortab_active_last
	{
	}
/* how links behave in mirror tab. */
	.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
	{
		text-decoration: none;
	}
	.mirrortab_back a, .mirrortab_active_back a
	{
		color: black;
	}
	.mirrortab_back a:hover, .mirrortab_active_back a:hover
	{
		text-decoration: none;
		border-top: solid 2px Blue;
	}
/* The AJAX notifier */
	#ajax_in_progress
	{
		width: 300px;
		background: #F4FDE7;
		border: solid 3px #888;
		color: #000;
		text-align: center;
		font-weight: bold;
		font-size: 18pt;
		padding: 3px;
		position: fixed;
		top: 10%;
		left: 30%;
	}
/*---Template Styles---*/
	#frame
	{
		background-color: #FFFFFF;
	}
	#bot
	{
		background: #FFFFFF;
		padding: 0;
	}
	#botl
	{
		background: url(images/layout/BotLeft.gif) no-repeat bottom left;
	}
	#botr
	{
		background: url(images/layout/BotRight.gif) no-repeat bottom right;
		padding: 6px 5px 5px 25px;
		color: #FFFFFF;
		font-weight: bold;
	}
/*---Header---*/
	#top
	{
		height: 130px;
	}
	#headerlogo
	{
		position: relative;
		width: 100%;
		height: 95px;
		background-image: url(images/layout/HeaderSlice.jpg);
		background-color: White;
	}
	#logo1
	{
		width:330px;
		height: 100px;
		background-image: url(images/layout/Header1.jpg);
	}
	#logo2
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 10px;
		height: 100px;
		background-image: url(images/layout/Header2.jpg);
	}
/*---Top Menu---*/
	#topmenupos
	{
		position: absolute;
		top: 0px;
		right: 180px;
		width: 500px;
		height: 25px;
	}
	ul#topmenu
	{
		float: right;
		margin: 0;
		padding: 0;
		background: #4d4445;
		list-style: none;
		font-size: 12px;
		font-weight: bold;
		color:white;
	}
	ul#topmenu li
	{
		float: left;
		height: 25px;
	}
	ul#topmenu li
	{
		background: #4d4445;
	}
	ul#topmenu li.first
	{
		background: url(images/layout/end-l.jpg) no-repeat bottom left;
		width: 20px;
		height: 26px;
	}
	ul#topmenu li.last
	{
		background: url(images/layout/end-r.jpg) no-repeat bottom right;
		width: 20px;
		height: 26px;
	}
	ul#topmenu li a
	{
		display: block;
		color: White;
		text-decoration: none;
		padding: 5px 5px 0 5px;
	}
	ul#topmenu li a:hover
	{
		color: White;
		text-decoration: underline;
	}
/*---Current Date---*/
	.telephone
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 18px;
		Color: #676FD2;
		font-weight: bold;
		font-style: italic;
	}
	#currentdate
	{
		text-align: right;
		position:absolute;
		top: 10px;
		right: 10px;
		font-size: smaller;
	}
/*---Search Box---*/
	#searchbox
	{
		position:absolute;
		top: 155px;
		right: 25px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: smaller;
	}
/*---Login Box---*/
	#login
	{
		position: absolute;
		top:46px;
		right: 5px;
		padding-right: 1em;
		text-align: right;
	}
	#usersection
	{
		position: absolute;
		top: 68px;
		right: 5px;
		overflow: hidden;
	}
	#avatar_nov
	{
		float: left;
		padding-right: 1em;
		text-align: right;
	}
/*---Navagation Bar Menu---*/
	ul#menubox
	{
		list-style: none;
		padding: 0;
		margin: 0 0 0 1em;
		background-color:#FFFFFF;
	}
	ul#menubox li
	{
		float: left;
		height: 32px;
	}
	ul#menubox li a
	{
		color: black;
		display: block;
		padding: 5px;
	}
	ul#menubox li a:hover
	{
		border-bottom: solid 3px blue;
		text-decoration: none;
	}
	ul#menubox li.chosen a
	{
		font-weight: bold;
		border-bottom: solid 3px blue;
	}
/*---Navagation Path---*/
	#linktree
	{
		height: 20px;
		background-color: #676FD2;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10px;
		padding: 1em 0 0 2em;
	}
	#linktree a
	{
		color: #FFFFFF;
		text-decoration: none;
	}


#bodyarea
{
	background: #FFFFFF;
}
.widthbuttons
{
	cursor: pointer;
	padding: 0 0 0 2px;
	margin: 0;
	border: none;
	background: #F3F7FB;
	display: inline;
}	
#av
{
	height: 30px;
	width: 30px;
	border: solid 1px #888;
	padding: 5px;
	overflow: hidden;
	float: right;
}
/*--- Footer---*/
	#footerarea
	{
		padding: 6px;
		background-color: #4d4445;
	}
	#footermenu
	{
		text-align: center;
		margin: 15px 10px 15px 10px;
	}
	#footertext
	{
		text-align: left;
		text-align: center;			  
	}
	.footermenulink
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: White;
		padding: 3px 3px 3px 3px;
	}
	.footermenulink a
	{
		text-decoration: none;
		color: White;
		padding: 3px 3px 3px 3px;
	}
	.footermenulink a:hover
	{
		text-decoration: underline;
		color: White;
		background-color: Black;
	}
	.footertxt
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		color: Silver;
	}
	.footertxt a
	{
			 font-family: Arial, Verdana, Helvetica, sans-serif;
			 font-size: 8pt;
			 color: Silver;
	}
	.footertxt a:hover
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: Silver;
		background-color: Black;
	}
#smfcopyright
{
	text-align: center;
	font-size: smaller;
	color: #000000;
}
#smfcopyright a
{
	color: #000000;
}
#pages
{
	background: url(images/png/middle2.png) repeat-x #D4DDC7;
	padding: 1em;
}
#pages h1,h2,h3,h4,h5,h6,p
{
	margin: 1em 0 1em 0;
}
#pages p
{
	
	line-height: 1.3em;
}
.clearfix:after 
{
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3
{
	height: 1%;
}
/* End hide from IE-mac */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg2, .windowbg3, tr.windowbg td, tr.windowbg2 td, tr.windowbg3 td
{
	padding: 4px;
}

#content
{
	background: #FFFFFF;
}
#content-l
{
	background: #FFFFFF;
}
#content-r
{
	background: #FFFFFF;
	padding: 20px 0 1em 0;
}
#content2
{
	background: #FFFFFF;
}
#content2-l
{
	background: #FFFFFF ;
}
#content2-r
{
	background: #FFFFFF;
	padding: 20px 0 1em 0;
}
.cat
{
	background: #676FD2;
	padding: 0;
}
.catl
{
	background: url(images/layout/CatLeft.gif) no-repeat ;
}
.catr
{
	background: url(images/layout/CatRight.gif) no-repeat top right;
	padding: 6px 5px 5px 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.catr a:link, .catr a:visited, tr.catr td
{
	color: #FFFFFF;
}
.mpad
{
	padding: 0 1em 0 1em;
}
.content3
{
	background: #FFFFFF;
	padding-bottom: 1em;
}
.panel
{
	background: #FFFFFF;
}
.panel2
{
	padding-top: 20px;
	background: #FFFFFF;
}
#tablepanel
{
	background: #FFFFFF;
}
.post ul
{
  list-style: auto;
  margin-left: 1.5em;
}
/* Right Column Content Styles
------------------------------------*/
.curcat
{
	font-size: 10px;
	vertical-align:top;
	font-weight:bold;
}
.colcont
{
	font-size: 10px;
	padding-top: -6;
}
.rightbar
{
    width: 100%;
    color: #706A6A;
    height: 1px;
    noshade: noshade;
}
.adrotator
{
    text-align: center;
}