/* Custom CSS */
#keysearch form {
	margin: 0;
}
/* Override CSS */

/* Page Flow CSS */
/* The CSS here is responsible for the flow of elements on the page */
div#kbroker div.row {clear: both;}
div#kbroker div.fleft {float: left;}
div#kbroker div.fright {float: right;}
div#kbroker div.spacer {clear: both;}
div#kbroker .skip {position: absolute;left: -999em;}

/* General CSS Attributes */
/* These will apply to the whole page unless overriden by other css elements. */
div#kbroker {
	margin: 0;
	padding: 0 0 20px 0;
	width: auto;
	display:block;
}

div#kbroker img {
	display: inline;
	border: none;
}

/* Styles for: ahelp.jsp and help.jsp*/
div#kbroker div.ahelpcontent, div#kbroker div.helpcontent {
	padding: 5px;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
div#kbroker div.kbsearchform { 
	padding: 0;
	width: 500px;
}
div#kbroker div.kbsearchform h2 {  
	padding: 0;
	margin: 0;
}
div#kbroker div.kbsearchform form {
	margin: 0;
	padding: 0;
}
div#kbroker div.helplink {
	float: left;
	margin: 0 0 0 5px;
	color: #FFF;
	font-size: 90%;
}
div#kbroker div.ahelplink {
	float: left;
	font-size: 90%;
}
div#kbroker input#qt {
	width: 250px;
	border: 1px solid #ccc;
}
div#kbroker input#kbsubmit {
	background: #336699;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
	font-size: 90%;
}

/*Spelling CSS */ 
div#kbroker div.spelling {
	margin: 0 0 5px 0;
	padding: 0;
}
div#kbroker div.spelling a {
	font-weight: bold;
	font-style: italic;
}

/* Simple search only elements. */
div#kbroker div.kbsimplelabel {
	float:left;
	width: 50px;
	padding: 4px 0 2px 0;
	font-size: 90%;
}
div#kbroker div.kbsimpleinputs {
	float:left;
	padding: 2px 0 2px 0;
	font-size: 90%;
}

/* Advanced search only, fixed width select boxes and text formatting. */

/* VERITY STYLE */
select.afl {
	width: 140px;
}
select.aty {
	width: 90px;
}
select.aop {
	width: 120px;
}

/* NEW STYLE */
div#kbroker div.kbsearchform h2 {
	padding: 0;
	margin: 0!important;
}
div#kbroker div.asearchfields {
	padding-top: 10px;
}
div#kbroker div.asearchfields label {
	float: left; 
	width: 220px;
}
div#kbroker div.asearchfields input {
	width: 200px;
}
div#kbroker div.asearchdatestandard {
	padding-bottom: 10px;
}
div#kbroker div.asearchdatestandard label {
	float: left; 
	width: 220px;
}
div#kbroker div.asearchdatestandard select {
	width: 200px;
}
div#kbroker div.asearchdisplay {
	padding: 10px 0 10px 0;
}
div#kbroker div.asearchdisplay label {
	font-size: 90%;
}
div#kbroker div.asearchdisplay .asearchselect {
	font-size: 90%;
}

/* Results info CSS */
div#kbroker div.resultsacc {
	padding: 5px 0 5px 0;
	margin: 0;
}
div#kbroker p.noresults {
	color: #000;
	font-size: 90%;
}
div#kbroker div.resultssummary {
	padding-bottom: 5px;
	font-size: 90%;
}

/* kbtabs, these control the appeareance of the tabs, this block makes them appear as tabs */
#kbtabs, div#kbroker div.kbtabs {
	clear: both;
	height: 1%; /* Fixes bug in IE which adds a line-height between all links within in unordered list */
	margin-left:5px;
}
#kbtabs ul, div#kbroker div.kbtabs ul {
	margin: 0; 
	padding: 0; 
	width: auto;
	white-space: nowrap; 
	list-style: none; 
	list-style-type: none;
	list-style-image: none;
	border: none; 
}
#kbtabs li, div#kbroker div.kbtabs li {        
	float: left;
}
html>body #kbtabs li a, html>body .kbtabs li a {
	width: auto;
}
#kbtabs li a, div#kbroker div.kbtabs li a {

}
#kbtabs li a:hover, div#kbroker div.kbtabs li a:hover {

}
#kbtabs li strong, div#kbroker div.kbtabs li strong {

}
#kbtabs li strong span, div#kbroker div.kbtabs li strong span {        
	color: #FFF;
}

/* Formatting for the pagebreak */
div#kbroker div.pagebreak {
	clear: both;
	width: 100%;
	height:20px;
	display:block;
}
/* Formatting for the left hand side information element in pagebreak */
div#kbroker div.pagebreakleft {
	float: left;
}
div#kbroker div.pagebreakleft h2 {
	margin: 4px 0;
	padding-right: 1px;
	font-size: 100%;
}

