body {
}

div
{
    padding: 0 0 0 0;
}

.ddl1px
{
margin-top:1px;
}

.NoPad
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.clsMainCell
{
    padding: 50;
    margin: 50 50 50 50;
}

.inputReqd
{
    background-color: #FFE0E0;
}

.field-ddl {
	WIDTH: 150px;
	font-size: small;
	font-family: Verdana;
}


/* GRID STYLES */
.GridAlternateStyle
{
    background-color: #FFF3CB;
    font-family:Verdana, Arial, Sans-Serif;
}
.GridRowStyle
{
    background-color: white; /*#FFECB0;*/
    font-family:Verdana, Arial, Sans-Serif;
}
.gridViewStyle
{
	border: 1px solid #eeeeee;
	background-color: #FFFFFF; /* old color #fffbff */
	white-space:nowrap;
}
.gridHeaderStyle a:link a:visited
{
    background-color: #FFDE73;
    font-weight: bold;
    color: #000000;
    white-space:nowrap;
    text-align: left;
    height: 25px;
    width: 100%;
}

.CountingTextBoxInfoPnl
{
    background-color: whitesmoke;
    vertical-align: middle;
}
.CountingTextBox
{
    border: none 1 black;
}
.CountingtextBoxInput
{
}

.imgLogo
{
    max-width: 150px;
    max-height: 150px;
}

* html .imgLogo { 
   width: expression( document.body.clientWidth > 150 ? "150px" : "auto" ); /* sets max-width for IE */
   height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
}

.hide { display:none;}
.show { display:block;}

.searchResult {
    display: block;
}

.cookieNotice {
    TEXT-ALIGN: CENTER;
    BACKGROUND-COLOR: GREY;
    COLOR: WHITE;
    padding: 10px;

    
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

    .cookieNotice a {
            COLOR: WHITE;
    }

.cookieButton {
    background-color: grey;
    color: white;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
}

.specialsTitle {
    display:inline-block;
}

.applyFor {
    height:auto !important;
    min-height: 591px !important;
}

.RadAutoCompleteBox_Default .racTokenList.racFocused {
    border-color: #007EB1 !Important;
    outline: -webkit-focus-ring-color auto 5px !Important;
}

.RadAutoCompleteBox_Default .racTokenList {
    padding: .3em .7em !Important;
}