﻿body
{
    margin: 0px;
    font-family: verdana;
    font-size: 12px;
    background-image: url(   '/search/images/background.jpg' );
    margin: 0px;
    background-repeat: repeat-x;
}
.MainContainer
{
    width: 100%;
}
.Content
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.header
{
    width: 365px;
    height: 91px;
    background-image: url(/search/images/header.jpg);
    padding-left: 635px;
    background-repeat: no-repeat;
}
.SearchText
{
	height: 38px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #491f0f;
	padding-top: 10px;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	padding-bottom: 10px;
}

.GridViewHeader
{
	background-color: #D7EFF3;
	text-align: left;
}
.GridViewRow
{
}
.GridViewAlternatingRow
{
    background-color: #eeeeee;
}
.Footer
{
    clear: both;
    height: 130px;
}
.FooterBar
{
    width: 980px;
    height: 34px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #491f0f;
}
.SearchContainer
{
    background-image: url('/search/images/SearchBackground.jpg');
    background-repeat: repeat-y;
    height: 600px;
}
.FooterRight
{
    float: right;
    width: 74px;
    height: 90px;
    margin-top: 6px;
    margin-right: 16px;
}
.FooterLeft
{
    float: left;
    width: 890px;
    padding-left: 10px;
    color: #999999;
}
