.searchareatable
{
    text-align: left;
    width: 100%;
}
.sa_TextBoxCell
{
    width: 100%;
    background-color: #fff;
    border: solid 1px #DBD8D1;
    vertical-align: middle;
    height: 30px;
}
.sa_titlelabel
{
    margin-left: 10px;
    font-size: 14pt;
    text-align: left;
}
.sa_textboxinitial
{
    width: 85%;
    float: left;
    border: solid 0px #a1ce32;
    background-color: white;
    color:  #83b809;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
    margin-top: 3px;
}

.sa_textboxempty
{
    width: 85%;
    float: left;
    border: solid 1px Red;
    background-color: white;
    font-size: 13pt;
    color:  #83b809;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
}

.sa_submitbutton
{
    width: 23px;
    height: 20px;
    border: 0px solid #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    margin-top: 3px;
}

.sa_radiobuttonlist
{
}


.searchareatable_simple
{
    width: 95%;
    background-color: #fff;
    border: solid 1px #eee;
    vertical-align: middle;
}
.sa_textboxcell_simple
{
}

.sa_textboxinitial_simple
{
    width: 85%;
    float: left;
    border: solid 0px #a1ce32;
    background-color: white;
    color: #83b809;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
    margin-top: 3px;
}
.sa_textboxempty_simple
{
    width: 85%;
    float: left;
    border: solid 1px Red;
    background-color: white;
    font-size: 13pt;
    color:  #83b809;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
}
.sa_submitbutton_simple
{
    width: 60px;
    height: 32px;
    border: 0px solid #fff;
    background-image: url(../images/BgButton.png);
    background-repeat: no-repeat;
     cursor:pointer;
}



.Sa_articledescriptionpanel
{
    margin-top: 5px;
    padding-left: 25px;
    background-image: url(../Images/comma.png);
    background-repeat: no-repeat;
    font-style: italic;
    float:left;
}
