/***********************************************/
/* chf_forum_extra.css  */

/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#globalNav{
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   



#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

/***********************************************/
/* special forum banner white link                                 */
/***********************************************/

a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.whitelink:hover {
	color: #FFFFFF;
	font-weight: bold;
}