﻿.searchAndBrowse
{
    
}

.searchAndBrowse .control
{
    text-align: left;
    white-space: nowrap;
}

.searchAndBrowse .control a
{
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    width: 118px;
    text-align: center;
}

.searchAndBrowse .control a:focus
{
    outline: none;
}

.searchAndBrowse .control a.quickSearch
{
    float: left;
}

.searchAndBrowse .control a.jobsByType
{
    float: right;
}

.searchAndBrowse .control a.activeLeft
{
    background-image: url('/Lib/Img/Skin/ButtonCornerLightRight.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.searchAndBrowse .control a.activeRight
{
    background-image: url('/Lib/Img/Skin/ButtonCornerLightLeft.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.searchAndBrowse a.apply
{
    display: block;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    margin-top: 1px;
}