/* ================================
    CSS STYLES FOR HBA Website
    v.1 12/07/2002
	for IE on a PC
   ================================
*/   

BODY
{
}

/* Used in HBA as BestHomesSection */
.BestHomesTitle
{
    color: white;
    font-family: verdana, geneva, Arial;
    font-size: 12px;
    font-weight: bold
}
.BestHomessub
{
    color: white;
    font-family: verdana, geneva, Arial;
    font-size: 9px;
    font-weight: normal;
    padding: 3px;
    
}
.BestHomesPhoto
{
    padding: 0px;
    
}
A.BestHomessub
{
    color: white;
    font-family: verdana, geneva, Arial;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

/* Used in HBA as listbox*/
.Regularlistbox
{
    color: black;
    font-family: Arial, Helvetica, Geneva;
    font-size: 11px;
}
/* Used in HBA as page headings*/
.LotFinderSubHead
{
    color: black;
    font-family: Arial, Helvetica, Geneva;
    font-size: 13px;
    font-weight: bold
}

/* Used in IBM*/

/* Used in HBA as page headings*/
.HomeHead
{
    color: black;
    font-family: Arial, Helvetica, Geneva;
    font-size: 18px;
    font-weight: bold
}

/* Used in IBM*/
.ContentHead
{
    background-color:Green;
    color: white;
    font-family: Verdana, Arial, Geneva;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 4px
}

/* Used in IBM for most body copy*/
.RegularText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}
/* Used in IBM for most body copy*/
.LF_PanelRegularText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px;
}
.LF_cityName, .LF_cityName:Link, .LF_cityName:hover
{
    color: blue;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:bold;
    text-decoration: underline;
    background-color:White;

}
.LF_cityNameNA, .LF_cityNameNA:Link, .LF_cityNameNA:hover
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:normal;
    text-decoration: none;
    background-color:White;

}

/* Used in IBM for most body copy*/

.RegularWhiteText
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 10px
}

/* Used in HBA as sub heading (ex.register page)*/
.SubContentHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* Used in IBM as emphasis copy (RegisterDetails on register.aspx) */
.EmphasisText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 12pt;
}

/* Used in HBA for most body copy*/
.EventText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:normal;
    

}
/* Used in HBA for head copy*/
.EventHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:bold;
    
}
/* Used in HBA for head copy*/
.LotFinderHead, A.LotfinderHead:link
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none
    
}

/* Used in the HBA Navigation menu*/
.MenuItems, A.MenuItems:link
{
    color: white;
    font-family: Verdana, Arial, Geneva;
    font-size: 10px;
    line-height:12px;
    padding-left:16px;
    
}
A.MenuItems:hover
{
    color: yellow;
    font-family: Verdana, Arial, Geneva;
    font-size: 10px;
   
}

/* Used in HBA for list box links*/
.ListText, A.ListText:link
{
    color: forestgreen;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}



A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: goldenrod;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: underline;
    color: Blue;
}

A, A:hover {
    text-decoration: underline;
    color:  Blue;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, 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;
}

HR {
    height:1pt;
    text-align:left
    
}
