.knowledgebase_header {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 97%;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	color: #393939;
	margin-top: 20px;
	padding: 1px;
	margin-left: 16px;
	margin-bottom: 0px;
	clear: left;
}
.knowledgebase_header a{	
	color: #393939;	
}
.knowledgebase_l_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 210px;
	float: left;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	min-height:400px;
}
.knowledgebase_l_col a {
	font-weight: normal;
	color: #4a4a4a;
}
.knowledgebase_l_col a:hover {
	text-decoration: underline;
}
.knowledgebase_r_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 690px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 14px;
	padding-left: 24px;
	min-height: 300px;
	margin-left: -1px;
}
.knowledgebase_r_col a {
	font-weight: normal;
}
.knowledgebase_r_col .blue2 {
	font-weight: normal;
	color: #4091C6;
	font-size:10px
}
.topiclist {
	margin: 0px;
	padding: 0px;
}
.topiclist li {
	list-style-type: disc;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	font-size: 12px;
	list-style-image: url(../support/graphics/dot-q3.jpg);
}
.topiclist li a {
	color: #4a4a4a;
}
.topiclist li a:hover {
	text-decoration: underline;
}
.knowledgebase_r_col h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #444;
}
.knowledgebase_r_col h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.knowledgebase_tree {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
.knowledgebase_tree li {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 6px;
}

.kb_answer {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 16px;
	padding-left: 14px;
	padding-bottom: 18px;
	text-align: justify;
	line-height: 18px;
	letter-spacing: 0px;
}
.knowledgebase__address_bar {
	font-size: 11px;
	margin-bottom: 22px;
	padding-top: -5px;
	color: #666;
}
.knowledgebase__address_bar a {
	color: #4091C6;
	font-weight: normal;
	text-decoration: underline;
}
.knowledgebase-content {
	line-height: 1.7em;
	margin-top: -18px;
}
.knowledgebase-content p {
	margin-top: 1.9em;
	margin-bottom: 1.6em;
}
.knowledgebase-content a{
	font-weight: bold;
	color:#5588BB;
    /*text-decoration:none;*/
}



/* KNOWLEDGEBASE BACKOFFICE BUTTONS*/

.addnew_button {
	font-size: 9px;
	width: 40px;
	display: inline;
	border: 1px solid #999;
	text-align: center;
	background-color: #FFC;
	margin: 5px;
	padding: 1px;
}

.reorder_button {
	font-size: 9px;
	width: 40px;
	display: inline;
	border: 1px solid #999;
	text-align: center;
	background-color: #FFe;
	margin: 5px;
	padding: 1px;
}


/* KNOWLEDGEBASE SEARCH */


.knowledgebase-main-search {
	background-color: #eeeeee;
	width: 620px;
	margin-bottom: 22px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.knowledgebase-main-search .textfield {
	font-size: 12px;
	border: 1px solid #aaa;
	width: 330px;
	padding: 1px;
	margin-left: 5px;
}
.knowledgebase-main-search .dropfield {
	font-size: 11px;
	width: 160px;
	overflow: hidden;
}

.kb-searchresults {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
.kb-searchresults .report {
	font-size: 11px;
	margin-bottom: 16px;
	float: left;
	display: block;
	clear: both;
	margin-top: 4px;
}
.kb-searchresults li {
	margin-bottom: 16px;
	margin-top: 5px;
	margin-left: 20px;
	width: 100%;
	list-style-type: none;
	list-style-image: url(../support/graphics/dot-q3.jpg);
}
.kb-searchresults .topic {
	font-size: 12px;
}
.kb-searchresults .topic a {
	color: #3D8BBF;
	font-weight: bold;
}
.kb-searchresults .topic a:hover {
	text-decoration: underline;
}
.kb-searchresults .category {
	font-size: 10px;
}
.kb-searchresults .category a {	
	color: #555;
}
.kb-searchresults .category a:hover {
	text-decoration: underline;
}
.kb-searchresults-pager {
	background-color: #eeeeee;
	width: 640px;
	margin-bottom: 22px;
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #ddd;
	font-size: 11px;
	text-align: center;
}
.kb-searchresults-pager a{
	color: #4091C6;
	font-weight: normal;
}
.kb-searchresults-pager a:hover{
	text-decoration: underline;
}
.kb-searchresults-pager .inactive{
	color: #aaa;
}
.kb-offline {
	color: #F00;
	font-size: 10px;
	font-weight: normal;
}
