/**********************************************************************************
* Boardhover.css - Boardhover & Linktree hover background & text colors
* Version 1.7.0 by JMiller a/k/a butchs
*********************************************************************************
* This program is distributed in the hope that it is and will be useful, but
* WITHOUT ANY WARRANTIES; without even any implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************************/

/**********************************************************************************
* Boardhover items and hover text colors
* See the "index.css" file for the rest background and text color hover items:
* windowbg2, approvebg2, stickybg2, lockedbg2 and locked_sticky2
**********************************************************************************/

/* main board hovers */
.windowbg2_hover:hover,.windowbg2_hoverHover
{
	color: green;					/* hover text color */
	background: #dde5ed;			/* hover background color */
}
.windowbg2_hover:hover a, .windowbg2_hoverHover a, .windowbg2_hover:hover .lastpost, .windowbg2_hoverHover .lastpost, .windowbg2_hover:hover .info, .windowbg2_hoverHover .info
{
	color: green;					/* hover text color */
}

/* admin & moderator approval */
.approvebg2_hover:hover,.approvebg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
	background: #ffdae7;			/* hover background color */
}
.approvebg2_hover:hover a, .approvebg2_hoverHover a, td.subject.approvebg2.approvebg2_hover:hover, td.subject.approvebg2.approvebg2_hoverHover, td.lastpost.approvebg2.approvebg2_hover:hover, td.lastpost.approvebg2.approvebg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
}
.approvetbg2_hover:hover,.approvetbg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
	background: #fab39f;			/* hover background color */
}
.approvetbg2_hover:hover a, .approvetbg2_hoverHover a, td.lastpost.approvetbg2.approvetbg2_hover:hover, td.lastpost.approvetbg2.approvetbg2_hoverHover, td.subject.approvetbg2.approvetbg2_hover:hover, td.subject.approvetbg2.approvetbg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
}

/* sticky */
.stickybg2_hover:hover,.stickybg2_hoverHover
{
	color: green;					/* hover text color */
	background: #decec9;			/* hover background color */
}
.stickybg2_hover:hover a, .stickybg2_hoverHover a, td.subject.stickybg2.stickybg2_hover:hover, td.subject.stickybg2.stickybg2_hoverHover, td.lastpost.stickybg2.stickybg2_hover:hover, td.lastpost.stickybg2.stickybg2_hoverHover
{
	color: green;					/* hover text color */
}

/* locked */
.lockedbg2_hover:hover,.lockedbg2_hoverHover
{
	color: green;					/* hover text color */
	background: #c1cfd3;			/* hover background color */
}
.lockedbg2_hover:hover a, .lockedbg2_hoverHover a, td.subject.lockedbg2.lockedbg2_hover:hover, td.subject.lockedbg2.lockedbg2_hoverHover, td.lastpost.lockedbg2.lockedbg2_hover:hover, td.lastpost.lockedbg2.lockedbg2_hoverHover
{
	color: green;					/* hover text color */
}

/* locked and sticky */
td.lastpost.locked_sticky2.stickybg2_hover:hover, td.lastpost.locked_sticky2.stickybg2_hoverHover
{
	color: green;					/* hover text color */
}
td.lastpost.locked_sticky2.stickybg2_hover:hover, td.lastpost.locked_sticky2.stickybg2_hoverHover, td.subject.stickybg.locked_sticky2.stickybg2_hover:hover,td.subject.stickybg.locked_sticky2.stickybg2_hoverHover
{
	color: green;					/* hover text color */
}

/**********************************************************************************
* Linktree hover items
**********************************************************************************/

/* The navigation list (for board hover 1+) */
.navigate_hvr_section
{
	overflow: hidden;
	padding: 0.5em;
	margin: 0 0 0 0;
}
.navigate_hvr_section ul
{
	display: block;
	margin: 0;
	font-size: 0.9em;
	padding: .5em 0 0.5em 0;
	border-top: 1px solid #ccc;
	list-style: none;
	clear: both;
	width: 100%;
}
.navigate_hvr_section ul li
{
	display: inline;
	padding: 0;
	font-size: 0.95em;
}

