/*KNOWLEDGEBASE*/
/*knowledgebase search box style*/
div#kbArticleSearch {margin: 0 0 10px 0; font: 9px;}

/*Knowledgebase results style*/
div#ArticleResultsDiv {width: 100%; float: left;}
table#ArticleSearchResults {width: 100%;}
table#ArticleSearchResults tr#titlerow {}
table#ArticleSearchResults tr#titlerow td#titlecell {font: 13px arial,verdana; font-weight: bold; background: #066591; color: white; padding: 2px; margin: 0; text-align: Right;}

table#ArticleSearchResults tr.resultTitleRow {}
table#ArticleSearchResults tr.resultTitleRow td.titleCell {color: blue; font-weight: bold;}
table#ArticleSearchResults tr.resultTitleRow td.dateCell {font-style: italic; color: grey; text-align: right;}

table#ArticleSearchResults tr.synopsisRow {font-style: italic;}
table#ArticleSearchResults tr.synopsisRow td.synopsisCell {}

table#ArticleSearchResults tr.detailsRow {color: #066591;}
table#ArticleSearchResults tr.detailsRow td.categoryCell {text-align: left; font-style: italic;}
table#ArticleSearchResults tr.detailsRow td.revisionCell {text-align: left; font-style: italic;}
table#ArticleSearchResults tr.detailsRow td.viewsCell {text-align: right; font-style: italic;}
table#ArticleSearchResults tr.detailsRow td.articleID {text-align: right;}
table#ArticleSearchResults tr.kbdiv {padding: 0 5px 0 5px; margin: 5px 5px 5px 5px; border-top: 1px solid #066591;}
table#ArticleSearchResults tr.kbdiv td.kbdivCell {padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px; border-top: 1px solid #066591;}

table#ArticleSearchResults tr.resultsBotRow {}
table#ArticleSearchResults tr.resultsBotRow td.resultsBotCell {font-weight: bold;}

/*Knowledgebase category search selection menu*/
div#categoryMenu {width: 150px; border: solid 1px #7586BE; padding: 0; margin: 0 0 0 10px; text-align: center; color: #066591; font-style: italic; float: left; display: none;}
div#categoryMenu h1 {font: 13px arial,verdana; font-weight: bold; background: #066591; color: white; padding: 2px; margin: 0; text-align: center;}
ul#kbCategories {list-style-type: none; text-decoration: none; text-align: center; margin: 0; padding: 0; font-style: normal;}

ul#kbCategories li.selected {display: block; width: 150px;}
ul#kbCategories li.selected a {text-decoration: none; color: black; display: block; width; 175px; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}
ul#kbCategories li.selected a:hover{color: white; background: #066591; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}

ul#kbCategories li.normal {display: block; width: 150px;}
ul#kbCategories li.normal a {color: black; text-decoration: none; display: block; width; 175px; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}
ul#kbCategories li.normal a:hover {color: white; background: #066591; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}

/*KnowledgeBase individual article display*/
div#kbArticle {}
div#kbArticle #kbTitle {font-weight: 900; font-size: 3em;}
div#kbArticle #sysnopsis {}
div#kbArticle #CategoryName {} 
div#kbArticle #date {display: inline; padding: 0 80px 0 0px; border-bottom: 1px solid #E8E8E8; width: 100%;}
div#kbArticle #revision {display: inline;  padding: 0 80px 0 80px; border-bottom: 1px solid #E8E8E8; width: 100%;}
div#kbArticle #amountViewed {width: 100%; border-top: 1px solid #E8E8E8; padding: 2px 0 0 0;}
div#kbArticle #articleID {display: inline;  padding: 0 0 0 80px; border-bottom: 1px solid #E8E8E8; width: 100%;}
div#kbArticle #kbcontent {}
div#kbArticle #kbform {}