/* 
	cache-default.9.08.1-74fb9ee5ae5cffa063d53410b2bfa8d1 (1,758)
 */

/* --------- CACHE-DEFAULT.9.08.1-74FB9EE5AE5CFFA063D53410B2BFA8D1 --------- */
div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #A0AEB7;
        text-align: center;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 7px;
	color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #455560;
}
div#navbar2 li a:active {
	font-weight: bold;
	color: #FFF;
	background-color: #455560;
}

.userAuth {
	display: none;
}
html body #siteNavTree {
	overflow:hidden;
	width:180px;
}

/**
* Pre and Code Changes
************************************************/
code {
	font-family: "Lucida Console", Courier, Monospace;
	font-size: 14px;
	color: #003471;
}
pre {
	color: #777;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 4px solid #aaa;
	background-color: #fefefe;
	overflow: visible;
}
/**
* Table mods to match Base (deucebeta/lighty-blue/_content.css)
************************************************/
table {
	border: 0px none;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table th {
	color: #4f6b72;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: url(http://memberlandingpages.com/help/wiki_images/bg-tbl-header.gif) no-repeat;
	background-color: #d9d9d9;
}
table td {
	border-right: 1px solid #aaa;
	color: #4f6b72;
}
table td.bg2, 
table tr.bg2 td {
	background-color: #f5f8fe;	
}
