/* Page Flow CSS */
/* The CSS here is responsible for the flow of elements on the page */
div.row{
	clear:both;
}

div.fleft{
	float:left;
}

div.fright{
	float:right;
}

div.spacer{
	clear:both;
}

.skip{
	position:absolute;
	left:-999em;
}

/* General CSS Attributes */
/* These will apply to the whole page unless overriden by other css elements. */

div#kbroker{
	font-family:verdana, arial, helvetica, sans-serif; 
	width:100%;
	padding-bottom:20px;        
}

/* Styles for:ahelp.jsp and help.jsp*/
div.helpcontent h2{
	color:#333;
	margin:20px 10px 5px 0px;
	font-weight:bold;
	font-size:0.85em;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
div.kbsearchform{        
	width:520px;
	font-size:0.8em;
	padding-bottom:5px;
}

div.kbsearchform form{
	margin:0px;
	padding:0px 3px;
}

div.searchform img{
	border:0px;
}

div.helplink{
	font-size:0.85em;
	padding-left:5px; 
	float:left;
	color:#ffffff;
}

div.ahelplink{
	float:left;
	font-size:0.85em;
}

input#kbsubmit, input#azsubmit{
	background-color:#993300; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	border:1px solid #E88017; 
	border-style:outset;
	color:#FFFFFF;
	font-size:0.95em;
	font-weight:bold;
	height:1.9em;
} 

input#kbsubmit:hover{
	color:#ffffff;
}

input#kbsubmit:active{
	color:#ffffff;
}

div.fright input#kbsubmit{
	margin-bottom:10px;
}

/* Simple search only elements. */
div.spelling{
	font-size:80%;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}

div.spelling a{
	font-weight:bold;
	font-style:italic;
}

div.kbsimplelabel{
	font-size:0.85em;
	float:left;
	width:50px;
	padding-top:2px;
	padding-bottom:2px;
}

div.kbsimpleinputs{
	font-size:0.85em;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}

/* 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.asearchtext{
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	font-size:90%;
}

div.asearchtext{
	padding-top:5px;
	padding-bottom:10px;
	margin:0;
}

div.asearchfields{
	padding-top:10px;
}

div.asearchfields label{
	float:left; 
	width:220px;
	padding-top:5px;
	padding-left:5px;
}

div.asearchfields h2{
	padding-bottom:5px;
}

div.asearchfields input{
	width:250px;
}

div.asearchdisplay{
	padding-top:10px;
	padding-bottom:10px;
}

div.asearchdatestandard{
	padding-bottom:10px;
}

div.asearchdatestandard label{
	float:left; 
	width:220px;
	padding-left:5px;
}

div.asearchdateadvanced{
	padding-top:10px;
	padding-bottom:10px;
}

div.asearchdisplay .asearchselect{}


/* kbtabs, these control the appeareance of the tabs, this block makes them appear as tabs */
div.kbtabs .spacer{
	clear:none;
	display:none;
}

.kbtabs{
	/*original*/clear:both !important;
	width:100%;
	/*original*/border-bottom:none !important;
	border-bottom:1px solid #036;
	padding-bottom: 3px;
}

.kbtabs ul{
	/*original*/white-space:nowrap !important;
	font-size:100%;
	list-style:none !important; 
	list-style-type:none;
	text-indent:0px !important;
	/*original*/margin: 0px !important;
	/*original*/padding: 0px !important;
	/*original*/border:none !important;
	/*original*/clear:both !important;
}

.kbtabs li{	
	/*original*/list-style-type:none !important;
	/*original*/list-style-image:none !important;
	/*original*/white-space:nowrap !important;
	/*original*/margin:0 !important;
	/*original*/padding:0 !important;
	float:left;
	margin-left:5px;
	/*original*/position:static !important;
	position:relative;
	/*original*/margin-bottom:-1px !important;
	margin-bottom:-2px;
}

html>body .kbtabs li a{
	width:auto;
}

.kbtabs li a{
	/*original*/display:block !important;
	display:inline;
	/*original*/margin-left:3px !important;
	/*original*/margin-right:3px !important;
	border:1px solid #993300;
	border-bottom:1px solid #036;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	/*original*/position:static !important;
	position:relative;
	padding-bottom:0 !important;
	padding-bottom:3px;
}

