body {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: small;
  margin: 0;
}

a {
  color: #2c17b1;
}

#nojavascript {
  background-color: #ffdede;
  margin: 10px;
  padding: 20px;
  border: 2px solid red;
}

#nojavascript h1 {
  font-size: 1.5em;
  margin: 0;
}

#home-main {
  width: 100%;
  margin: 0 auto;
}

#contact-main {
  margin: 2em;
  text-align: left;
}

#contact-main table {
  text-align: right;
}

#contact-main table th {
  vertical-align: top;
  font-weight: normal;
  font-size: small;
}


#contact-main table td * {
  width: 100%;
  vertical-align: top;
}

#header {
  height: 1.2em;
  width: 100%;
  border-bottom: 1px solid #ffe273;
}

#content {
  text-align: center;
  margin: 0 auto;
}

#searchbox {
  width: 800px;
  margin: 0 auto;
}

#logoImage {
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

#logoImage a {
  text-decoration: none;
}

#logoImage a img {
  border: none;
}

#logoBar {
  width: 100%;
  background-image: url(/images/rb-bkgd.png);
  height: 75px;
  border-bottom: 1px solid #ff9f00;
}

#footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  margin: 0 auto;
  margin-bottom: 1em;
  text-align: center;
}

#right-side-bar {
  width: 200px;
  height: 700px;
  float: right;
  padding-top: 1em;
  padding-right: 2em;
}

#search-main-content {
  width: 100%;
}

#search-main-content #searchFilter {
 width: 200px; 
 float: left;
}

#search-main-content #rlp {
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 1em;
}

.isb-panel .gwt-SuggestBox {
  width: 100%;
}

#home-main .isb-panel .gwt-SuggestBox {
  margin-left: .7em;
  width: 20em;
}


.isb-panel {
/**  width: 100px;*/
  display: inline;
  margin-right: 3px;
}

.isp-search {
}

.isp-ingList {
  margin-top: .5em;
  margin-bottom: .5em;  
  min-height: 1.2em;
}

.isp-ingList span {
  margin-right: .7em;
}

.isp-ingList .isp-ingredient {
  font-size: 1em;
  font-weight: bold;
}

.isp-spacing {
  height: 2em;
}

/** Search page stuff */
#search-main {
  margin: 0;
}


#rlp ul {
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#rlp ul li {
  font-size: small;
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 1em;
}

.rli {
}

.rli-intro {
  padding-left: .5em;
  text-align: left;
  margin: 0em;
  border: 2px solid #999999;
  background-color: #dddddd;
}

.rli-title {
  font-size: 120%;
  text-align: left;
}

.rli-contents * {
  font-size: small;
}

.rli-thumbnail {
  width: 116px;
}

.rli-main {
}

.rli-ingredients {
  margin-top: .4em;
  margin-bottom: .4em;
}
.rli-ingredient {
  display: inline;
  margin-right: 1em;
  cursor: pointer;
  color: #666666;
}

.rli-ingredient a {
    color: inherit;    
    text-decoration: underline;
}

.rli-ingredient a:visited {
  color: #666666;
}

.rli-summarytext {
  margin-top: .2em;
}

.rli .rli-ing-present a {
  /** color: #228d00;*/
  color: #006b53;
  text-decoration: none;
}

.rli .rli-ing-required a {
  color: #006b53;  
  font-weight: bold;
  text-decoration: none;
}

.rli cite {
/**  color: #bf8920;*/
  font-size: 90%;
  color: #a66800;
}

.rli-thumbnail {
  margin-top: .5em;
  height: 116px;
  width: 116px;
  margin-right: 1em;
}



#results-stats-bar {
  width: 100%;
  background-image: url(/images/rb-bkgd.png);
  height: 75px;
  border-bottom: 1px solid #ff9f00;
  position: relative;  
}

#results-stats {
  position: absolute;
  bottom: .2em;
  right: 1em;
}

.searchFilter .middleCenterInner {
  width: 300px;
  background-color: #D0E4F6;
  /** border: 3px solid red;*/
  padding: 2px;
}

.searchFilter .gwt-DecoratorPanel {
  background-color: inherit;
}

.searchFilter {
  margin-top: -1px;
  border-top: 0px solid black;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
}

.ingredientsPanel {
  /** background-color: #E4E4E4;*/
  border-top: 1px solid #ff9f00;
}

.ingredientsPanel-list-item {
  padding: 0px;
  margin: 0px;
  height: 1.3em;
  line-height: 1.3em;
  width: 100%;
}

.ingredientsPanel-list-item .gwt-Button {
  padding: 0px;
  margin: 0px;
}
.minimize {
  background-image: url(/images/collapse.png);
}

.minimized .minimize {
  background-image: url(/images/plus.gif);
}

.ingredientsPanel-header {
/**  background-color: #7f71d8; */
  color: #160773;
  background-color: white;
  margin-bottom: 4px;
  padding-left: 4px;
  font-weight: bold;
  height: 1.2em;
  line-height: 1.2em;  
}

.minimized .ingredientsPanel-body {
  display: none;
}

.ingredientsPanel-nameBox {
  width: 100%;
  padding-left: 6px;
}

.ingredientsPanel-list {
  overflow: auto;
  background-color: white;
  margin: 3px 3px 3px 9px;
 /** border: 1px solid gray;*/
}


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}



#about ul {
  list-style-type: none;
  padding: 0;
  margin: 1em;
  font-weight: bold;
  font-size: 1.1em;
}

#about ul li * {
  font-weight: normal;
}
