﻿/* general style rules */

	body
	{
		font-size: 8pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-image: url(images/brown_texture.jpg);
		color: white;
	}
	td
	{
		font-size: 8pt;
		font-family: Verdana;
	}
	th
	{
		font-weight: bold;
		font-size: 8pt;
		color: #003366;
		font-family: Verdana;
	}
	h1
	{
		font-size: 24pt;
		color: #003366;
		font-family: Arial;
	}
	h2
	{font-weight: bold; font-size: 9pt; color: #ffcc00; font-family: verdana,helvetica;}
	h3
	{
		font-weight: bold;
		font-size: 12pt;
		font-style: italic;
		font-family: Arial;
	}
	a:link
	{
		color: #66ccff;
		text-decoration: underline;
	}
	a:visited
	{
		color: #66ccff;
		text-decoration: underline;
	}
	a:active
	{
		color: red;
	}
	
	.modelspeclabeltitle {font-weight: bold; font-size: 9pt; color:#ffcc00; line-height:17px; font-family: Verdana, Arial, Helvetica, sans-serif;}
	
	.popupwindowcopy {font-weight: bold; font-size: 10pt; color:black; font-family: Verdana, Arial, Helvetica, sans-serif;}
	
	.metacopy {color:#6a6254; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:none; line-height:17px;}
	
	.devinfolabels {font-weight: bold; font-size: 10pt; color:#ffcc00; font-family: Verdana, Arial, Helvetica, sans-serif;}
	
	.devinfolabels a:link {color: #66ccff;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: bold;text-decoration: underline}
	
	.devinfolabels a:visited{color: #66ccff;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: bold;text-decoration: underline;}

	.devinfolabels a:active{color: #66ccff;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: bold;text-decoration: underline;}

	.devinfolabels a:hover{color: red; text-decoration: none;}

	
	table.tablebackground {background-color:black;}

/* control style rules */

	.DevelopmentName
	{
		font-size: 16pt;
		font-weight: bold;
		font-family: Arial;
	}

	.CommunityName
	{
		font-weight: bold;
		font-size: 12pt;
		color: #003399;
		font-family: Arial;
	}
    .14ptboldwhite
	{
		font-weight: bold;
		font-size: 12pt;
		color: white;
		font-family: Arial;
	}

	.SoldLotAvailability
	{
		color: Red;
	}

	.ModelLotAvailability
	{
		color: Green;
	}

	.DetailLabel
	{
		font-weight: bold;
		font-size: 8pt;
		color: #ffcc00;
		font-family: Verdana;
	}

	tr.ModelDetailRow
	{
		PADDING-BOTTOM: 3px;
	}

	td.ModelDetailHeaderCell
	{
		width: 75px;
		PADDING-RIGHT: 2px;
	}

	td.AllLotDevelopmentCell
	{
		PADDING-TOP: 10px;
		PADDING-BOTTOM: 10px;
		font-style: italic;
		font-weight: bold;
	}

	td.LotCommentCell
	{
		font-style: italic;
	}

	.HorizontalContactListTitle
	{
		font-weight: bold;
		font-size: 8pt;
		color: #003366;
		font-family: Verdana;
	}

	td.ContactInfoCell
	{
		padding-right: 5px;
	}

	.DynamicMap
	{
		border: Solid 5px black;
	}