/* Formatting for the navagation elements in pagebreak */
div#kbroker div.pagebreakright {
	float: left;
	text-align: right;
	color: #000;
	margin-left: 20px;
}
div#kbroker ul.hitsnav {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	width: auto;
}
div#kbroker ul.hitsnav li {
	float: left;
	margin: 4px 0;
	padding-right: 1px;
	font-size: 90%;
}
div#kbroker ul.hitsnav li a {
	display: block;
	margin-top: -2px;
	padding: 2px 7px;
}
div#kbroker ul.hitsnav li strong {
	display: block;
	margin-top: -2px;
	padding: 2px 7px;
	background: #336699;
	color: #fff;
	font-weight: bold;
}

/* Formatting for the hitscontrols (sort by) elements under the pagebreak */
div#kbroker div.hitscontrols {
	display: block;
	margin: 4px 0;
	font-size: 90%;
}
div#kbroker div.hitscontrols strong { 
	padding: 0 2px;
}

div#kbroker div#kbhitswrapper {
/*	padding-right:230px;
	_padding-right:460px;*/
	overflow: hidden;
	width: 100%;
	min-width: 600px;
}
* html div#kbhitswrapper {
  height: 1%; /* So IE plays nice */
}
div#kbroker div#kbhits {
	float: left;
	/*margin-right:-230px;;*/
	width: 100%;
}

/* Onehit styles, onehitlast is the final hit on the page, sometimes requires differnet formatting. */
div#kbroker div.onehit {
	margin: 5px 0;
	padding: 10px 0 2px;
	width: auto;
	overflow: hidden;
	border-bottom: 1px solid #666;
	_margin-right: 0px;
}
div#kbroker div.onehitlast {
	margin: 5px 0;
	padding: 10px 0 2px;
	width: auto;
	overflow: hidden;
/*	_margin-right: -230px;*/
}

/* Styles for questions, similar to onehit. */
div#kbroker div.onequestion {
	padding: 5px 0 5px 0;
	width: 100%;
}
div#kbroker div.onequestionlast {
	padding: 5px 0 5px 0;
	width: 100%;
}
div#kbroker img.questionimg {
	float: left;
	margin: 5px 10px 10px 0;
	border: none;              
}
div#kbroker p.questionsummary {
}
div#kbroker p.questionlocation {
	float: left;
}
div#kbroker p.questionurl {
	margin: 0;
	font-size: 90%;
}
/* These styles are used by both questions and onehit, formatting options for the text, links and summarys. */
div#kbroker p.location {
	float: left;
	margin: 0;
	padding-top: 5px;
}
div#kbroker p.location a, div#kbroker p.azscope a {
	color: #336699!important;
}
div#kbroker p.summary{
	clear: both;
	margin: 0;
	width: 100%;
}
div#kbroker p.relevance, div#kbroker p.lastupdated {
	float: right;
	margin: 0;
	width: 150px;
	text-align: right;
	/*_margin-right: -230px;*/
}
div#kbroker p.lastupdated {
	margin: 0;
	color: #666;
	text-transform: lowercase;
	/*_margin-right: -230px;*/
}
div#kbroker p.url {
	float: left;
	margin: 0;
	font-size: 90%;
}
div#kbroker span.highlight {
	font-weight: bold;
}

/* Styles for displaying document type icons next to document links. */
div#kbroker p.location a.htm_document  {
	background: url('images/web.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}
div#kbroker p.location a.faq_document {
	background: url('images/faq.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}
div#kbroker p.location a.pdf_document{
	background: url('images/pdf.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}
div#kbroker p.location a.ppt_document{
	background: url('images/ppt.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}
div#kbroker p.location a.rtf_document{
	background: url('images/rtf.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}
div#kbroker p.location a.doc_document{
	background: url('images/doc.gif') left top no-repeat;
	padding: 0 0 3px 19px;
}

/*Theasurus CSS */ 
div#kbroker div.alternativesearchtop {
	margin: 0 0 10px 0;
}
div#kbroker div.alternativesearch {
	margin: 0 0 10px 0;
}

/* Footer CSS */
div#kbfooter {
	padding: 5px 0;
	width: 100%;
	height: 15px;
	font-size: 90%;
}

/* A-Z CSS (can be removed if A-Z not used) */
/* A-Z Content */
div#kbroker div.kbcontent {
	float: left;
	margin: 0;
	width: 100%;
/*	border: 1px solid #000;*/

}

/* A-Z letters */
#kbazletters{
	width: auto;	
	padding: 0 0 10px 0;
}
#kbazletters ul {
	padding: 0;
	margin: 0;
	border: none; 
	width: 100%;
	white-space: nowrap; 
	list-style: none; 
	list-style-type: none;
	font-size: 100%; 
}
#kbazletters li {
	margin: 0; 
	padding: 0;
 	line-height: em;
	width: 26px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	float: left;
	text-align: center; 
}
html>body #kbazletters li a {
	width: auto;
}
#kbazletters li a, #kbazletters li strong {
	display: block; 
	padding: 3px; 
	margin:1px;
	background: #94A088;
	color: #fff!important;
	text-decoration: none;
	font-weight: bold;
}
#kbazletters li strong{
	color: #fff;
	background: #336699;	
	text-decoration: none; 
	font-weight: bold;
}
#kbazletters li strong.disabled{
	color: #cccccc!important;
	background: #f6f6f6;	
	text-decoration: none; 
	font-weight: normal;
}
#kbazletters li a:hover {
	background: #336699; 
}
/* A-Z Links */
div#kbroker div.kbazlink{
	margin: 10px 0 10px 0;
}

