/*
Orange: #f77c37;
Blue: #2a6cbc;
*/
*
{
	font-family: tahoma;
}
body, td, th
{
	font-size: 70%;
	line-height: 150%;
}
form
{
    margin: 0px;
}
th
{
	text-align: left;
}
a
{
	color: #333333;
}
a:hover
{
	text-decoration: none;
}
select
{
	font-size: 100%;
}

body
{
	margin: 0px;
}

H2
{
    font-size: 150%;
}

H4
{
	font-size: 125%;
}

.highlight, h5, h4, h2
{
    color: #f77c37;
}

/*
h2
{
	border-bottom: solid 5px #bdbdbd;
	padding: 5px;
	padding-left: 8px;
	color: White;
	font-size: 13pt;

	background-image: url(../images/TitleGray.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #bdbdbd;
}

h3
{
	font-size: 13pt;
	margin-bottom: 5px;
}
h4
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

*/
.Required { color: Red; }


.Header
{
	background-color: white;
	margin-top: 15px;
	
	background-image: url(../Images/Line.gif);
	background-repeat: repeat-x;
	background-position: left 67px;
}
.HomeBanner
{
}

h1
{
    font-size: 200%;
    margin: 0px;
}
h1 a
{
    color: #2a6cbc;
    text-decoration: none;
}
h1 a:hover
{
    text-decoration: underline;
}

.TopNav_Home
{
	background-color: white;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-image: url(../Images/Line.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
}
.TopNav_Secondary
{
	background-color: white;
	xborder-left: solid 1px #cccccc;
	xborder-right: solid 1px #cccccc;

	xpadding-top: 10px;
	padding-bottom: 4px;
	
	background-image: url(../Images/Line.gif);
	background-repeat: repeat-x;
	background-position: left 23px;
}
.TopNav_Secondary .tdBanner
{
	padding-left: 36px;
	text-align: left;
}

.TopNav_Home a,
.TopNav_Secondary a
{
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
}
.TopNav_Home a:hover,
.TopNav_Secondary a:hover
{
    text-decoration: underline;
}
.TopNav_Secondary a.Selected
{
	color: #f77c37;
}

table.Content
{
    height: 200px;
	background-color: white;
	border-left: solid  1px #cccccc;
	border-right: solid 1px #cccccc;
}
td.Content
{
	padding: 20px;
}

.Footer
{
}
.Footer .Middle
{
	background-color: white;
    border-bottom: solid 1px #cccccc;
}
.FooterText td
{
	font-size: 60%;
	color: #666666;
}



.WebPartBW
{
    background-color: #2a6cbc;
    color: White;
}
.WebPartBW a
{
    color: White;
    text-decoration: none;   
    font-size: 90%;
}
.WebPartBW a:hover
{
    text-decoration: underline;
}
.WebPartBW a.Selected
{
	text-decoration: underline;
}

.spacer
{
    padding-left: 5px;
    padding-right: 5px;
    color: #f77c37;
    font-weight: bold;
}


.SearchListings,
.FeaturedListing
{
    width: 250px;
}
.SearchListings .Top,
.FeaturedListing .Top
{
    background-color: #2a6cbc;
    color: White;
}
.SearchListings .Top .Middle,
.FeaturedListing .Top .Middle
{
    text-transform: uppercase;
    text-align: center;
    font-size: 90%;
}
.SearchListings .Body,
.SearchListings_Body
{
    border-left: solid 3px #2a6cbc;
    border-right: solid 3px #2a6cbc;
    padding: 10px;
}
.SearchListings .Bottom .Middle
{
    border-bottom: solid 3px #2a6cbc;
}


.FeaturedListing,
.FeaturedListing_Body
{
    background-color: #2a6cbc;
}
.FeaturedListing .Body,
.FeaturedListing_Body
{
    padding: 10px;
    text-align: center;
}
.FeaturedListing .Body a,
.FeaturedListing_Body a
{
    color: White;
    text-decoration: none;
}
.FeaturedListing .Body a:hover,
.FeaturedListing_Body a:hover
{
    text-decoration: underline;
}



a.Button
{
	background-color: #f77c37;
	border: solid 2px #ff9c57;
	border-bottom-color: #d75c17;
	border-right-color: #d75c17;
	
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	color: White;
}
a.Button:hover
{
	background-color: #d75c17;
	border: solid 2px #f77c37;
	border-bottom-color: #b73c00;
	border-right-color: #b73c00;

	text-decoration: underline;
}
input.Button
{
	background-color: #f77c37;
	border: solid 2px #ff9c57;
	border-bottom-color: #d75c17;
	border-right-color: #d75c17;
	
	text-decoration: none;
	xpadding: 3px 8px 3px 8px;
	color: White;
}


.Results th
{
	background-color: #d75c17;
	border: solid 2px #f77c37;
	border-bottom-color: #b73c00;
	border-right-color: #b73c00;
	
	color: White;
}
.Results th,
.Results td
{
	padding: 3px;
}
.Results tr.Odd
{
	background-color: #dddddd;
}

.Title1
{
	font-weight: bold;
	color: #2a6cbc;
}
.Title2
{
	font-weight: bold;
	color: #f77c37;
}
.Title3
{
	font-weight: normal;
	color: #2a6cbc;
}
/*
Orange: #f77c37;
Blue: #2a6cbc;
*/