﻿.divSearchDiv
{
    width: 200px;
    height: 350px;
    background-color: transparent;
    background-image: url(pics/SearchBG.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.divSermonSearch
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 350px;
    background-image: url(pics/SearchBG2.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.divSermonSearch div h1
{
    color: #5a6293;
    font: bold 15px verdana;
}
.divSermonSearch div h2
{
    color: #000;
    font: bold 11px verdana;
}
#sermonsearchDate, #sermonsearchSpeaker, #sermonsearchBook, #sermonsearchTitle, #sermonsearchSeries
{
    position: relative;
    left: 0px;
}
#sermonsearchDate
{
    top: 50px;
}
#sermonsearchSpeaker
{
    top: 62px;
}
#sermonsearchBook
{
    top: 74px;
}
#sermonsearchTitle
{
    top: 86px;
}
#sermonsearchSeries
{
    top: 98px;
}
#sermonsearchDate div, #sermonsearchSpeaker div, #sermonsearchBook div, #sermonsearchTitle div, #sermonsearchSeries div
{
    visibility: hidden;
    position: absolute;
    top: -110px;
    left: 205px;
    border: double 2px #5a6293;
    padding: 7px;
    min-height: 200px;
    min-width: 250px;
    background-color: #ffffff;
    background-image: url(pics/searchboxbg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.searchMonth
{
    float: left;
    width: 100px;
    padding: 3px;
    border: solid 2px #5a6293;
}
.searchYear
{
    width: 100px;
    padding: 3px;
    border: solid 2px #5a6293;
}
.searchOld
{
    float: left;
    width: 100px;
    padding: 3px;
    border: solid 2px #5a6293;
}
.searchNew
{
    width: 100px;
    padding: 3px;
    border: solid 2px #5a6293;
}

.sermonsearchbuttons
{
    height: 25px;
    width: 175px;
    cursor: pointer;
}
