/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /* background-image: url(images/site/background.jpg); */
	background-color: White;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size:10;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    left:0;
    right:0;
    top:0;
    bottom:0;
    color:#787D81;
}

P
{
	font-size:10;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

TD
{
	font-size:10;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#D40017;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#D40017;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#D40017;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#D40017;
	}
	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.HouseImage
{
	border-color:#eeeeee;
	border-width:1px;
		
}

.FeaturedTitle
{
	font-size: 10px;
	font-weight: bold;
	color: #D40017
}

.FeaturedText
{
	font-size:9px
}

.NormalTab
{
	text-align:center;
	font-style:normal;
	color:#D40017;
}

.SelectedTab
{
	text-align:center;	
	font-weight:bold;
	font-style:normal;
	color:#D40017;
}

.Title
{
	font-size: 12px;
	font-weight: bold;
	color: #D40017
}

.Price
{
	font-size: 11px;
	font-weight: bold;
	color: #D40017
}

.LocationImage
{
	border-color:#eeeeee;
	border-width:1px;
	text-align:center;
		
}

.TableBought
{
	BORDER-RIGHT: gray 2px solid; 
	BORDER-TOP: gray 2px solid; 
	BORDER-LEFT: gray 2px solid; 
	BORDER-BOTTOM: gray 2px solid;
	border-color: Red;
}

.TableNotBought
{
	BORDER-RIGHT: gray 2px solid; 
	BORDER-TOP: gray 2px solid; 
	BORDER-LEFT: gray 2px solid; 
	BORDER-BOTTOM: gray 2px solid;
	border-color: grey;
}

.MainCell
{
background-color: #BBEDFF;	
}

.NavText
{
	font-size: 12px;
}


.galleryItem
{
	display:inline-table;
}

.galleryItem img
{
	float:left;
	display:inline;
}

.galleryItem h1
{
	font-size:14pt;
}

.galleryItem p
{
}