/* Default CSS Stylesheet for a new Web Application project */

A:link
{
    text-decoration: none;
    color: #3333cc;
}

A:visited
{
    text-decoration: none;
    color: #333399;
}

A:active
{
    text-decoration: none;
    color: #333399;
}

A:hover
{
    text-decoration: underline;
    color: #3333cc;
}


.PageTitle
{
    font-weight: 700;
    font-size: 14pt;
    word-spacing: normal;
    text-transform: none;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    color: #1B3D7C;
    background-color: #DAE1E4;
}
.PageTitle A:link
{
    color: #1B3D7C;
}
.PageTitle A:visited
{
    color: #1B3D7C;
}
.PageTitle A:hover
{
    color: #DAE1E4;
    background-color: #000066;
}

/*Title Cell */
.TitleCell
{
    font-weight: bolder;
    font-size: 12pt;
    color: #ffffff;
    font-family: Verdana;
    background-color: #000099;
}
.TitleCell A:link, .TitleCell A:visited, .TitleCell A:Active
{
    color: #1B3D7C;
}

.TitleCell A:hover
{
    color: #1B3D7C;
    background-color: aqua;
}

/* LabelCell Related Styles ************************************************/
.LabelCell, .LabelCell A:link, .LabelCell A:visited, .LabelCell A:active
{
    font-weight: bolder;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    background-color: #336699;
}

.LabelCell A:hover
{
    color: #1B3D7C;
    background-color: white;
}

/* DataCell Related Styles ************************************************/
.DataCell
{
    font-size: 10pt;
    color: #1B3D7C;
    font-family: Verdana, Arial;
    background-color: #DAE1E4;
    text-decoration: none;
}
.DataCell A:link
{
    color: red;
}
.DataCell A:hover
{
    color: #1B3D7C;
    background-color: #ffffff;
    text-decoration: none;
}
.DataCell A:visited
{
    color: red;
}

/* DataCellWht Related Styles ************************************************/
.DataCellWht
{
    font-size: 10pt;
    color: #663366;
    font-family: Verdana, Arial;
    background-color: #ffffff;
}
.DataCellWht A:link
{
    color: red;
    background-color: #ffffff;
}
.DataCellWht A:hover
{
    color: #663366;
    background-color: #9999cc;
}
.DataCellWht A:visited
{
    background-color: #ffffff;
    color: red;
}
/* Menu Related Styles ************************************************/
.MenuItem
{
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-size: 10pt;
    font-weight: normal;
    color: navy;
    font-family: Tahoma, Verdana;
    background-color: white;
    text-align: left;
    text-decoration: none;
    z-index: 5;
}
.MenuItem A:active
{
    color: navy;
    font-family: Tahoma, Verdana;
    font-weight: normal;
    background-color: white;
    z-index: 5;
    text-align: left;
    text-decoration: none;
}
.MenuItem A:link
{
    color: navy;
    font-family: Tahoma, Verdana;
    font-weight: normal;
    background-color: white;
    z-index: 5;
    text-align: left;
    text-decoration: none;
}
.MenuItem A:visited
{
    color: navy;
    font-family: Tahoma, Verdana;
    background-color: white;
    font-weight: normal;
    z-index: 5;
    text-align: left;
    text-decoration: none;
}
.MenuItem A:hover
{
    color: navy;
    font-family: Tahoma, Verdana;
    font-weight: normal;
    background-color: gainsboro;
    z-index: 5;
    text-align: left;
    text-decoration: none;
}

.MenuHeader
{
    font-weight: bolder;
    font-size: 8pt;
    color: navy;
    font-family: Verdana;
    background-color: #FFFFFF;
}
.MenuHeader A:Link
{
    font-weight: bolder;
    font-size: 8pt;
    color: navy;
    font-family: Verdana;
    background-color: #FFFFFF;
}
.MenuHeader A:Visited
{
    font-weight: bolder;
    font-size: 8pt;
    color: navy;
    font-family: Verdana;
    background-color: #FFFFFF;
}
.MenuHeader A:Hover
{
    font-weight: bolder;
    font-size: 8pt;
    color: navy;
    font-family: Verdana;
    background-color: #FFFFFF;
}
table.MenuItem
{
    font-size: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 2;
}


/* Misc Related Styles ************************************************/
.DropDown
{
    font-size: 8pt;
    font-family: Arial;
    z-index: 0;
}
.Button
{
    border-right: thin outset;
    border-top: thin outset;
    font-size: 8pt;
    border-left: thin outset;
    border-bottom: thin outset;
    font-family: Verdana;
}
.TextField
{
    font-size: 8pt;
    font-family: Verdana;
}
.SmallPrint
{
    color: #1B3D7C;
    font-size: 8pt;
    font-family: Verdana;
}

/* Listing Related Styles ************************************************/
.Listing
{
    font-size: 10pt;
    color: black;
    background-color: #ffffff;
}
.ListingPrice
{
    font-size: 10pt;
    color: blue;
    background-color: #ffffff;
}
.ListingHeader
{
    font-weight: bold;
    font-size: 14pt;
    color: red;
    font-family: Verdana, Arial;
    background-color: #ffffff;
}

/* BottomBanner Related Styles ************************************************/
.BottomBanner
{
    font-size: 8pt;
    background-image: url(inc/BottomBannerBG.jpg);
    color: white;
    font-family: Arial,Verdana;
    text-decoration: none;
}
.BottomBanner A:link
{
    font-size: 8pt;
    background-image: url(inc/BottomBannerBG.jpg);
    color: white;
    font-family: Arial,Verdana;
    text-decoration: none;
}
.BottomBanner A:visited
{
    font-size: 8pt;
    background-image: url(inc/BottomBannerBG.jpg);
    color: white;
    font-family: Arial,Verdana;
    text-decoration: none;
}
