/* 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#breadcrumb ul {
	font-size: 105%;
}

div.mainNav li#asearch {
	background: #f58c56   url(images/bg_nav_list_asearch.gif) no-repeat left top;
}

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. */
h2{
	font: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

a{
	color:#52186b;
}
/* Styles for: ahelp.jsp and help.jsp                                                            */
/* ------------------------------------------------------------------------------- */
/* Div containing help content */
div.ahelpcontent,
div.helpcontent {
	padding: 20px 0 0 0;
        width: 100%;
}

/* Search form styles, this will apply to all search and results forms for simplicity */
/* Expand css and alter jsps to get varied formatting. */
div.kbsearchform {      
	padding: 10px 0 10px 0;
        width: 100%;
}

div.helplink{
	margin-left: 5px;
	FONT-SIZE: 80%;
	FONT-FAMILY: Arial, Helvetica, sans-serif;		
	float:left;
}

div.ahelplink{
	float: left;
	FONT-SIZE: 80%;
	FONT-FAMILY: Arial, Helvetica, sans-serif;	 	
}
input#kbsubmit {
        background-color: #52136b;
        font-weight: bold;
        border: 1px #52136b solid;
        color: #ffffff;
}
input#kbsubmit:hover {
        color: #ffffff;
}
input#kbsubmit:active {
        color: #ffffff;
}
div.spelling {
	margin: 0;
	padding: 5px 0 0 0;        
}
div.spelling a {
        font-weight: bold;
        font-style: italic;
}

/* Advanced search form select elements width, specified to gain a nicer layout. */
div.asearchfields label{
	float: left; 
	width: 220px;
}
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;
        width: 100%;
 	border-top : 3px #C00000 solid;
}
div.pagebreakleft{
	margin-left: 1px;
        float: left;
        text-align: left;
        color: #000000;
        font-size: 80%;
        font-weight: bold; 
}
div.pagebreakleft h2{
        font-size: 115%;
	margin: 0px;
	padding: 0px;
        color: #000000;
}
div.pagebreakright{
        font-size: 100%;
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding-right: 5px;        
        font-weight: bold;
}

/* Formatting for hitstop and hitsbottom text and links. */
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;
        font-weight: bold;
}
ul.hitsnav li a{
        text-decoration: underline;
	color:#52186b;       
}

ul.hitsnav li a:hover{
        color: #000000;
}
ul.hitsnav li a:visited{
	color:#52186b;
}
ul.hitsnav li strong{
	color: #000000;
}

div.hitscontrols {
        background-color: #FFFFFF;
        width: 100%;        
}
div.hitscontrols p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #000000;
        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:100%;
        border-bottom: 1px solid #52136b
}
img.onehitimg  {
	border: 0px; 
}
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%;
}
div.onequestionlast {
        width:100%;
        padding-top: 5px;
	padding-bottom: 5px;
}
img.questionimg{
	float:left !important;
	border: 0px;
	margin-top:3px;
	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: 100%;
	color: #666666;
	margin: 0;
	padding: 0;
}

p.summary, p.questionsummary {
	font-size: 100%;
	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;
}

span.highlight {
	background-color: #E9D8F0;
}

/* Formtabs, these control the appeareance of the tabs, this block makes them appear as tabs */
#kbtabs{
	clear:both;
	width: 100%;
}
#kbtabs ul {
	white-space: nowrap; 
	font-size: 100%; 
	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 {
	display: block; 
	padding: 3px 8px 3px 0px; 
	margin: 1px 2px 0 6px; 
	border-bottom: 0px;
	background: url('images/tab_unselected.gif') no-repeat right top;
	text-decoration: none;
}

#kbtabs li a span {
	color: #FFFFFF;
	padding: 3px 0px 3px 10px; 
	margin: 1px 2px 0 0px; 
	background: url('images/tab_unselected.gif') no-repeat left top;
}

#kbtabs li strong {
	font-weight: normal;
	display: block; 
	padding: 3px 8px 3px 0px; 
	margin: 1px 2px 0 6px; 
	border-bottom: 0px;
	background: url('images/tab_selected.gif') no-repeat right top;  
}

#kbtabs li strong span{
	color: #FFFFFF;
	padding: 3px 0px 3px 10px; 
	margin: 1px 2px 0 0px; 
	background: url('images/tab_selected.gif') no-repeat left top;  
}

/* Default footer text. */
div.kbfooter {
        width: 100%;
}
div.kbfooter p {
        font-size: 80%;
}

/*Thesaurus CSS */ 
div.alternativesearchtop {
	padding: 0 0 10px 0;
}

#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;
}

ul.providers {
        list-style: none;
}

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 #66CCCC; 
	background-color: #F2F2F2; 
}

#kbazletters li strong{
	color: #003366;
	background-color: #E8E8E8;	
	text-decoration: none; 
	font-weight: bold;
}
#kbazletters li strong.disabled{
	color: #cccccc;
	background-color: #ffffff;	
	text-decoration: none; 
	font-weight: normal;
}

#kbazletters li a:hover {
	background-color: #cccccc;	
}

div.kbcontent{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
