div#footer {
	width: auto;
}

/* Page Flow CSS */
/* The CSS here is responsible for the flow of elements on the page */
body { font-size: 70%; }

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: arial, verdana, helvetica, sans-serif;
        padding-bottom: 20px;
        font-size: 110%;
}

div#kbroker h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
        color: #000000;
        font-size: 120%;
}

div#kbroker h2 {
	margin: 0;
	padding: 0;
        color: #C80000;
        font-size: 100%;
}

a, a:visited {
        color: #009933;
        text-decoration: none;
}

a:hover {
        color: #000000;
        text-decoration: underline;
}

/* Styles for: ahelp.jsp and help.jsp*/
div.ahelpcontent {
        font-size: 90%;
        width: 100%;
}

div.helpcontent {
        font-size: 90%;
        width: 100%;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
div.kbsearchform {
        width: 520px;
        font-size: 80%;
        padding-bottom: 5px;
}
div#kbroker div.kbsearchform h2{
	font-size: 120%;
	padding: 0;
	margin: 0;
}

div.kbsearchform form{
        margin: 0px;
        padding: 0px;
}

div.searchform img{
        border: 0px;
}

div.helplink{
        font-size: 120%;
        margin-left: 5px;
        float: left;
        color: #ffffff;
}

div.ahelplink{
        float: left;
}

div.helplink a, div.ahelplink a{
        color: #009933;
        font-weight: bold;
        text-decoration: none;
}

div.helplink a:hover, div.ahelplink a:hover{
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
}

input#kbsubmit, input#azsubmit {
        background-color: #C06;
        font-weight: bold;
        border: 1px #C06 solid;
        color: #ffffff;
     /* background-image: url(filename.gif);*/
}

input#kbsubmit:hover {
        color: #ffffff;
}

input#kbsubmit:active {
        color: #ffffff;
}

/* Simple search only elements. */
div.spelling {
        font-size: 80%;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
}

div.spelling a {
        font-weight: bold;
        font-style: italic;
}

div.kbsimplelabel{
	float:left;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 120%;
}

div.kbsimpleinputs{
	float:left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 120%;
}

/* 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;
}
div.asearchfields h2{
	padding-bottom: 5px;
}
div.asearchfields input{
	width: 200px;
}
div.asearchdisplay{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.asearchdatestandard{
	padding-bottom: 10px;
}
div.asearchdatestandard label{
	float: left;
	width: 220px;
}
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 */
.kbtabs{
	clear:both;
	width: 100%;
	border-top: 1px solid #FFF;
	padding: 0;
	margin: 0;
	background: url(images/pixel.gif) right bottom repeat-x;
}
.kbtabs ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0;
	border: none;
	list-style: none;
	list-style-type: none;
	clear:both;
}
.kbtabs li {
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	float: left;
}


html>body .kbtabs li a {
	width: auto;
}
.kbtabs li a, .kbtabs li a:visited {
	display: block;
	padding: 3px 3px 2px 3px;
	margin: 1px 2px 0 2px;
	border-left: 1px solid #C06;
	border-right : 1px solid #C06;
	border-top: 1px solid #C06;
	border-bottom: 0px;
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	color: #C06;
	font-size: 100%;
}

.kbtabs li a:hover {
	color: #00000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
}

.kbtabs li strong {
	display: block;
	padding: 3px 3px 3px 3px;
	margin: 1px 2px 0 2px;
	border-left: 1px solid #C06;
	border-right : 1px solid #C06;
	border-top: 1px solid #C06;
	border-bottom: 0px;
	background: #FFEEEE;
	font-weight: bold;
}

.kbtabs span.tab-help {
	margin: 2px 0 0 10px;
	font-weight: bold;
}

/* Formatting for the pagebreak */
div.pagebreak {
        text-align: left;
        background-color: #FFEEEE;
        float: left;
        width: 100%;
}

/* Formatting for the left hand side information element in pagebreak */
div.pagebreakleft {
	margin-left: 1px;
        float: left;
        text-align: left;
        color: #000000;
        font-size: 80%;
        font-weight: bold;
}
#kbroker div.pagebreakleft h2{
	margin: 0px;
	padding: 2px 0 0 0;
        color: #000000;
}

/* Formatting for the navagation elements in pagebreak */
div.pagebreakright{
	padding: 2px 5px 2px 0;
        float: right;
        text-align: right;
        color: #000000;
        font-size: 80%;
        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;
}
ul.hitsnav li a{
        text-decoration: none;
}

ul.hitsnav li a:hover{
        text-decoration: underline;
}
ul.hitsnav li strong{
	color: #000000;
}

/* Formatting for the hitscontrols (sort by) elements under the pagebreak */
div.hitscontrols {
        width: 100%;
        font-size: 80%;
        color: #000000;
        font-weight: bold;
}

div.hitscontrols a, div.hitscontrols a:hover {
        font-size: 100%;
        color: #000000;
        font-weight: bold;
}

/* Onehit styles, onehitlast is the final hit on the page, sometimes requires differnt formatting. */
div.onehit {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        border-bottom: 1px solid #C06
}

span.onehitsspacer{
        color: #ffffff;
        font-size: 50%;
}

