<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tfheader{
		background-color:#c3dfef;
	}
.tftextinput{
		margin: 0;
		padding: 5px 15px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		background:url(../images/search-new.png) no-repeat left;	
	}

.tfbutton {
	    float:right;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
.tfbutton::-moz-focus-inner {
	  border: 0;
	}
.tfclear{
		clear:both;
}
.about-search{
	float:right;
	margin-right:20px;	
}
.currentpage-search, .homepage-search{
	float:right;	
}
.currentpage-search form{
	width:auto!important;
	margin:0 10px 0 0;	
}
.currentpage-search .tftextinput{
	width:185px;	
}
.article-search{
	float:left;
	margin-left:20px;	
}
.homepage-search form{
	width:auto!important;
}
.homepage-search .tftextinput{
	width:350px;	
}
.about-search.nomargin{
	margin-right:0;	
}
.margin10{
	margin-right:10px;	
}

</pre></body></html>