/* houses.css - The Houses Style Sheet
 * Extends base.css
 *
 * $Id: houses.css,v 1.1.1.1 2005/06/23 06:43:23 john Exp $
 *
 */
 
 /*
 * Layout Styles 
 */

body {
	background: #eed6a5 url(/images/houses/background.gif) repeat;
}

#AMcontent
{
  background: #022D36;
	color:white;
}
.header
{
  /* background: lime; */
}
#leftcolumn
{
  /* background: lime; */
}
#leftcolumn td, #leftcolumn b
{
  color: white;
}
.content
{
  background: white;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:active, #leftcolumn a:visited, #leftcolumn a:hover
{
  color: white;
}

 
 
a.bellawards:link, a.bellawards:active, a.bellawards:visited, a.bellawards:hover
	{
		color:#ffffff;
		font-weight:bold;
	}

.HOUSESbody, table.HOUSESbody td
	{
/*		color:#FEFEEE;*/

	}
a.HOUSESbody:link, a.HOUSESbody:active,a.HOUSESbody:visited, a.HOUSESbody:hover
	{
		text-decoration:underline;
		/* color:#FEFEEE */
	}

.HOUSESsplashtype {
	font-size: 		20px;
	line-height: 160%;
	font-weight; 	bold;
	color:			#666;
}

.HOUSESsplashheading {
	font-size: 		20px;
	line-height: 160%;
	font-weight; 	bold;
	/* color:			#eeeeee; */
}

.HOUSESsplashintro {
	font-size:		11px;
	/* color:			#eeeeee; */
	font-weight:	bold; 
}

.HOUSESsplashcredits {
	font-size:		11px;
	/* color:			#eeeeee; */
}

.HOUSESmenu {
	color:	#ffffff;
}

a.HOUSESmenu:link, a.HOUSESmenu:active, a.HOUSESmenu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.HOUSESmenu:hover {
	color: #F4FF58;
	font-color:	#F4FF58;
	text-decoration: underline;
}

.HOUSESmenuissuename {
/*	font-size: 10px; */
/*	color:	#ffffff; */
	font-weight: bold;
	text-decoration; none;
}

.HOUSESmenuarticlename{
/*	color:	#ffffff; */
	font-weight: bold;
	padding-bottom: 1px;
}
.HOUSESmenuarticlenameselected 
{
  width: 97%;
  border-bottom: 1px #F4FF58 solid;
}

.HOUSESmenuarticlesummary{
color:	#eeeeee;
margin-right: 5px;
}

input.Houses, select.Houses {
	background-color:#993333; /* Houses Red */
	color:#FEFEEE
}
.searchHeading {
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
  text-transform: uppercase;
}
.Title, span.Title, a.housesTitle {
  text-transform: uppercase;
}


a:link.housesCompany, a:active.housesCompany,a:visited.housesCompany, .housesSecondary {
	color:#666666;
	text-decoration:none;
}
a:hover.housesCompany {
	color:#0000ff;
	text-decoration:underline;
}

a:link.housesTitle, a:active.housesTitle,a:visited.housesTitle {
	color:#000000;
	text-decoration:underline;
}
a:hover.housesTitle {
	color:#0000ff;
	text-decoration:underline;
}
.error {
	color:#ff0000;
	
}
.separator {
	color:#999999;
}
.Practice {
	color:#666;
	text-decoration:none;
}
a:link.searchquicklink, a:active.searchquicklink, a:visited.searchquicklink, a:hover.searchquicklink {
	text-decoration:none;
}

#db {
	width:600px;
	margin:auto;
	margin-left:20px;
}

#db .searchResults {
		font-weight:bold;
		color:#666666;
		font-size:12px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height:170%;
	}

#db #searchbox {
	padding-left:20px;
	margin-top:0px;
}

#db #searchLinks {
	line-height:170%;
}

#db #searchLinks a:link, #db #searchLinks a:active, #db #searchLinks a:visited {
	color:#666666;
	
}
#db #searchLinks a:hover {
	color:#0000ff;
	
}

