.searchareatable
{
    text-align: right;
    width: 80%;
    float:right;
margin-bottom:25px;

}
.sa_TextBoxCell
{
    width: 80%;
    height: 30px;
}
.sa_titlelabel
{
    margin-left: 10px;
    font-size: 14pt;
    text-align: left;
}
.sa_textboxinitial
{
    width: 100%;
    float: left;
    border: solid 0px #a1ce32;
    background-color: white;
    color: green;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
    margin-top: 3px;
}

.sa_textboxempty
{
    width: 100%;
    float: right;
    border: solid 1px Red;
    background-color: white;
    font-size: 13pt;
    color: green;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
}

.sa_submitbutton
{
    
    border: 0px solid #fff;
    cursor:pointer;
	 background-color:#263017;
	 color:#b0b080;
	 float: right;
	 text-align: right;
	 font-size: 13px;
	 padding-top: 5px;
}

.sa_radiobuttonlist
{

}


.searchareatable_simple
{
    width: 100%;
    vertical-align: middle;
}
.sa_textboxcell_simple
{

}

.sa_textboxinitial_simple
{
    width: 100%;
    float: right;
    border:solid 0px;
    background-color: white;
    color: #263017;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
    margin-top: 3px;
   
}
.sa_textboxempty_simple
{
    width: 100%;
    float: left;
    border: solid 1px Red;
    background-color: white;
    font-size: 13pt;
    color: #263017;
    height: 20px;
    font-family: Trebuchet MS;
    padding-left: 5px;
}
.sa_submitbutton_simple
{
    width: 60px;
    height: 32px;
    border: 0px solid #fff;
    cursor:pointer;
	 background-color:#263017;
	 color:#FFF;
}



.Sa_articletitlepanel
{
    padding-left: 115px;
}

.Sa_articletitlelabel
{
    font-size: 1.4em;
    font-weight: bold;
}


