﻿/*
-----------------------------------------------------------------------------  
Search
-----------------------------------------------------------------------------
*/
.oig_Search {
	padding:13px 0 0 0px;
}
/* Placing the input field right of the search button */
.oig_Search .s4-search input.ms-sbplain{
	width: 180px !important;
	position:absolute;
	right:22px;
	bottom:10px;
}
/* search button hider needed for pages that override the master page search button */
.oig_Search .ms-sbgo img {
	display: none;
}

/* fancy search button */
.oig_Search .ms-sbgo a {
	display: block;
	height: 24px;
	width: 77px;
	background: url('../images/btn-search.gif') no-repeat left top;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

/* search statistics web part */
.srch-stats {
    border-top: 1px solid #ccc;
    margin: 15px 0px 15px 0px;
}    

/* search results web part */
.srch-results {
    padding-left: 0px;
}

div.srch-Title3 a:link{
text-decoration:none !important;
font-family:Arial, Helvetica, sans-serif;
}

div.srch-Title3 a:visited{
text-decoration:none !important;
font-family:Arial, Helvetica, sans-serif;
}

div.srch-Title3 a:hover{
text-decoration:underline !important;
color:#173152 !important;
}