/* Page Flow CSS */
/* The CSS here is responsible for the flow of elements on the page */
div.row
{
        clear: both;
}

div.pagebreak p{
	margin:0px;
	padding: 0px;
}

div.fleft{
        float: left;
}

div.fright{
        float: right;
}

div.spacer
{
          clear: both;
}

.skip {
	position: absolute;
	left: -999em;
}

p.summary b {
	background-color: #FFFB99;
}

/* 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;
}

div#kbroker h1 {
        color: #000000;
        font-size: 120%;
}

h1.heading {
             font-size: 2em;
             }

div#kbroker h2 {
        color: #062C73;
        font-size: 100%;
}

a {
        color: #062C73;
        text-decoration: none;
}

a:hover {
        color: #FFC000;
}

/* Styles for: ahelp.jsp and help.jsp*/
div.ahelpcontent {
        width: 100%;
}

div.helpcontent {
        width: 100%;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
div.kbsearchform {
        width: 520px;
        padding-bottom: 5px;
}

div.kbsearchform form{
        margin: 0px;
        padding: 0px;
}

div.searchform, div.searchform img{
        border: 0px;
}

div.helplink{
        margin-left: 5px;
        float: left;
        color: #ffffff;
}

div.ahelplink{
        float: left;
}

input#kbsubmit {
        background-color: #062C73;
        font-weight: bold;
        border: 1px #062C73 solid;
        color: #ffffff;
     /* background-image: url(filename.gif);*/
}

input#kbsubmit:hover {
        color: #ffffff;
}

input#kbsubmit:active {
        color: #ffffff;
}

/* Simple search only elements. */
div.spelling {
        margin: 0;
        padding: 0;
}

div.spelling a {
        font-weight: bold;
        font-style: italic;
}

div.kbsimplelabel{
	float:left;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.kbsimpleinputs{
	float:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Advanced search only, fixed width select boxes and text formatting. */
select.afl{
        width: 140px;
}

select.aty{
        width: 90px;
}

select.aop{
        width: 120px;
}

div.asearchtext{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

/* kbtabs, these control the appeareance of the tabs, this block makes them appear as tabs */
#kbtabs{
	width:100%;
	clear:both;
	background-repeat: repeat-x;
	background-position: bottom;
}

#kbtabs ul {
        width: auto;
        white-space: nowrap;
        margin: 0px;
        padding: 0;
        border: none;
        list-style: none;
        list-style-type: none;
}

#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{
        display: block;
        padding: 3px 8px 3px 6px;
        margin: 1px 2px 0 2px;
        border-bottom: 0px;
        background: #0A2074 url(images/rightcorner_navy.gif) right top no-repeat;
        font-weight: normal;
		color: #FFF;
}

#kbtabs li a:hover {
        background: #3F589A url(images/rightcorner_bluegrey.gif) right top no-repeat;
}

#kbtabs li strong{
        display: block;
        padding: 3px 8px 3px 6px;
        margin: 1px 2px 0 2px;
        border-bottom: 0px;
        background: #D6D3CE url(images/rightcorner_grey.gif) right top no-repeat;
     /* background-image: url(filename.gif);*/
        text-decoration: none;
        font-weight: normal;
        color: #000000;
}

/* Formatting for the pagebreak */
div.pagebreak {
        text-align: left;
        background-color: #D6D3CE;
        width: 100%;
        float: left;
        border-top: 1px solid #062C73;
}

/* Formatting for the left hand side information element in pagebreak */
div.pagebreakleft {
	margin-left: 1px;
        float: left;
        text-align: left;
        color: #000000;
        font-weight: bold;
}
#kbroker div.pagebreakleft h2{
	margin: 0px;
	padding: 0px;
        color: #000000;
}

/* Formatting for the navagation elements in pagebreak */
div.pagebreakright{
	padding-right: 5px;
        float: right;
        text-align: right;
        color: #000000;
        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;
        color: #222299;
}

/* Formatting for the hitscontrols (sort by) elements under the pagebreak */
div.hitscontrols {
        width: 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 #062C73
}

span.onehitsspacer{
        color: #062C73;
}

span.hitsspacer{
	color: #D6D3CE;
}

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%;
}

div.onequestionlast {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
	clear: left;
}

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{
        color: #000000;
}

div.resultssummary{
	padding-bottom: 5px;
}

/* These styles are used by both questions and onehit, formatting options for the text, links and summarys. */
p.location, p.questionlocation{
        font-weight: bold;
        color: #666666;
        margin: 0;
        padding: 0;
}


p.summary, p.questionsummary {
        margin: 0;
        padding: 0;
}

p.relevance, p.lastupdated, p.url, p.questionurl {
        color: #666666;
        margin: 0;
        padding: 0;
}

p.morefrom {
        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-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 img {
        border: none;
}

/*Theasurus CSS */
div#kbthesaurus{
	width: 100%;
	padding-top: 10px;
}

div#kbthesaurus h3{
	border: 1px solid #062C73;
        padding: 0px;
        margin: 0px;
        background-color: #D6D3CE;
        font-weight: bold;
        border-bottom: 1px solid #062C73;
}

div#kbthesaurus table{
	border-left: 1px solid #062C73;
	border-right: 1px solid #062C73;
	border-bottom: 1px solid #062C73;
        padding-left: 5px;
        width: 100%;
}

div#kbthesaurus table td{
        padding-top: 5px;
        padding-bottom: 5px;
}


/* Footer CSS */
div#kbfooter {
	padding-top: 5px;
        width: 100%;
}
div#kbfooter a {
        color: #4A4A4A;
        text-decoration: none;
}
