/* Custom CSS */

/* 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 {display: none}

/* 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;
	font: 90% verdana, arial, helvetica, sans-serif;
}
div#kbroker h1 {
	font-size: 110%;
}
div#kbroker h2 {
	font-size: 100%;
}
div#kbroker a,
div#kbroker a:visited {
	color: #474747;
	text-decoration: none;
	border-bottom: none;
}
div#kbroker a:visited {
}
div#kbroker a:hover {
	text-decoration: underline;
	color: #50ae18;
}
div#kbroker img {
	display: inline;
	border: none;
}

/* Styles for: ahelp.jsp and help.jsp*/
div#kbroker div.ahelpcontent, div#kbroker div.helpcontent {
	width: 100%;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
div#kbroker div.kbsearchform { 
	padding: 0;
	
}
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: 80%;
}
div#kbroker div.ahelplink {
	float: left;
	font-size: 80%;
}
div#kbroker input#qt {
	width: 250px;
	border: 1px solid #ccc;
}
div#kbroker input#kbsubmit {
	vertical-align: bottom;
}

/*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 0 5px 0;
}
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 */
}
#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 {
	display: block; 
	padding: 3px 10px 3px 10px;
	margin: 0 3px 0 0;
	border: none;
	background: #ddd url('images/tab-angle-right.gif') no-repeat right top; 
	color: #000;
	text-decoration: none; 
	font-weight: bold;
}
#kbtabs li a:hover, div#kbroker div.kbtabs li a:hover {
	background: #003366 url('images/tab-angle-right.gif') right top no-repeat;  
	text-decoration: none;
	color: #FFF;
}
#kbtabs li strong, div#kbroker div.kbtabs li strong {
	display: block;
	padding: 3px 10px 4px 10px;
	border: none;
	margin: 0 3px 0 0;
	background: #003366 url('images/tab-angle-right.gif') no-repeat right top;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#kbtabs li strong span, div#kbroker div.kbtabs li strong span {        
	color: #FFF;
}

/* Formatting for the pagebreak */
div#kbroker div.pagebreak {
	margin: 0 0 3px 0;
	width: 100%;
}
/* Formatting for the left hand side information element in pagebreak */
div#kbroker div.pagebreakleft {
	float: left;
}
div#kbroker div.pagebreakleft h2 {
	font-size: 90%;
}

/* Formatting for the navagation elements in pagebreak */
div#kbroker div.pagebreakright {
	float: right;
	text-align: right;
	color: #000;
}
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;
	padding: 5px;
}
div#kbroker ul.hitsnav li a {
	display: block;
	padding: 2px 5px;
}
div#kbroker ul.hitsnav li a:hover {
}
div#kbroker ul.hitsnav li a:visited{
}
div#kbroker ul.hitsnav li strong {
	display: block;
	padding: 2px 5px;
	background: #003366;
	color: #fff;
	font-weight: bold;
}

/* Formatting for the hitscontrols (sort by) elements under the pagebreak */
div#kbroker div.hitscontrols {
	display: block;
	padding: 5px;
}
div#kbroker div.hitscontrols strong { 
	padding: 2px;
}

/* Onehit styles, onehitlast is the final hit on the page, sometimes requires differnt formatting. */
div#kbroker div.onehit {
	margin: 5px 2px;
	padding: 2px 0 5px 0;
	width: auto;
	border-bottom: 1px dashed #ccc;
}
div#kbroker div.onehitlast {
	margin: 5px 2px;
	padding: 2px 0;
	width: auto;
}

/* 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;              
}

/* These styles are used by both questions and onehit, formatting options for the text, links and summarys. */
div#kbroker p.location, div#kbroker p.questionlocation {
	margin: 0;
	width: 100%;
	font-weight: bold;
}
div#kbroker p.summary, div#kbroker p.questionsummary {
	margin: 0;
	padding: 2px;
}
div#kbroker p.relevance, div#kbroker p.lastupdated, div#kbroker p.url, div#kbroker p.questionurl {
	margin: 0;	
	padding: 3px;
	color: #666;
	font-size: 80%;
}
div#kbroker p.relevance, div#kbroker p.lastupdated {
	float: left;
}
div#kbroker p.url {
	clear: both;
}
div#kbroker p.morefrom {
	margin: 0;
	padding: 0;
	color: #FFF;
}
div#kbroker span.highlight {
	font-weight: bold;
}

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

a.azcambridge{
	background: url(images/az_cambridge.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}
a.azcambridgeshire{
	background: url(images/az_cambridgeshire.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.azcambsnet{
	background: url(images/az_cambsnet.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.azeastcambs{
	background: url(images/az_ecambs.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.azfenland{
	background: url(images/az_fenland.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.azhunts{
	background: url(images/az_huntingdon.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.azsouthcambs{
	background: url(images/az_scambs.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

/*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: 80%;
}

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

/* A-Z letters */
#kbazletters{
	width: auto;
	/*background: url('images/nw.gif') top left no-repeat;*/
}
#kbazletters div#ne{
	/*background: url('images/ne.gif') top right no-repeat;*/
}
#kbazletters div#sw{
	/*background: url('images/sw.gif') bottom left no-repeat;*/
}
#kbazletters div#se{
	/*background: url('images/se.gif') bottom right no-repeat;*/
}
#kbazletters ul {
	padding: 10px;
	margin: 0;
	border: none; 
	width: auto;
	white-space: nowrap; 
	list-style: none; 
	list-style-type: none;
	font-size: 100%;
}
#kbazletters li {
	margin: 5px 0 !important; 
	padding: 0;
 	line-height: em;
	width: 30px;
	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 3px 3px 3px; 
	margin: 1px 2px 0 2px; 
	border: 1px solid #50AE18; 
	background: #EEEEEE;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#kbazletters li strong{
	color: #fff;
	background: #50AE18;	
	text-decoration: none; 
	font-weight: bold;
}
#kbazletters li strong.disabled{
	color: #cccccc;
	background: #FFF;	
	text-decoration: none; 
	font-weight: normal;
}
#kbazletters li a:hover {
	background: #003366; 
	color: #FFF;
}
/* 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: 0;
	color: #666666;
	font-size: 80%;
}
div#kbroker div.onehit pre, div#kbroker div.onehitlast pre{
	white-space: normal;
	padding: 0;
	margin: 0;
}
/* Sidebar */
div#kbresults_lite {
	padding: 0;
	margin: 0;

}
div#kbresults_lite span.highlight {
	font-weight: bold;
}