/* Row and float elements */
/* The row element clears the float buffer and starts a new line in the flow of the page */
/* a div of type row should surround or come after floated elements which are supposed to be contained in block*/
div.row 
{
	clear: both;
}
div.fleft{
	float: left;
}
div.fright{
	float: right;
}
div.alternativesearchtop{
	margin-bottom: 10px;
	width: 600px;
}
div.alternativesearch{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}

div.spacer 
{
  	clear: both;
}

/* General CSS Attributes */
/* These will apply to the whole page unless overriden by other css elements. */

div#kbroker{
	margin-left: 15px;
	margin-right: 15px;
	
}
div#kbroker a{ 
	padding:0px;
	margin:0px;
	background: none;
	float: none;
	display: inline;
}

/* Styles for: ahelp.jsp and help.jsp                                                            */
/* ------------------------------------------------------------------------------- */
/* Div containing help content */
div.ahelpcontent {
        width: 600px;
}
div.helpcontent {
        width: 600px;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
/* Expand css and alter jsps to get varied formatting. */
div.searchform {        
        width: 600px;
}

div.searchform p{
	margin: 0;
	padding: 0;
}
div.searchform img{
	border: 0px;
}
div.helplink{
	margin-left: 5px;
	float:left;
}
div.helplink p {
	color: #ffffff;
	FONT-SIZE: 90%;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;		
}
div.ahelplink{
	float: left;
}
div.ahelplink p{
	FONT-SIZE: 90%;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;	 	
}
input#submit {
        background-color: #0066CC;
        font-weight: bold;
        border: 1px #0066CC solid;
        color: #ffffff;
}
input#submit:hover {
        color: #ffffff;
}
input#submit:active {
        color: #ffffff;
}
p.spelling {
        font-size: 80%;
	margin: 0;
	padding: 0;        
}
p.spelling a {
        font-weight: bold;
        font-style: italic;
}

/* Advanced search form select elements width, specified to gain a nicer layout. */
select.afl{
	width: 115px;
}

select.aty{
	width: 90px;
}

select.aop{
	width: 120px;
}

/* Pagebreak styles, these are for hitstop and hitsbottom */
div.pagebreak {
	text-align: left;
        background-color: white;
        width: 600px;  
 	border-bottom : 2px #BFE5D9 solid;
}
div.pagebreak p{
        font-family: verdana, arial, helvetica, sans-serif;
        color: #000000;
        font-size: 100%;
        font-weight: bold;  
	margin: 0;
	padding: 0;        
}
div.pagebreakleft{
  float: left;
  text-align: left;
  color: #fff;
  width: 50%;
}
div.pagebreakright{
  float: right;
  text-align: right;
  color: #fff;
  width: 49%;
}

/* Formatting for hitstop and hitsbottom text and links. */
div.hitsdisplay p {
        font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;	
	font-weight: bold;	
}
div.hitsdisplay p a{
	background: none;
	color: #222299;	
}
div.hitsdisplay p a:hover{
	color: #6666ff;
}
div.hitsdisplay p a:visited{
	color: #222299;
}
div.hitsdisplay span.hitsspacer{
	color: #eeeeff;
	font-size:90%;
}

div.hitscontrols {
        background-color: #FFFFFF;
        width: 600px;        
}
div.hitscontrols p {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 90%;
        color: #111111;
        font-weight: bold;
	margin: 0;
	padding: 0;        
}

/* Onehit styles, onehitlast is the final hit on the page, sometimes requires differnt formatting. */
div.onehit {
	padding-top: 5px;
	padding-bottom: 5px;
        width: 600px;
        border-bottom: 1px solid #BFE5D9
}
img.onehitimg  {
	border: 0px; 
}
span.onehitsspacer{
	color: #ffffff;
	font-size:90%;
}

div.onehitlast {
        width: 600px;
        padding-top: 5px;
	padding-bottom: 5px;
}

/* Styles for questions, similar to onehit. */
div.onequestion {
	padding-top: 5px;
	padding-bottom: 5px;
        width: 600px;
}
div.onequestionlast {
        width: 600px;
        padding-top: 5px;
	padding-bottom: 5px;
}
img.questionimg{
	float:right;
	border: 0px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;		
}

/* 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;
}

p.summary, p.questionsummary {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

p.relevance, p.lastupdated, p.url, p.questionurl {
	font-size: 90%;
	color: #666666;
	margin: 0;
	padding: 0;
}

p.morefrom {
	font-size: 90%;
	color: #ffffff;
	margin: 0;
	padding: 0;
}



/* Formtabs, these control the appeareance of the tabs, this block makes them appear as tabs */
div.formtabs{
	width: 600px;
	clear:both;
}

ul.formtabs {
	white-space: nowrap;
	font: verdana, arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding:0px 2px 0px 2px;
}

ul.formtabs li.formtab {
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	float: left;
	background-color: #ffffff;
	padding:5px 2px 5px 2px;
	margin: 2px 2px 0px 2px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

ul.formtabs li.formtabsel {
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-color:  #eeeeff;
	padding:5px 2px 5px 2px;
	margin: 2px 2px 0px 2px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

a.formtabsel, a.formtabsel:hover, a.formtabsel:visited{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color : #000000;
}


a.formtabtext, a.formtabtext:visited {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

a.formtabtext:hover {
	font-size: 80%;
	font-weight: bold;
	color: #6666ff;
}

div.formtabtext{
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;  
}
/* End "tabs" */

/* Formtabs, these control the appeareance of the tabs, this block makes them appear as text

div.formtabs{
width: 600px;
}
ul.formtabs {
font: verdana, arial, sans-serif;
font-weight: bold;
list-style-type: none;
margin: 0;
padding:0;
}

ul.formtabs li {
float: left;
white-space: nowrap;
padding: 0px 2px 0px 2px;
border-left: 1px #000000 solid;
}

li.formtab{
border-bottom: 1px solid #fff;
background-color: #fff;
}

li.selformtab{
border-bottom: 1px solid #fff;
background-color: #fff;
}

a.formtabsel, a.formtabsel:hover, a.formtabsel:visited{
font-size: 80%;
text-decoration: none;
color : #000000;
}


a.formtabtext, a.formtabtext:visited {
  font-size: 80%;
  text-decoration: none;
  color: #222299;
}

a.formtabtext:hover {
  font-size: 80%;
  color: #6666ff;
}

div.formtabtext{
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;  
}

End "text" */


/* Default footer text. */
div.kbfooter {
        width: 600px;
}
div.kbfooter p {
        font-size: 90%;
}


/*Theasurus CSS */ 
.thespt{
	color:#000000;
	font-weight: bold;
}
.thestt{
	color:#cc7700;
}
.thesrt{
	color:#007700;
}
.thesnt{
	color:#cc0000;
}
.thesbt{
	color:#0000cc;
}