.kbtabs li strong{
	/*original*/position:static !important;
	position:relative;
	background:#E2E2E2; 
	font-weight:bold;
	color:black;
	border:1px solid #036;
	border-bottom:8px solid #E2E2E2 !important;
	border-bottom:1px solid #E2E2E2;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:0 !important;
	padding-bottom:3px;
}

/* Formatting for the pagebreak */
div.pagebreak{
	text-align:left;
	background-color:#E2E2E2;
	width:98%;     
	float:left;
	/*original*/border-top:1px solid #036 !important;
	border-top:0;
	margin-left:10px;
}

#kbresults div.pagebreak{
	margin-left:0;
	width:100%;
}

/* Formatting for the left hand side information element in pagebreak */
div.pagebreakleft{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	width:auto;
	text-align:left;
	color:#000000; 
	font-size:0.8em;
}

#kbresults div.pagebreakleft{
	width:40%;
}

div.pagebreakleft h2{
	color:#036;
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	margin-bottom:6px;
}

#kbresults div.pagebreakleft h2{
	margin-bottom:0;
}

/* Formatting for the navagation elements in pagebreak */
div.pagebreakright{
	padding-right:5px;
	float:right;
	text-align:right;
	font-size:90%;        
	font-weight:bold;
}

ul.hitsnav{
	list-style:none; 
	list-style-type:none;
	margin:0px; 
	padding:0; 
	border:none;     
	white-space:nowrap;
}

ul.hitsnav li{
	padding-left:4px;
	display:inline;
	list-style-type:none;
	list-style-image:none;
	white-space:nowrap;
	color:black;
}

ul.hitsnav li a{
	text-decoration:none;
	color:#c30;    
}

ul.hitsnav li a:hover, ul.hitsnav li a:focus, ul.hitsnav li a:active{
color:#fff !important;
background:#c30;
}

ul.hitsnav li strong{
	text-decoration:underline;
}

/* Formatting for the hitscontrols (sort by) elements under the pagebreak */
div.hitscontrols{
	width:100%;        
	font-size:0.7em;
	color:#000000;
	font-weight:bold;   
}

/* Onehit styles, onehitlast is the final hit on the page, sometimes requires differnt formatting. */
div.onehit, div.onehitlast{
	padding:0px;
	padding-top:7px;
	padding-bottom:4px;
	border-bottom:1px solid #CCC;
	margin-left:10px;
	width:98%;
}

div.onehitlast{
	margin-left: 0;
}

#kbresults div.onehit{
	margin-left:0;
	width:100%;
}

div.onehitlast{
	border:0;
}

span.onehitsspacer{
	color:#ffffff;
	font-size:50%;
}

/* Styles for questions, similar to onehit. */
div.onequestion, div.onequestionlast{
	padding:0px;
	margin:0px;
	width:100%;
}

div.onequestionlast{
	padding-bottom:6px;
	border-bottom:1px solid #036;
}

img.questionimg{
	float:left;
	border:0px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;                
}

/* Results info CSS */

div.resultsacc{
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}

p.noresults{
	font-size:0.8em;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
}

div.resultssummary{
	padding-bottom:5px;
	padding-left:10px;
	font-size:0.8em;	
}

/* These styles are used by both questions and onehit, formatting options for the text, links and summarys. */
p.location, p.questionlocation{
	font-weight:bold;
	font-size:0.8em;
	color:#000;
	margin:0;
	padding:0;
	padding-left:10px;
}

p.questionlocation{
	padding-top:6px;
}

ul.providers{
	margin-top:5px;
	margin-bottom:0;
}

p.summary, p.questionsummary{
	font-size:0.75em;
	margin:0;
	padding:0;
	padding-left:10px;
}

p.relevance, p.azproviders, p.lastupdated, p.url, p.questionurl{
	font-size:0.7em;
	color:#666666;
	margin:0;
	padding:0;
	padding-left:10px;
}

p.azproviders{
	padding-left:30px;
}

p.morefrom{
	font-size:70%;
	color:#ffffff;
	margin:0;
	padding:0;
}

