
/* Old UDE store locator css style */
.store_bodyTxt { FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_header { FONT-WEIGHT: 900; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_header1 { FONT-WEIGHT: 900; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_header2 { FONT-WEIGHT: 700; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_smText { FONT-WEIGHT: 500; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_errtext { FONT-WEIGHT: 900; FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
.store_dagheader { border-color: Black; FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #000000 }
.store_dagfooter { border-color: Black; FONT-WEIGHT: 500; FONT-SIZE: 10pt; COLOR: #ffffcc; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; background-color: Black }
.store_dagitem { border-color: Black; FONT-WEIGHT: 500; FONT-SIZE: 8pt; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}
.store_dagAltitem { FONT-WEIGHT: 500; FONT-SIZE: 8pt; COLOR: white; FONT-STYLE: normal; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif }
.store_dag { border-color: Black; BORDER-LEFT-COLOR: black; BORDER-BOTTOM-COLOR: black; BORDER-TOP-COLOR: black; BORDER-RIGHT-COLOR: black; pagerstyle-backcolor: 00cc00 }

/* New UDE store locator CSS style */
#pnlSearch
{

}

.store_header2 
{
    font-weight: bold; 
    font-size: 100%; 
    color: Black; /* #fff; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 0;
}

.tblSearchMenu 
{
    
}

.tblSearchMenu th
{ 
    background: #585663; /* background color of the "off" state*/
    border: 1px solid #c7c7c7; /* border color of the "off" state*/
    border-bottom: 1px solid black; /* color of the main box border. must match the border color in the td and .btnSearchOn style */
    white-space: nowrap; /* DO NOT CHANGE */
} 
 
.tblSearchMenu th a:link {color: White;}
.tblSearchMenu th a:visited {color: White;}
.tblSearchMenu th a:hover {color: Orange; text-decoration: none;}
  
.tblSearchMenu td 
{
    border-bottom: 1px solid black;
    white-space: nowrap; /* DO NOT CHANGE */
}
    
.tblSearchMenu .btnSearchOn
{
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-top: 1px solid black; 
    border-bottom: none; /* DO NOT CHANGE */
}

.tblSearchMenu th, .tblSearchMenu td { padding: 2px 5px;}

.firstTDSpacer 
{
    width: 10px;
    height: 1px; /* DO NOT CHANGE */
}

.secondTDSpacer 
{
    width: 2px;
    height: 1px; /* DO NOT CHANGE */
}

.searchMainArea
{
    border-left: 1px solid black; 
    border-bottom: 1px solid black;
    border-right: 1px solid black; 
    margin: 0 0; 
    text-align: left;
}

.warningText
{
    color: Red;
}
/*
This is a quick way to change multiple styles. It overwrites the styles above. 
Use this if all the styles will be the same 
*/
.tblSearchMenu th, .tblSearchMenu td, .searchMainArea { border-bottom: 1px solid dark gray;}
.tblSearchMenu .btnSearchOn, .searchMainArea {border-left: 1px solid dark gray; border-right: 1px solid dark gray;}
.tblSearchMenu .btnSearchOn {border-top: 1px solid dark gray; }
.tblSearchMenu .btnSearchOn, .searchMainArea {background-color: #d6d6d6;} /* #9999FF;*/