﻿#LandingSliderController li {
    float:left;
    width:20px;
    height:20px;
    margin:5px;
}
#LandingSliderController li#PausePlayBtn.paused{
    background-color:Aqua;
}
#LandingSliderController li#PausePlayBtn.playing{
    background-color:Red;
}
#LandingSliderController li.slidedot{
    background-color:Yellow;
}
#LandingSliderController li.slidedot.selected{
    background-color:Black;
}
/* BEGIN Nuep - No Content*/
.nuepUnitA{
    position:relative;
    top:-42px;
    width:272px;height:220px;margin:0 auto;
    }
.nuep_NoContent_Title{
    font-size:24px;
    text-align:center;
    padding-top:7px;
    }
.nuepInstr{
    font-size:13px;
    padding-top:25px;
    text-align:center;
    }
.nuepInputField{
    position:absolute;
    top:78px;
   }/* specifically for positioning. see stdInputField in button_input_skins for visual styling */
.nuepGoBtn{
    position:absolute;
    top:78px;right:0;
    }/* specifically for positioning. see stdGoBtn in button_input_skins for visual styling */
.nuepExampleText{
    position:absolute;
    top:105px;
    font-size:10px;
    line-height:18px;
    }
.nuepErrorMsg{
    position:absolute;
    top:128px;
    background-image: url(../images/ABCWarehouseFb_sprite.png);
	background-position: 0 -125px;
	background-repeat: no-repeat;
	width:267px;height:15px;
	padding:11px 0 0 5px;
    font-size:10px;font-weight:bold;
    text-align:center;
    color:#fe0000;
    }
.noContentUnitA{
    position:relative;
    top:-42px;
    width:290px;
    height:220px;
    margin:0 auto;
    }
.noContentInstr{
    font-size:13px;
    padding-top:25px;
    text-align:left;
    }
.noContentGoToSiteContainer
{
    padding-top:18px;
    width: 201px;
    margin: 0 auto;
}
/* END Nuep - No Content*/