/* a2z icons */
a.azbreckland, a.breckland{
	background: url(images/azbreckland.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}

a.aznorfolkcounty, a.norfolk{
	background: url(images/aznorfolk.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}

a.azbroadland, a.broadland{
	background: url(images/azbroadland.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}
a.aznorwich, a.norwich{
	background: url(images/aznorwich.gif) left top no-repeat;
	padding-left: 20px;
}

a.azwestnorfolk, a.west-norfolk{
	background: url(images/azwestnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.azsouthnorfolk, a.south-norfolk{
	background: url(images/azsouthnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.aznorthnorfolk, a.northnorfolk{
	background: url(images/aznorthnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.azgtyarmouth, a.great-yarmouth{
	background: url(images/azyarmouth.gif) left top no-repeat;
	padding-left: 20px;
}

a.azsouthnorfolk:hover, a.aznorfolkcounty:hover {
	background-color: #cc3300 !important;
	border-bottom: none;
}

/* Styles for displaying document type icons next to document links. */
p.location a.pdf_document{
	background:url(images/pdf.gif) left top no-repeat;
	padding-left:20px;
}

p.location a.ppt_document{
	background:url(images/ppt.gif) left top no-repeat;
	padding-left:20px;
}

p.location a.rtf_document{
	background:url(images/rtf.gif) left top no-repeat;
	padding-left:20px;
}

p.location a.doc_document{
	background:url(images/doc.gif) left top no-repeat;
	padding-left:20px;
}

p.location a:hover, p.location a:focus, p.location a:active{
color:#fff;
background:#c30;
}


/*Theasurus CSS */ 
div#kbthesaurus{
	width:100%;     
	padding-top:10px;
}

div#kbthesaurus h3{
	border:1px solid #666699;
	padding:0px;
	margin:0px;
	background-color:#CC9902;
	font-size:80%;
	font-weight:bold;
	border-bottom:1px solid #666699;
}

div#kbthesaurus table{
	border-left:1px solid #666699;
	border-right:1px solid #666699;
	border-bottom:1px solid #666699;
	padding-left:5px;
	width:100%;
	font-size:80%;
}

div#kbthesaurus table td{
	padding-top:5px;
	padding-bottom:5px;
}

div.alternativesearchtop{
	font-size:80%;
	margin-bottom:10px;
}

div.alternativesearch{
	font-size:80%;
	margin-bottom:10px;
}

/* Footer CSS */
div#kbfooter{
	padding-top:5px;
	width:100%;
	font-size:70%;
}

#kbazletters{	
	padding-bottom:10px;
}

#kbazletters ul{	
	border: medium none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: auto !important;
	padding: 0pt;
	white-space: nowrap;
	width: 95%;
}

#kbazletters li{	
/* 	line-height:em; */
	width:25px;
	list-style-type:none;
	list-style-image:none;
	white-space:nowrap;
	margin:0; 
	padding:0;
	float:left;  
	text-align:center;
}

ul.providers{
	list-style:none;
}

html>body #kbazletters li a{
	width:auto;
}

#kbazletters li a, #kbazletters li strong{
	display:block; 
	padding:2px 2px 2px 2px; 
	margin:4px 2px 0 2px; 
	border:1px solid #993300; 
	background:#FFF;
	padding-left:12px !important;
	padding-left:16px;
}

#kbazletters li strong{
	color:#036;
	background:#DFDFDF;	
	text-decoration:none; 
	border:1px solid #036; 
	font-weight:bold;
}

#kbazletters li strong.disabled{
	color:#cccccc;
	background:#ffffff;	
	text-decoration:none;
	border:1px solid #CCC;
	font-weight:normal;
}

#kbazletters li a:hover{
	background:#993300; 
	color:#FFF;
}

div.kbazlink{
	margin-bottom:10px;
	margin-top:10px;
}

/* Style over-rides added by Andy bryant, SNC, 8 August 2006 */

h1{
	margin-top:7px;
	margin-bottom:7px;
}

div.kbsearchform, #kbresults, div.helpcontent{
	border:1px solid #ccc;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	height:auto;
	width:auto;
}
div.kbsearchform {
	padding-top: 0;
}

div.kbsearchform h2{  
	color:#036;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:6px;
}

#kbresults{
	border-top:0px;
}

#qt, #tx0, #tx1, #tx2, #tx3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em; 
	height:13px;
	height:1.5em;
	padding-left:2px;
	margin-top:2px;
	border:1px solid #000;	
}

#dt1, #nh, #hs, #sb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.asearchfields div.row, div.asearchdatestandard{
	padding-top:6px;
	padding-bottom:6px;
	margin-left:-5px;
	border:0;
	border-bottom:1px solid #CCC;
}

/* SRL ADDED 2006-08-14 */

.pagebreakright, .hitsnav, .fright, .location, .onehit p{
	padding-right:10px;
}

.pagebreak ul{
	padding-top:1px !important;
	padding-top:5px;
	padding-right:10px;
}

