﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left justify;
	color: #000000;
}

img
{
    border-width: 0px;
    border-style: none;
    padding: 0px;
    margin: 0px;
}

.accordionContent
{
    background-color: Silver;
    border: 1px solid Black;
    border-top: none;
    color: Black;
    padding: 5px;
    padding-top: 10px;
    width: 375px;
}

.accordionHeader
{
    background-image: url(../Images/Admin/AdminAccordionHeader.jpg);
    border: 1px solid Black;
    color: White;
    background-color: Black;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    width: 375px;
}

.accordionHeaderSelected
{
    background-image: url(../Images/Admin/AdminAccordionHeaderSelected.jpg);
    border: 1px solid Black;
    color: White;
    background-color: Black;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    width: 375px;
}

.accordionContentSilver
{
    background-color: White;
    border: 1px solid Black;
    border-top: none;
    color: Black;
    padding: 5px;
    padding-top: 10px;
    width: 590px;
}

.accordionHeaderSilver
{
    background-image: url(../Images/Admin/AccordionHeaderSilver.jpg);
    border: 1px solid Black;
    color: Black;
    background-color: Silver;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    width: 590px;
}

.accordionHeaderSilverSelected
{
    background-image: url(../Images/Admin/AccordionHeaderSilverSelected.jpg);
    border: 1px solid Black;
    color: Black;
    background-color: Silver;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    width: 590px;
}

.adFocus
{
    font-size: 16px;
    font-weight: bold;
}

.adBold
{
    font-weight: bold;
}

.adminLinkButton
{
    background-color: Black;
    color: White;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.adminTableHeader
{
    background-image: url(../Images/Admin/CollapsePanelHeader.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: White;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    width: 975px;
}

.announcementMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.announcementFocus
{
	font-size: 28px;
	font-style: italic;
}

.contentHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}

.errorMsg
{
    font-weight: bold;
	color: #FF0000;
}

.hiddenDiv
{
    visibility: hidden;
    display: none;
}

.loginCollapsePanel
{
    border: 1px solid Black;
    width: 375px;
    height: 0px;
    background-color: White;
    overflow: hidden;
}

.loginCollapsePanelHeader
{
    border: 1px solid Black;
    width: 375px;
    height: 20px;
    color: Black;
    background-color: Silver;
    font-weight: bold;
    font-size: medium;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.searchComboBoxStyle .ajax__combobox_textboxcontainer
{
    border-style: none;
    border-width: 0px;
    font-size: smaller;
    height: 28px;
    padding: 0px;
}

.searchComboBoxStyle .ajax__combobox_textboxcontainer input
{
    background-image: url(Images/SearchPanel/SearchInputBG.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    height: 28px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.searchComboBoxStyle .ajax__combobox_buttoncontainer button
{
    background-image: url(Images/SearchPanel/SearchInputArrow.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    height: 28px;
    width: 29px;
    margin: 0px;
    padding: 0px;
}

.searchError
{
    background-color: Red;
    border-width: thin;
    border-color: White;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding: 2px;
    text-decoration: none;
    font-weight: bold;
}

.searchPanel
{
    background-image:url(images/SearchPanel/SearchPanelBG.jpg);
    background-position:left;
    background-repeat:no-repeat;
}

.searchTxt
{
    color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
}

.tdAdBasic
{
    border-width: 0px;
    text-align: center;
}

.tdAdBasicLeft
{
    border-width: 0px;
    text-align: left;
}

.tdAdBasicRight
{
    border-width: 0px;
    text-align: right;
}

.tdPricing
{
    background-color: Black;
    color: White;
    font-weight: bold;
    width: 100px;
    padding: 5px;
}

.zipSearchPanel
{
    background-image:url(images/SearchPanel/ZipSearchBG.jpg);
    background-position:left;
    background-repeat:no-repeat;
}
