@charset "utf-8";
@import url("cop_base.css");

#kbSearchContent {
	margin: 0px;
	float: left;
	width: 820px;
	padding-bottom: 24px;
}
#kbSearchContent a   {
	color: #6243C0;
	text-decoration: underline;
}
#kbSearchContent a:hover {
	color: #869821;
}


#kbSearchTopMenu {
	font: normal 11px/21px Arial, Helvetica, sans-serif;
	float: left;
	width: 810px;
	padding-left: 10px;
	background: url(../images/kbSearchTopMenu.png) repeat-x;
	margin-top: 12px;
	border-top: 1px solid #977AEF;
}
#kbSearchTopMenu h1 {
	font-weight: bold;
	margin-right: 8px;
	display: inline;
}

#kbSearchTopMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}
#kbSearchTopMenu ul li {
	display: inline;
	border-right: 1px solid #BFADE0;
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
}
#kbSearchTopMenu ul li#kbSearchTopMenuMore{
	border-right-style: none;
}
#kbSearchTopMenu ul li#kbSearchTopMenuMore span {
	color: #5E40B8;
	text-decoration: none;
	cursor: pointer;
}
#kbSearchTopMenu ul li#kbSearchTopMenuMore small {
	font-size: 9px;
	color: #9671D8;
	cursor: pointer;
}
#kbSearchTopMenu ul li#kbSearchTopMenuMore ul {
	display: none;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 17px;
	border-top: 1px solid #977AEF;
	border-bottom: 1px solid #977AEF;
	z-index: 9999;
}
#kbSearchTopMenu ul li#kbSearchTopMenuMore ul li {
	background: #FCFBFD;
	display: block;
	width: 162px;
	border-right: 1px solid #977AEF;
	border-left: 1px solid #977AEF;
}




#kbSearchTopMenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#kbSearchTopMenu ul li a.current, #kbSearchTopMenu ul li a.current:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
#kbSearchBigField {
	float: left;
	width: 820px;
	padding-bottom: 300px;
	margin-top: 39px;
}
#kbSearchSmallField {
	width: 820px;
	clear: both;
	float: left;
	margin-top: 22px;
}


#kbSearchTableMain {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#kbSearchField1 {
	font-size: 14px;
	padding: 2px;
	border: 1px solid #AB93D6;
}
#kbSearchField1:focus {
	border: 1px solid #452D8A;
}
#kbSearchBtn {
	font-size: 14px;
	padding: 0px 6px;
	margin-left: 12px;
}
#kbSearchResultsHeader {
	font-size: 12px;
	color: #333;
	background: url(../images/kbSearchResultTitle.png) repeat-x top;
	clear: both;
	float: left;
	width: 810px;
	padding-left: 10px;
	margin-top: 20px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
#paginatorRight{
float:right;
margin-right:5px;
font-weight:100;
font-size:10px;
}
#kbSearchResultsHeader  img{
	margin-left: 10px;
	margin-bottom: -2px;
	cursor: pointer;
}
#kbSearchResultsHeader a {
	font-weight: normal;
	margin-left: 4px;
}
#kbSearchResultsHeader a:hover {
	color: #3C2285;
	text-decoration: underline;
}
#kbSearchResults {
	float: left;
	width: 820px;
	position: relative;
	padding-top: 18px;
}
#kbSearchOptions {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	border-right: 1px solid #6243C0;
	font-size: 12px;
}
#kbSearchOptions h1 {
	font-size: 13px;
	font-weight: bold;
}
#kbSearchOptions ul {
	margin-top: 4px;
}
#kbSearchOptions ul li {
	margin-top: 4px;
}
#kbSearchOptions ul li.end {
	padding-bottom: 12px;
}

#kbSearchOptions ul li a:hover {
	color: #869821;
	text-decoration: underline;
}
#kbSearchOptions ul li a.current, #kbSearchOptions ul li a.current:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
	/*font-weight: bold;*/
}



#kbResultsListing {
	float: right;
	width: 588px;
	padding-right: 20px;
	padding-left: 20px;
}
.kbTypeResults , kbTypeResults2{
	position: relative;
	margin-bottom: 24px;
}
.kbTypeResults h1 , .kbTypeResults2 h1{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	position: relative;
	margin-right: 84px;
	margin-bottom: 12px;
}
#kbSearchContent #kbSearchResults #kbResultsListing .kbTypeResults h1 a, #kbSearchContent #kbSearchResults #kbResultsListing .kbTypeResults2 h1 a{
	text-decoration: underline;
	color: #869821;
}
#kbSearchContent #kbSearchResults #kbResultsListing .kbTypeResults h1 a:hover {
	text-decoration: underline;
}

.kbTypeResults span.more{
	font: 9px Verdana, Geneva, sans-serif;
	color: #5936C2;
	position: absolute;
	right: 0px;
	width: 74px;
	text-align: right;
	cursor: pointer;
	top: 0px;
}
.kbTypeResults .hr , .kbTypeResults2 .hr{
	border-bottom: 1px solid #6243C0;
	height: 1px;
}
.kbTypeResults h3 , .kbTypeResults2 h3{
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
}
.kbTypeResults h3.showAllLink {
	background: #f9f9f9;
	margin-right: 12px;
	margin-left: 12px;
	border: 1px solid #CCC;
	padding: 10px;
}

.kbTypeResults p , .kbTypeResults2 p{
	font-size: 13px;
}
.kbArticle h1 {
	font-weight: bold;
	color: #4E3792;
	margin-bottom: 12px;
}
.kbArticle h1 small {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.kbArticleData {
	margin-top: 12px;
}
.kbArticle p, .kbArticle ul, .kbArticle ol {
	font-size: 14px;
	line-height: 18px;
	margin-top: 14px;
}
.kbArticle ul, .kbArticle ol {
	margin-right: 24px;
	margin-left: 24px;
}
.kbArticle ul li{
	list-style: disc;
	margin-top: 10px;
}
.kbArticle ol li {
	margin-top: 10px;
	list-style: decimal;
}
.kbArticle .kbArticleData h1 {
	color: #333;
	margin-top: 20px;
	border-bottom: 1px solid #999;
	line-height: 28px;
}
.kbBookImages {
	float: right;
	width: 200px;
	text-align: center;
	border:1px solid;
}
.kbBookText {
	margin-right: 220px;
}

.kbPrintButton {
	background: url(../images/calendar_print_button.png) no-repeat;
	float: right;
	height: 17px;
	width: 136px;
	cursor: pointer;
}
.kbPrintButton.o {
	background: url(../images/calendar_print_button_o.png) no-repeat;
	float: right;
	height: 17px;
	width: 136px;
	cursor: pointer;
}
.kbArticle .kbArticleData p.filed {
	background: #F9F9F9;
	padding: 10px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	border: 1px solid #CCC;
	line-height: normal;
	display: block;
	font-size: 14px;
	color: #000;
}
#permalinkText {
	word-break: break-all;
	margin-right: 12px;
	margin-left: 12px;
}
#permalinkText2 {
	word-break: break-all;
}
#paginatordiv{
	text-align:center;
	margin-top:20px;
}

#paginatordiv span{
	margin-left:5px;
	margin-right:5px;
}

.narrow-search {

font-weight:bold;padding-bottom:10px; color: #48318D;
}

#errorsearch{
	height:220px;
	overflow:hidden;
	width:750px;
	margin-left:40px;
	font-size:13px;
}