div#kbroker ul.providers {
	margin: 10px 0 0 0;
	list-style: none;
}
div#kbroker p.azproviders {
	margin: 0;
	padding-left: 5px;
	color: #666666;
}
div#kbroker div.azonehit {
	margin: 0;
	padding: 5px 0;
	width: 708px;
	overflow: hidden;
	border-bottom: 1px solid #666;
	_margin-right: 0px;
}
div#kbroker div.azonehitlast {
	margin: 0;
	padding: 5px 0;
	width: auto;
	overflow: hidden;
}
div#kbroker div.azonehit p.location, div#kbroker div.azonehitlast p.location {
	float: none;
}
div#kbroker div.azonehit pre, div#kbroker div.azonehitlast pre{
	white-space: normal;
	padding: 0;
	margin: 0;
}
/* Sidebar */
div.kbresults_lite {
	float: right;
	margin-top: 10px;
	padding: 0;
	width: 25%;
	font: 100% "trebuchet ms",verdana,arial,helvetica,sans-serif;
	border:1px solid #000000;
}
div.kbresults_lite h2 {
	background:#336699 none repeat scroll 0%;
	color:#FFFFFF;
	margin:0pt 0pt 12px;
	width: 100%;
	padding:1px 4px;
	font-size: 120%;
}
div.kbresults_lite div.onehit_lite, div.kbresults_lite div.onehitlast_lite {
	float: left;
	margin: 0px 0px 2px 0;
	padding: 0 5px 0 10px;
/*	background: url(images/hit-bullet.gif) no-repeat 10px 4px;*/
}
div.kbresults_lite p.location {
	margin: 0;
	padding: 0;
	width: 100%;
}
div.kbresults_lite p.location a {
	color: #000!important;
}
div.kbresults_lite p.summary{
	margin: 0;
	padding: 2px;
	font-size: 80%;
}
div.kbresults_lite span.highlight {
	font-weight: bold;
}
div.kbresults_lite p.disclaimer {
	margin: 10px;
	padding-top: 10px;
	text-align: center;
	color: #666;
}
div.kbresults_lite div.sidebar-footer {
	background: #696969;
	border: 2px solid #fff;
	text-align: center;

}
div.kbresults_lite div.sidebar-footer a {
	color: #fff!important;
	text-decoration: none;
}

.tabs li {
	margin-left:2px;
}

.tabs li a {
	margin-left:2px;
	color:#fff;
}
.tabs li a span  {
	background:transparent url(../look/images/s-tablc-h.gif) no-repeat scroll 0% 0;
	display:block;
}

.tabs li a span span {
	background:transparent url(../look/images/s-tabrc-h.gif) no-repeat scroll 100% 0;
	padding:4px 9px;
}

.tabs li.sel a span,.tabs li a:hover span  {
	background:transparent url(../look/images/s-tablc.gif) no-repeat scroll 0% 0;
	display:block;
}

.tabs li.sel a span span, .tabs li a:hover span span {
	background:transparent url(../look/images/s-tabrc.gif) no-repeat scroll 100% 0;
	padding:4px 9px;
}

div.kbcontent div.bl{
background:transparent url(../look/images/c-bl-hl.gif) no-repeat scroll 0 100%;
}

div#kbhitswrapper div.bl{
background:transparent url(../look/images/c-bl-hl-s.gif) no-repeat scroll 0 100%;
}

div.kbcontent .bl .br{
background:transparent url(../look/images/c-br-hl.gif) no-repeat scroll 100% 100%;
}

div#kbhitswrapper .bl .br{
background:transparent url(../look/images/c-br-hl-s.gif) no-repeat scroll 100% 100%;
}

div.kbcontent .bl .br .tl{
background:transparent url(../look/images/c-tl-hl.gif) no-repeat scroll 0 0;
}

div#kbhitswrapper .bl .br .tl{
background:transparent url(../look/images/c-tl-hl-s.gif) no-repeat scroll 0 0;
}

div.kbcontent .bl .br .tl .tr{
background:transparent url(../look/images/c-tr-hl.gif) no-repeat scroll 100% 0;
padding:20px 10px 30px 10px;
}

div#kbhitswrapper .bl .br .tl .tr{
background:transparent url(../look/images/c-tr-hl-s.gif) no-repeat scroll 100% 0;
padding:20px 10px 30px 10px;
}


.az-header{
background-image:url(../look/images/header.png);
height:10px;
display:block;
background-repeat:no-repeat;
}

.az-content{
background-image:url(../look/images/bg.png);
background-repeat:repeat-y;
padding-left:10px;
}

.az-footer{
background-image:url(../look/images/footer.png);
height:10px;
display:block;
background-repeat:no-repeat;
}
