/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
	
.HeaderLink
	{
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}

.HeaderLink:Hover
	{
	  color: #FFFFFF;
	}

.BaseText
	{
		color: Black;
		font: verdana;
		font-size: 9pt;
	}

.BaseText_s
	{
		color: Black;
		font: verdana;
		font-size: 8pt;
	}
	
.BaseTextHeader
	{
		color: Black;
		font: verdana;
		font-size: 11pt;
		font-weight: bold;
	}

.BaseLink_s
	{
		font-family: Verdana;
		font-size: 9pt;
		color: #147A3E;
		text-decoration: none;
	}
	
.BaseLink_vs
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #147A3E;
		text-decoration: none;
	}
	
.BaseLink
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #147A3E;
		text-decoration: none;
	}

.BaseLink:Hover
	{
	  color: #1CB259;
	  text-decoration: none;
	}
	
.BrightLink
	{
		font-family: Verdana;
		font-size: 9pt;
		color: Blue;
		text-decoration: underline;
	}
	
.BrightLink:Hover
	{
	  color: Blue;
	  text-decoration: underline;
	}
	
.DGHeader
	{
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
.DGItem
	{
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		text-decoration: none;
	}
	
.DGItem:Hover
	{
	  color: #000000;
	  text-decoration: underline;
	}
	
.SmallWebControl
	{
		font-size: 8pt;
		font-family: Verdana;
	}
	
.MediumWebControl
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	
.LargeWebControl
	{
		font-size: 10pt;
		font-family: Verdana;
	}
	
.HomePageZip
	{
		font-size: 9pt;
		font-family: Verdana;
		height: 25px;
		width: 75px;
		background-image: url(./images/txtBG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.TXT
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175;
	}
	
.TXTAdd
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 159;
	}
	
.TXT_m
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 120;
	}
	
.TXT_l
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 358;
	}

.TXT_s
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 80;
	}
	
.DDL
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175;
	}
	
.DDL_s
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 75;
	}

.DDL_vs
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 50;
	}	

.DDL_m
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 119;
	}
	
.txtCity
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 207;
	}
	
.txtAddress
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 357;
	}
	
.BigInput
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 400px;
		height: 50px;
	}

.txtZip
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 92;
	}

.txtEmailAddress
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 25px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.txtSubject
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 25px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.txtBody
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 150px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}
	
.Validate
	{
		font-size: 9pt;
		font-family: Verdana;
	  color: Red
	}

.ThinBlackBorder
	{
		BORDER-RIGHT: black 1px solid; 
		BORDER-TOP: black 1px solid; 
		BORDER-LEFT: black 1px solid; 
		BORDER-BOTTOM: black 1px solid
	}

.ddlIsListed
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 254px;
}

.ddlPropertyType
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 100px;
}

.How	
{
	font-size: 9pt;
	font-family: Verdana;
	width: 175;
}