/*
  Title:        _common.CSS
  Description:  text formatting
  Author:		Mark Briggs 
  
  Site:			WildAboutWoods
*/

/* HARD CODED SYTLES USED IN MCMS EDITOR  */
body{
	font:	normal 0.7em verdana,arial,helvetica,sans-serif;
}
p{
	margin-top:0px;
}


.normal A{
	color: 			black;
	text-align:	left;
	font-weight:bold;
}

.normal A:hover{
	color: 			#444444;
	text-align:	left;
	font-weight:bold;
}

h1, h1 A{
	font:		bold 150% verdana;
	color:	#014037;
}

li{
	list-style-type: 	square;	
}

h2, h2 A{
	font:		bold 140% verdana;
	color:	#014037;
}

h3, h3 A{
	font:		bold 130% verdana;
	color:	#014037;
}

h4, h4 A{
	font:		bold 115% verdana;
	color:	#3C5F35;
	margin-bottom:0px;
}

h6, h6 A{
	font:		bold 110% verdana;
	color:	#A02C1D;
}

/* CUSTOM CSS  */

.leftAlign img{
		float:left;
}

.leftAlign A{
	color: 			black;
}

.clearboth{
	clear: 		both;
}

.bodyGrey, .bodyGrey A{
	color:		#666666;
	text-decoration: none;
}

.bodyWhiteBold, .bodyWhiteBold A{
	color:		white;
	font-weight:		bold;
}
.breadCrumb, .breadCrumb A{
	color:		black;
}
.breadCrumb A:hover{
	color: #4B4B4B;
}

.bodyWhiteBold A:Hover{
	color:		black;
}
.aMiddle{
	vertical-align: middle;
}
.aRight{
	text-align:		right;
}
img{
	margin:	0px;
	text-align:		left;
	border:	0px;
}

.menu, .menu A{
	color:	white;
	text-decoration: none;
}
.menu A:Hover{
	color: #545454;
}

.topChannels, .topChannels A{
	font-weight: bold;
	padding-left:2px;
	padding-top:5px;
	color:	white;
	text-decoration: none;
}
.topChannels A:hover{
	color: #4B4B4B;
}

.topChannelsActive, .topChannelsActive A{
	font-weight: bold;
	padding-left:2px;
	padding-top:5px;	
	color:	black;
	text-decoration: none;
}
.topChannelsActive A:hover{
	color: #4B4B4B;
}
.postings, .postings A{
	padding-left:2px;
	color:	white;
	text-decoration: none;
}
.postings A:hover{
	color:	#4B4B4B;
}
INPUT.searchBut{
	font-family:	impact, verdana,arial;
	font-size:		13px;
	background-color:	#D26C35;
	color:			white;
	border:			1px solid white;
}
INPUT.tb{
	font-family:	verdana,arial;
	font-size:		13px;
	border:			1px solid black;
}

.bodyWhite,  .bodyWhite A{
	color:white;
}
.bodyWhite A:hover{
	color:		#6495ED;
}

#Header2_Membership1_panLoggedIn, #Header1_Membership1_panLoggedIn
{
	position:absolute;
	left:83px;
	top:0px;
	width:420px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	WIDTH: 650px; 
	background-image: url(/images/3colBackground.gif);
	background-repeat: repeat-y;
}
/* ===========================================================================================  
MCMS control console  
=========================================================================================== */
#divConsole{
	Z-INDEX: 						99; 
	width: 							290px;
	POSITION: 						absolute; 
	visibility:						hidden;
}
#divConsoleTop, #divConsoleTop A{

	height:							20px;
	padding:							0px;
	font-weight:					bold;
	filter: 							alpha(opacity=80);
}
#divConsoleTop A:Hover{
	color: 							#6495ED;
}
#divConsoleHideShow{
	position: 						absolute;
	top: 								20px;
	border: 							2px solid black;
	background-color: 			#EDEDED;
	filter: 							alpha(opacity=80);
}
TABLE.tblConsole{
		width:							100%;
}
TABLE.tblConsole, TABLE.tblConsole A{
	font:								normal 1em verdana;
	color:							black;

}
TABLE.tblConsole A:Hover{
	color:							Maroon;
	
}

#divMenuText{
	position:						relative;
	margin-top:						2px;
}
