div#content-container {
/*
  background: url('../images/background.png');
  background-color: #FFFFFF;
  border: 0px;  
*/  
}

div#header-container {
  height: 40px;
  background: #dbdbdb;
  background-image: url('../images/logo-background.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  border:none;
}

div#header-container-tbc {
  height: 40px;
  background-image: url('../images/logo_new.png');
  background-size: 90% 100%;
  background-repeat: no-repeat;
 	background-position: center;
  margin: 0 auto;
  top: 0px;
  border: 0px;
  width: 214px;
}


div#header-container a {
  margin-top: 3px;
}

div#logo_header {
  text-align:center;
  display:block;
}

.ui-body-d, .ui-overlay-d {
    background: none;
}

div.page-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 5px;
  margin-bottom: 50px;
  /*tried putting this in here but it wouldn't work*/
  min-height:500px;
}

.nav-glyphish-example .ui-btn .ui-btn-inner {
    padding-top: 40px !important; 
}

.nav-glyphish-example .ui-btn .ui-icon { 
    width: 45px!important; 
    height: 35px!important; 
    margin-left: -24px !important; 
    box-shadow: none!important; 
    -moz-box-shadow: none!important; 
    -webkit-box-shadow: none!important;
    -webkit-border-radius: none !important;
    border-radius: none !important; 
}

#link_logout .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/19-gear.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_store .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/35-shopping.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_home .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/53-house.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_current .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/179-notepad.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_search .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/06-magnify.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_donate .ui-icon {
    background-image: url('../../../common/images/glyphish-icons/83-calendar.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_demand .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/17-bar-chart.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

#link_survey .ui-icon { 
    background-image: url('../../../common/images/glyphish-icons/179-notepad.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

ul#store_list img.ui-li-thumb {
  padding-left: 10px;
  vertical-align: middle;
  margin-top: 20px;
}
td.date_of_selector {
  float:right;
  position:relative;
  top:13px;
}