div.onehitlast {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
}

/* Styles for questions, similar to onehit. */
div.onequestion {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        font-size: 110%;
}

div.onequestionlast {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 110%;
}

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: 90%;
        color: #000000;
}

p.location a {
        font-size: 110%;
        font-weight: bold;
}

p.location a:hover {
        font-size: 110%;
	font-weight: bold;
}

div.resultssummary{
	padding-bottom: 5px;
	font-size: 100%;
}

/* 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: 90%;
        color: #666666;
        margin: 0;
        padding: 0;
}
ul.providers{
	margin-top: 5px;
	margin-bottom: 0;
}

ul.providers li{
	margin-top: 6px;
	margin-bottom: 0;
	list-style: none;
}

p.summary, p.questionsummary {
        font-size: 100%;
        margin: 5px 0 5px 0;
        padding: 0;
        color: #000000;
}

.highlight {
             font-weight: bold;
             }

p.relevance, p.azproviders, p.lastupdated, p.url, p.questionurl {
        font-size: 90%;
        color: #666666;
        margin: 0;
        padding: 0;
}

p.morefrom {
        font-size: 70%;
        color: #ffffff;
        margin: 0;
        padding: 0;
}

/* 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: 0 0 4px 20px;
}

p.location a.ppt_document{
        background: url(images/ppt.gif) left top no-repeat;
        padding: 0 0 4px 20px;
}

p.location a.rtf_document{
        background: url(images/rtf.gif) left top no-repeat;
        padding: 0 0 4px 20px;
}

p.location a.doc_document{
        background: url(images/doc.gif) left top no-repeat;
        padding: 0 0 4px 20px;
}

/*Theasurus CSS */
div#kbthesaurus{
	width: 100%;
	padding-top: 10px;
}

div#kbthesaurus h3{
	border: 1px solid #C06;
        padding: 0px;
        margin: 0px;
        background-color: #FFEEEE;
        font-size: 80%;
        font-weight: bold;
        border-bottom: 1px solid #C06;
}

div#kbthesaurus table{
	border-left: 1px solid #C06;
	border-right: 1px solid #C06;
	border-bottom: 1px solid #C06;
        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;
}

/* a2z icons */
a.azbreckland{
	background: url(images/azbreckland.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}

a.aznorfolkcounty{
	background: url(images/aznorfolk.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}

a.azbroadland{
	background: url(images/azbroadland.gif) left top no-repeat;
	padding: 0 0 5px 20px;
}
a.aznorwich{
	background: url(images/aznorwich.gif) left top no-repeat;
	padding-left: 20px;
}

a.azwestnorfolk{
	background: url(images/azwestnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.azsouthnorfolk{
	background: url(images/azsouthnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.aznorthnorfolk{
	background: url(images/aznorthnorfolk.gif) left top no-repeat;
	padding-left: 20px;
}

a.azgtyarmouth{
	background: url(images/azyarmouth.gif) left top no-repeat;
	padding-left: 20px;
}

/* Footer CSS */
div#kbfooter {
	padding-top: 5px;
        width: 80%;
        font-size: 90%;
}

div#kbfooter a {
	color: #707070;
        font-size: 100%;
        text-decoration: none;
}

#kbazletters{
	width: auto;
	padding-bottom: 10px;
}

#kbazletters ul {
	width: 100%;
	white-space: nowrap;
	font-size: 100%;
	margin: 0px;
	padding: 0;
	border: none;
	list-style: none;
	list-style-type: none;
}
#kbazletters li {
 	line-height: em;
	width: 30px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	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 #C06;
	background: #FFEEEE;
	font-size: 100%;
}

#kbazletters li strong{
	color: #000000;
	background: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
#kbazletters li strong.disabled{
	color: #cccccc;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#kbazletters li a:hover {
	background: #cccccc;

}

#kbroker div.kbcontent{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid #C06;*/
}
div.kbazlink{
	margin-bottom: 10px;
	margin-top: 10px;
}

/* moved this style to the kbroker style sheet in order to support new look and feel */
.heading {
           color:#FFFFFF;
           font-family:Verdana,Arial,Helvetica,sans-serif;
           font-size:26px;
           font-weight:normal;
           text-decoration:none;
           text-align: center;
}

.greenlinks {
              color:#009933;
              font-family:Verdana,Arial,Helvetica,sans-serif;
              font-size:x-small;
              font-weight:bold;
              text-decoration:none;
              }
/* header styling for the new look and feel for NCC */
h1 {
     background-color: #C06;
     color: #FFF;
     font-size: 1.4em;
     font-weight: bold;
     padding: 12px 0px 4px 10px;
     }

.breadcrumb {
              font-size: 100%;
              font-weight: bold;
              }

a.breadcrumb {
                color: #009933;
}

a:hover.breadcrumb {
                     color: #000;
                     }

.breadcrumbselected {
                      font-size: 100%;
                      font-weight: bold;
                      }

#rightfooter {
               margin-right: 0px;
               padding-right: 0px;
               text-align: right;
               }
div.atozlink {
               font-size: 100%;
               font-weight: bold;
               margin: 10px 0px 15px 0px;
               }
div.atozlink a {
                 color: #009933;
                 }
