/*
.searchTitle {
    font-family: 'roboto slab';
    font-weight: bold;
    font-size: 25px;
    color: #262B30;
    margin: 0 0 48px 0;
    line-height: 40px;
}
}

.noResultsText {
    font-family: 'open sans';
    font-size: 13px;	
}

.resultTitle {
	font-size: 18px;
	font-family: 'roboto slab';
	font-weight: 700;
	clear:both;
	margin:10px 0 0 0;
	border-top:1px solid #CCCCCC
}

.resultTitle a {
    color: #AA5130;
}
.singleResult{
	clear:both;
	min-height:195px;
}

.resultExcerpt, .resultDate {
    font-family: 'open sans';
    font-size: 13px;
    color: #262B30;
    margin: 0 0 5px 0;
}

.resultReadMore {
	font-family: 'open sans';
	font-weight: 700;
	font-size: 14px;
    margin: 0 0 20px 0;	
}

.resultReadMore a {
    color: #AA5130;	
}

.resultURL {
    font-family: 'open sans';
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.resultIMG img{
	display:block;
	float:left;
	width:120px;
	margin: 0 10px 10px 0;
}

.removeFilterLink {
    color: #AA5130;
}

.moreOptionsTable {
	display: none;
}

.resultURL a {
    color: #262B30;
}

.searchBoxContainer {
    overflow: show;
}

tr.categoryRow td.label {
    width: 140px;	
}

.categoryLabel {
    font-family: 'open sans';
    font-size: 14px;
    font-weight: 700;
    color: #262B30;
}

.resultsContainer {
    margin: 0 0 15px 0;	
}

.statisticsContainer, .paginationContainer, .filterText, .filterText a {
    font-family: 'open sans';
    font-weight: normal;
}

.filterText, .filterText a {
    font-size: 13px;
}

.filterText {
    font-weight: 700;	
}

.statisticsContainer {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.paginationContainer {
    font-size: 18px;
    color: #AA5130;
}

.paginationContainer {
    margin: 0 0 15px 0;
}

.topSearchContainer {
    overflow: auto;
    margin: 0 0 10px 0;
}

.filterTitle {
    font-family: 'roboto slab';
    font-weight: bold;
    font-size: 18px;
    color: #AA5130;
    margin: 0 0 7px 0;
}

.filterText {
    display: block;
    margin: 0 0 15px 0;	
}

.searchBody {
    display: block;
    overflow: auto;
    width: 910px;
    margin: 15px 25px 15px 25px;
    min-height: 400px;
}

.searchBody .leftContainer {
	width: 200px;
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}

.searchBody .rightContainer {
    width: 695px;
    display: inline;
    float: left;
}

.searchBody .moreOptionsContainer {
    position: relative;
    float: left;
    margin: 0 0 0 15px;
    line-height: 38px;
    cursor: pointer;
    width: 118px;
}

.categorySelect {
    font-family: 'open sans';
}

.searchBody .moreOptionsContainer .moreOptionsText {
	font-family: 'open sans';
	font-size: 13px;
    color: #AA5130;
    display: block;
    font-weight: bold;
}

#tfheader{
    display:block;
}
#tfnewsearch{
    float:right;
}
.tftextinput{
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    border:1px solid #0076a3; border-right:0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.tfbutton {
    margin: 0;
    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: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

.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);
}

/* New search button styles 
.searchBarContainer {
    position:relative;
    float: left;
    height: 29px;
    border: 2px solid #364659;
    overflow: hidden;
    margin: 5px 0 0 0;
    background-color: #364659;
}

.searchBarContainer input#gobutton{
    position: relative;
    float: left;
    cursor:pointer;
    width: 74px;
    height: 29px;
    border: 0px;
    background-color: #364659;
    color: white;
    font-family: 'open sans';
    font-weight: bold;
}

.searchBarContainer .htftextinput{
    position: relative;
    float: left;
    width: 470px;
    padding: 0 7px 0 7px;
    margin: 0;
    border: 0;
    height: 29px;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    outline-width: 0;
    font-style: italic;
    color: #364659;
}

.searchBarContainer .htfbutton {
    position: relative;
    float: left;
    margin: 0;
    font-size:14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

.searchBarContainer .htfbutton:hover {
    text-decoration: none;
}

.searchBarContainer .advancedSearchContainer {
    display:inline;
    float:right;
    font-style: Open Sans;
    font-weight: bold;
    font-size:12px;
    width:200px;
    height:28px;
    margin:3px 5px 0px 10px;
}

.searchBarContainer .advancedSearchContainer a {
    color:#364659;
}

.tagsContainer {
    display: block;
    overflow: auto;
}
.tagsLabel {
	font-family: 'open sans';
	font-size: 14px;
	font-weight: 700;
	color: #262B30;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	line-height: 23px;
}

.tagLabel {
    font-family: 'open sans';
    margin: 0 3px 0 0;
    font-size: 14px;
}

.removeButton a{
    font-family: 'open sans';
	color: white;
	font-weight: normal;
	text-decoration: none;
    font-size: 14px;
}

.tag {
    position: relative;
    float: left;
    background-color: #364659;
    color: white;
    padding: 1px 10px 4px 11px;
    margin: 0 3px 3px 0;
    border-radius: 20px;
    
}*/