/* MAIN BODY CONFIGURATION  - Main body of page*/
div.scoresContent
{
position: relative;
text-align: center;
top: -100px;
height: 150;
width: 100%;
}

div.searchTextContent
{
position: relative;
text-align: center;
width: 100%;
top: -50px;
}
/* FILTER CONFIGURATION  - Where filtering facilites sit on the page*/
div.filterContent
{
position: relative;
left:450px;
top: -60px;
width: 100%;

}
/*TABLE POSITIONING */
div.tablepos
{
text-align: center;
width: 100%;
}

div.righttoreplypos
{
text-align: left;
padding-left: 100px;
width: 70%;
}
h1 {color: 336699;}

/* RIGHT TO REPLY FIELDS */
div.rtrField
{
position: absolute;
text-align: center;
}

div.searchBox
{
position: relative;
left: 20px;

}


/* THE FOLLOWING 3 CLASSES ARE USED IN THE MAIN.ASP SEARCHES TO LAYOUT THE SEARCH BOXES AND FOODSAFE ICON */


.filterBoxStyle
        {
            background-color: #665380;
            width: 260px;
            height: 0px;
            padding: 8px 10px;
        }
 
 .defaultFilterBoxStyle
        {
            background-color: #03B0DB;
            width: 280px;
           
        }
.foodsafelogo
	{
		text-align: center;
		width: 100%;
		}