﻿body {
}

/* Advanced Search*/

.SearchPageBody
{
    background-image: url(Images/Dialog/BackgroundNew.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
    height: auto;
}

.SearchTopLeftCorner
{
    color: Blue;
    width: 5px;
    height: 7px;
    background-image: url(Images/Dialog/TopLeftCorner.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .SearchTopLeftCorner
{
    background-position: right top;
}

.SearchTopRightCorner
{
    color: red;
    width: 5px;
    height: 7px;
    background-image: url(Images/Dialog/TopRightCorner.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .SearchTopRightCorner
{
    background-position: right top;
}

.SearchTopMiddleBorder
{
    color: green;
    width: 310px;
    height: 7px;
    background-image: url(Images/Dialog/TopMiddleBorder.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.SearchDialog
{
    padding: 10px 10px 0px 40px;
}

.SearchTextBox
{
    width: 200px;
}

.SearchDropDown
{
    width: 200px;
}

.SearchPageBackground
{
    width: 100%;
    height: 100%;
}

.SearchPageBackground table
{
    margin-left: 35px;
    padding: 0;
}

.continue_button_div .LongButton{
  display:none;
}