/*   borders around the linktree elements & background behind hover items
*    all borders MUST have same color											*/.linktree_border0{
	margin-left: 0;
	margin-right: 0;
	height: 1.5em;
	font-size: 1em;
	background: #FFFFFF;			/* rest background behind hovers */
}.linktree_border1{	margin-left: 0;	margin-right: 0;	height: 3em;	font-size: 1em;	background: #FFFFFF;			/* rest background behind hovers */
}.linktree_border2{	margin-left: 0;	margin-right: 0;	height: 4.5em;	font-size: 1em;	background: #FFFFFF;			/* rest background behind hovers */
}.linktree_border3{	margin-left: 0;	margin-right: 0;	height: 6em;	font-size: 1em;	background: #FFFFFF;			/* rest background behind hovers */}
/*   Linktree hover row placeholder      */.linktree_b{	margin: 0;	height: 1.3em;	padding: 0;}
/* Linktree hover items */.linktree_0{	position: relative;	float: none;	width: 100%;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #f0f4f7;				/* rest hover background color */	overflow:auto;}.linktree_0_hover:hover, .linktree_0_hoverHover{	width: 100%;	background: #dde5ed;				/* hover background color */	overflow:auto;}.linktree_1{	position: relative;	float: left;	width: 49.5%;	margin: 0;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #f2e3d9;	background: #f0f4f7;				/* rest hover background color */	overflow:auto;}.linktree_1_hover:hover, .linktree_1_hoverHover{	position: relative;	float: left;	width: 49.5%;	margin: 0;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #dde5ed;				/* hover background color */	overflow:auto;}.linktree_2{	position: relative;	width: 50%;	float: right;	margin: 0;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #d8e1e7;				/* rest hover background color */	overflow: auto;}.linktree_2_hover:hover,.linktree_2_hoverHover{	position: relative;	width: 50%;	float: right;	margin: 0;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #c6d1d8;				/* hover background color */	overflow: auto;}.linktree_3{	position: relative;	width: 50%;	float: left;	margin: 0;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #d8e1e7;				/* rest hover background color */	overflow: auto;}.linktree_3_hover:hover,.linktree_3_hoverHover{	position: relative;	width: 50%;	float: left;	margin: 0;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #c6d1d8;				/* hover background color */	overflow: auto;}.linktree_4{	position: relative;	width: 50%;	float: right;	margin:0 0 0 -20%;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #f0f4f7;				/* rest hover background color */	overflow: auto;}.linktree_4_hover:hover, .linktree_4_hoverHover{	position: relative;	width: 50%;	float: right;	margin:0 0 0 -20%;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #dde5ed;				/* hover background color */	overflow: auto;}.linktree_5{	position: relative;	width: 50%;	float: left;	margin: 0;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #f0f4f7;				/* rest hover background color */	overflow: auto;}.linktree_5_hover:hover, .linktree_5_hoverHover{	position: relative;	width: 50%;	float: left;	margin: 0;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #dde5ed;				/* hover background color */	overflow: auto;}.linktree_6{	position: relative;	width: 50%;	float: right;	margin:0 0 0 -20%;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #d8e1e7;				/* rest hover background color */	overflow: auto;}.linktree_6_hover:hover, .linktree_6_hoverHover{	position:relative;	width: 50%;	float: right;	margin: 0 0 0 -20%;	line-height: 1.3em;	border: solid .1em #cacdd3;	background: #c6d1d8;				/* hover background color */	overflow: auto;}.linktree_7{	position: relative;	width: 50%;	float: left;	margin: 0;	line-height: 1.3em;	text-align: center;	text-decoration: none;	color: black;						/* rest text color */	border: solid .1em #cacdd3;	background: #d8e1e7;				/* rest hover background color */	overflow:auto;}

/* Linktree hover text colors */
div.linktree_0.linktree_0_hover:hover a, div.linktree_0.linktree_0_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_1.linktree_1_hover:hover a, div.linktree_1.linktree_1_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_2.linktree_2_hover:hover a, div.linktree_2.linktree_2_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_3.linktree_3_hover:hover a, div.linktree_3.linktree_3_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_4.linktree_4_hover:hover a, div.linktree_4.linktree_4_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_5.linktree_5_hover:hover a, div.linktree_5.linktree_5_hoverHover a
{
	color: green;						/* hover text color */
}
div.linktree_6.linktree_6_hover:hover a, div.linktree_6.linktree_6_hoverHover a
{
	color: green;						/* hover text color */
}