/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /* background-image: url(images/site/background.jpg); */
	background-color: Black;
	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:#fff;
}

b, strong
{
    color:#e759d2;
}

P
{
	font-size:10;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #e759d2;
}

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;
	font-weight:bold;
	color:	#e759d2;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#e759d2;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#e759d2;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight:bold;
	color:	#e759d2;
	}
	

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: #e759d2;
}

.FeaturedText
{
	font-size:9px
}

.NormalTab
{
	text-align:center;
	font-style:normal;
	color:#e759d2;
}

.SelectedTab
{
	text-align:center;	
	font-weight:bold;
	font-style:normal;
	color:#e759d2;
}

.Title
{
	font-size: 12px;
	font-weight: bold;
	color: #e759d2;
}

.Price
{
	font-size: 11px;
	font-weight: bold;
	color: #e759d2;
}

.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;
	font-weight: bold;
}

.navTable a, .navTable a:hover, .navTable a:visited
{
    color:Black;
}