﻿
/* --------------- SEARCH PAGE SPECIFIC STYLESHEET --------------- */ /*-[WAYNE AUSTIN]-*/

.large-search, .main-content-header .ms-sbplain
{
    float:left;
    width:318px;
    height:23px;
    padding:1px 3px 0px;
    font-size:15px;
    font-weight:bold;
    color:#1e569f;
    border:solid 3px #e2ecfa;
}
.btn-large-search, .main-content-header td.ms-sbgo a
{
    margin:4px 0px 0px 8px;
}
.main-content-header div#SRSB
{
	display:inline;
	float:left;
	clear:none;
}
.main-content-header table.ms-sbtable-ex 
{
	margin:0px;
}
.main-content-header td.ms-sbgo
{
	padding:0px;
}
.pagination-wrap
{
    float:left;
    clear:both;
    width:100%;
    margin:0px 0px 10px;
    padding:10px 0px;
    background:#f9f9f9;
}
.pagination-links
{
    float:right;
    clear:both;
    width:100%;
    margin:0px;
}
.srch-WPBody#SRST
{
	float:left;
	padding-left: 10px;
}
.srch-WPBody#SRP
{
	float:right;
	padding-right: 8px;
}
/*  Sharepoint has hard-coded !important in portal.css, 
	therefore we need to resort to !important to override it. */
.srch-stats, .srch-Page
{
	background-color:#f9f9f9 !important;
}
.pagination-links a, .srch-Page a:link, .srch-Page a:visited, .srch-Page a:hover
{
    color:#58626b;
    text-decoration:none;
}
.pagination-links a.on
{
    font-weight:bold;
}

.search-result
{
    float:left;
    clear:both;
    width:90%;
    margin-bottom:25px;
}
.search-result p
{
    line-height:16px;
    margin-bottom:2px;
}
/* Hide the 'View by Relevance / View by modified date' sorting links */
.srch-sort 
{
	display:none;
}
