﻿/*body
{
    background-color: White;
}

H1
{
    font-size: 22px;
}

H2
{
    font-size: 16px;
}
.maincontent
{
    width: 780px;
    font-family: Verdana;
    font-size: 12px; // 
}
*/

.searchform
{
    width: 720px; /*margin: 0 auto;     text-align: left;*/
}

/*.tablestyle
{
    this is the style for the table
}*/

.buildsearches
{
}
/*
.clear{
margin:0;
padding:0;
clear:both;
}
*/
.gridviewrow
{
    background-color: #F0F0F0;
}

.altgridviewrow
{
    background-color: #D0D0D0;
}

.gridviewrow td, .altgridviewrow td
{
    /* lines between each cell */
    border: 1px solid #000000;
}



.gridviewheader
{
    /*background-color: #707070;*/
    color: #000000;
}

.gridviewheader a
{
    color: #FFFFFF;
}

.gridviewheader th
{
    /* this is for the lines in the header */
    border: 1px solid #000000;
}

.searchresults table
{
    border: 1px solid #000000;
}

.smallertext
{
    font-size: smaller;
}

table.SiteTableStyle
{
    text-align: left;
    border: #AC783F 1px solid;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: .85em;
}

table.SiteTableStyle tr
{
}
table.SiteTableStyle th, table.SiteTableStyle td
{
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    border: #ac783f 1px solid;
    padding: 3px 3px 3px 3px;
}
table.SiteTableStyle th
{
    font-weight: bold;
    color: #ffffff;
    background: #ac783f;
}
table.SiteTableStyle th.Weighted
{
    border-bottom: 2px solid #FFFFFF;
    background: #79542C;
}
table.SiteTableStyle td
{
    color: #000000;
}
table.SiteTableStyle tr.Alt
{
    background: #fcf1d6;
}
table.SiteTableStyle tr.Alternate
{
    background: #fcf1d6;
}

.smallertable
{
    width: 400px;
}
