/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #C8D6E1;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #DBE4ED;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* 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;
}
/* Normal, standard links. */
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: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	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: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: url(images/img/back.jpg) repeat-x #C2C2C2;
	margin: 0px;
	padding: 12px 0px 4px 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, 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: verdana, 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-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* 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: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #d7e2e7;
}
.windowbg2
{
	color: #000000;
	background-color: #e7f2f7;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* 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: #e0e0e0;
	font-style: normal;
	background: #718D9B;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 2px white;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #e0e0e0;
	font-style: normal;
}

.titlebg a:hover
{
	color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #e0e0e0;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
}

.titlebg2 a:hover
{
	color: white;
}

/* 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: #91aDbB;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #91aDbB;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	margin: 0 1px 0 1px;
	border-bottom: solid 2px white;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
.catbg4
{
	background: #ededf0;
	font-size: x-small;
}
/* 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: verdana, 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 mirror tab */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
}
.maintab_back, .maintab_active_back
{
	background: url(images/img/menuback.gif) repeat-x;
	text-decoration: none;
	font-size: 10px;
	vertical-align: bottom;
	font-size: 9px;
	font-weight: bold;
	color: #bf6500;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	font-weight: bold;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in mirror tab. */
.maintab_back a:link , .maintab_back a:visited
{
	text-decoration: none;
	background: url(images/img/menuback.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: black;
}
.maintab_active_back a:link , .maintab_active_back a:visited,.maintab_active_back a:link , .maintab_active_back a:visited
{
	text-decoration: none;
	background: url(images/img/menuback_active.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: #bf6500;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	background: url(images/img/menuback_active.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: black;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
}
.mirrortab_back, .mirrortab_active_back
{
	background: url(images/img/menuback.gif) repeat-x;
	text-decoration: none;
	font-size: 10px;
	vertical-align: bottom;
	font-size: 9px;
	font-weight: bold;
	color: #bf6500;
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	font-weight: bold;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	text-decoration: none;
	background: url(images/img/menuback.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: black;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited,.maintab_active_back a:link , .maintab_active_back a:visited
{
	text-decoration: none;
	background: url(images/img/menuback_active.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: #bf6500;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	background: url(images/img/menuback_active.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	color: black;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.container
{
	_height: 1%;
	overflow: auto;
	background: url(images/img/nologo.jpg) repeat-y #B1D2E5;
}

#main
{
	margin: auto;
	width: 88%;
	border: solid 2px white;
	background: white;
}
#top
{
	background: url(images/img/) no-repeat #b1d2e5;
	text-align: right;
	font-size: x-small;
	height: 38px;
}
#user
{
	padding: 8px;
	text-align: right;
	float: right;
}

#wrap {
    }
#menu {
    background: url(images/img/menuback.gif) repeat-x;
    padding: 4px 0;
    }
#menu_active {
    background: url(images/img/menuback_active.gif) repeat-x;
    padding: 4px 0;
    }

#menu .active_now {
    background: url(images/img/menuback_active.gif) repeat-x;
    padding: 4px 10px;
    }

#menu a {
    padding: 4px 10px;
    text-decoration:none;
	font-family: tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #bf6500;
    }
#menu a.hover {
    background: url(images/img/menuback_active.gif) repeat-x;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:8px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    font-size: 8px;
    font-family: tahoma, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	color: white;
	}


/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}
tr.item td, tr.item td a{
	font-size: 9px;
	color: whie;
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #ffd090;
	color: orange;
	}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

#leftbarHeader, #rightbarHeader
{
	border-top: solid 2px white;
}
#leftbarHeader
{
	padding: 0 2px 0 0;
}
#rightbarHeader
{
	padding: 0 1px 0 2px;
}
#centerbar
{
	padding: 2px 4px 0px 4px;
}
#linktree
{
	padding: 6px 10px 0 10px;
	margin: 2px 0 0 0;
}
.forummenus
{
	font-size: 11px;
	padding: 10px;
}
.forummenus a:hover
{
	text-decoration: overline;
}




.lpart
{
	background: url(../../tp-images/lpart.jpg) no-repeat;
	padding: 0 0 0 57px;
	height: 222px;
	margin: 0 40px 0 40px;
}
.rpart
{
	background: url(../../tp-images/rpart.gif) top right no-repeat;
	padding: 0 17px 0 0px;
	height: 222px;
	position: relative;
	right: -15px;
}
.lpart2
{
	background: url(../../tp-images/lpart2.gif) no-repeat;
	padding: 0 0 0 27px;
	height: 222px;
	margin: 0 0px 0 10px;
}
.rpart2
{
	background: url(../../tp-images/rpart2.gif) top right no-repeat;
	padding: 0 10px 0 0px;
	height: 222px;
	position: relative;
	right: -20px;
}
.overflowfix
{
	overflow: auto;
	_height: 1%;
}
#innerframe2
{
	position: relative;
	top: -10px;
}
#logo
{
	background: url(images/img/Erinbanner2.jpg) no-repeat;
	height: 110px;
}