﻿/******************************************************************************
* @author: David Jobst
* @since: 1.0
* @description: small Search bar, Search Mask
******************************************************************************/

/* ****************************************
    small search "bar" - standard: none (all grey)
**************************************** */
div.preHeader .module.search.simpleSearch {
    width: 185px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
}
div.preHeader .module.search.simpleSearch input.standardTextbox {
    border: 1px solid #1572b9;
    display: inline-block;
    width: 150px;
    padding: 1px 5px;
    float: left;
    margin:0;
}
div.preHeader .module.search.simpleSearch .standardButton {
    border: none;
    background-color: Transparent;
    background-image: url("/Images/standard/sprites/standardIcons.png");
    background-position: -20px 0;
    color: transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: right;
    font-size:0;
}

/* ****************************************
    advanced Search - standard: blue
**************************************** */
.module.search .expandedSearch legend {
    color: #1572b9;
}
