/*
	Knowledgebase
	*/
	
	h1#kb {
		display: block;
		height: 18px;
		width: 124px;
		text-indent: -2000em;
		text-decoration: none;
		z-index: 1000;
		background: url('images/page_titles/knowledge_base.gif') 0 0 no-repeat;
	}
	
	h1#cgs {
		display: block;
		height: 19px;
		width: 120px;
		text-indent: -2000em;
		text-decoration: none;
		z-index: 1000;
		background: url('images/page_titles/getting_started.gif') 0 0 no-repeat;
	}
	
		h2#tcat {
			display: block;
			height: 19px;
			width: 129px;
			text-indent: -2000em;
			text-decoration: none;
			z-index: 1000;
			background: url('images/page_titles/topic_cats.gif') 0 0 no-repeat;
		}
			
			h3.topic {
				padding: 0px;
				padding-bottom: 5px;
				font-size: 11px;
				margin: 0px;
			}
			
			h3.topic a, h3.topic a:visited, h3.topic a:active {
				color: #1962C5;
				padding: 0px;
				padding-bottom: 5px;
				padding-top: 1px;
				font-size: 11px;
				margin: 0px;
				background: url('images/icons/folder.gif') no-repeat;
				padding-left: 20px;
			}
			
	ul#question {
		list-style: none;
		padding-left: 0px;
	}
		
		ul#question li {
			padding-left: 0px;
			background: url('images/icons/document.gif') no-repeat;
			padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 22px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 5px;
		}
		
		ul#question a, ul#question a:visited, ul#question a:active {
			color: #1962C5;
		}
		
		ul#question a:hover {
			text-decoration: none;
		}
	
	h2#ttitle {
		font-size: 14px;
	}
	
	.search_area {
		float: right;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
		border: 1px solid #FFF580;
	}
		
		.search_area_c {
			border: 1px solid #FF6000;
			background: url('images/search/search_bg.gif') repeat-x #FFF580;
			padding: 10px;
		}
	
	.code_ex {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		border: #ccc 1px dashed;
		background: #EDF3FD;
	}
	
	.directory_ex {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		border: #ccc 1px dashed;
		background: #FFFADE;
	}
	
	.url_ex {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		border: #ccc 1px dashed;
		background: #F2FDED;
	}
	
	.sub {
		background: url('images/icons/folder.gif') no-repeat;
		padding-left: 20px;
		padding-top: 2px;
	}
	
		.kb_bg {
			background-image: url('images/focus/kb_bg.gif');
			background-repeat: repeat-x;
		}
		
			.kb_bar {
				background-color: #1962C5;
				height: 34px;
			}