/* knowledge base */

#filtertext, #filtermoretext {
	color: #c46619;
	cursor: pointer;
}
#filtertext:hover, #filtermoretext:hover {
	color: #79a1c5;
}
#filtercontainer {
	width: 99%;
	height: 99%
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 29;
}
#filter {
	position: relative;
	width: 840px;
	z-index: 10;
	background-color: #ececec;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	padding: 20px;
	border: 3px solid white;
	padding-bottom: 30px;
	filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;
	color: black;
}
.resultscontainer {
	position: relative;
	width: 100%;
}
.doctype {
	font-weight: bold;
	color: #c46619;
}
a.resultnamelink {
	text-decoration: none;
	font-weight: bold;
	color: #406495;
}
a.resultnamelink:hover {
	text-decoration: underline;
	color: #79a1c5;
}
.printer {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.kblist h2 {
	margin-bottom: 10px;
}

.kblist {
	width: 680px;
	border: 1px solid #ececec;
	background-color: white;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 14px;
	float: left;
	min-height: 365px;
	padding: 10px;
	color: #406495;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.kblist ul {
	margin-top: 10px;
}

.kblist li {
	margin-bottom: 5px;
}

.kblist li a, .kblist li a:link, .kblist li a:visited {
	color: #406495;
	font-weight: bold;
}

.kblist li a:hover {
	background-color: #ececec;
	color: #c46619;
}

.kbview {
	width: 640px;
	border: 1px solid #ececec;
	background-color: white;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 14px;
	float: left;
	min-height: 365px;
	padding: 20px;
	color: #406495;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.resized_link {
	position: relative;
	width: 555px;
	height: 11px;
	background-color: maroon;
	padding-left: 5px;
	padding-bottom: 4px;
}

.resized_link a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

.resized_link a:hover {
	color: #c46619;
}

.kbfilters {
	border: 1px solid #ececec;
	background-color: white;
	width: 200px; 
	position: relative;
	float: left;
	top: 14px;
	padding: 10px;
	min-height: 365px;
	left: 27px;
	text-align: left;
	color: #213562;
}

.search_button {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #213562;
	font-family: arial, helvetica, sans-serif;
}

.search_button:hover {
	color: #c46619;
}