﻿/*
╔════════════════════════════════════════════════╗
║                 SEARCH PAGE                    ║
╚════════════════════════════════════════════════╝
*/
#SearchWrapper div.NoResults
{
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    border: dashed 1px #AAA;
    margin-top: 20px;
    color: #000;
}
#SearchWrapper div.FilterZone
{
    width: auto;
    height: auto;
    text-align: left;
    background-color: #E8E8E8;
    border: solid 1px #CCC;
    padding: 10px;
}

#SearchWrapper div#FilterSelection
{
    background-color: #F2F2F2;
    border: solid 1px #AAA;
    padding: 10px;
    display: none;
    margin-top: 10px;
}

#SearchWrapper div#FilterSelection label
{
    padding: 5px;
}
#SearchWrapper div#FilterSelection div.Header
{
    border-bottom: solid 1px #AAA;
    height: 20px;
}
#SearchWrapper div#FilterSelection h4
{
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    font-weight: bold;
}

/*
╔════════════════════════════════════════════════╗
║              RESULT ITEM NARROW                ║
╚════════════════════════════════════════════════╝
*/
#ResultItemNarrow
{
    height: auto;
    width: 190px;
    overflow: hidden;
    border: 1px solid #AAA;
    margin: 10px 0px 0px 9px;
    background-image: url(../Images/Translucid-78Alpha.png);
    background-repeat: repeat;
    _background-image: none; /* This path is relative to the page file (CSSite.Master) not to the css file. This is why the full path is provided including the theme name! */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Default/Images/Translucid-78Alpha.png',sizingMethod='scale');
}
#ResultItemNarrow h4
{
    margin: 0px;
    width: auto;
    height: 25px;
    _height: 30px;
    max-height: 30px;
    line-height: 13px;
    text-align: right;
    padding: 3px;
}
#ResultItemNarrow h5
{
    width: 190px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    text-align: right;
    background-image: url(../Images/Translucid-90Alpha.png);
    background-repeat: repeat;
    _background-image: none; /* This path is relative to the page file (CSSite.Master) not to the css file. This is why the full path is provided including the theme name! */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Default/Images/Translucid-90Alpha.png',sizingMethod='scale');
}
#ResultItemNarrow a.ResultTitle
{
    position: relative;
    color: #000;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
#ResultItemNarrow a.ResultTitle:hover
{
    color: #FFF;
    text-decoration: none;
}
#ResultItemNarrow a.ResultCategory
{
    position: relative;
    color: #444;
    font-style: italic;
    text-decoration: none;
}
#ResultItemNarrow a.ResultCategory:hover
{
    color: #FFF;
    text-decoration: none;
}
#ResultItemNarrow p
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    font-size: 11px;
    margin: 3px;
}
#ResultItemNarrow p span.KeywordHighlight
{
    background-color: #C7E0DB;
    text-transform: uppercase;
}
