body {
    background:#FFFFFF url(images/body.png) repeat-x scroll left top;
    /*font-family: Arial, sans-serif;*/
    font-family: lucida grande,verdana,sans-serif;
    font-size: small;
    margin: 8px;
}

img.logo {
    /*text-align: center;*/
    cursor: pointer;
    cursor: hand;
}

.foo .x-table-layout-cell {
   vertical-align: top;
}

.divBlock {
    border: 2px solid #EEE;
    background: #FFF;
    padding: 12px 18px 18px 18px;
}

.feedbackForm {
    width: 50%;
    /*height: 370px;*/
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}


/* -------------------------------------------------------------------------- */
.ks-Sink {
  width: 100%;
  height: 24em;
}

.ks-Info {
  /*color: white;*/
  padding: 20px 20px 20px 20px;
  margin-bottom: 10px;
  vertical-align: top;  
}

.ks-List {
}

.ks-List .gwt-Image {
  position: relative;
  top: 8px;
}

.ks-List .ks-SinkItem a {
  text-decoration: none;
  color: #000000;
}

.ks-List .ks-SinkItem-selected a {
  text-decoration: none;
  color: #000000;
  font-weight:bold;
}

.ks-List .ks-FirstSinkItem a {
  text-decoration: none;
  color: #000000;
  font-weight:normal;
}

.ks-List .ks-FirstSinkItem-selected a {
  text-decoration: none;
  color: #000000;
  font-weight:bold;
}

.ks-List .ks-SinkItem {
  /*background: #c6cab7;*/
  background: #b8b8b8;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 3px;
  border-bottom: 3px solid white;
  cursor: pointer;
  cursor: hand;
  font-weight:normal;
}

.ks-List .ks-SinkItem-selected {
  /*background: #c6cab7;*/
  background: #b8b8b8;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 3px;
  padding-bottom: 7px;
}

.ks-List .ks-FirstSinkItem {
  /*background: #c6cab7 url(images/corner.gif) no-repeat top left;*/
  background: #b8b8b8 url(images/corner.gif) no-repeat top left;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 3px;
  border-bottom: 3px solid white;
  cursor: pointer;
  cursor: hand;
}

.ks-List .ks-FirstSinkItem-selected {
  /*background: #c3d9ff url(images/corner.gif) no-repeat top left;*/
  background: #b8b8b8 url(images/corner.gif) no-repeat top left;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 3px;
  padding-bottom: 7px;
}

.ks-images-Image {
  margin: 8px;
}

.ks-images-Button {
  margin: 8px;
  cursor: pointer;
  cursor: hand;
}

.ks-layouts {
  margin: 8px;
}

.ks-layouts-Label {
  background-color: #C3D9FF;
  font-weight: bold;
  margin-top: 1em;
  padding: 2px 0px 2px 0px;
  width: 100%;
}

.ks-layouts-Scroller {
  height: 128px;
  border: 2px solid #C3D9FF;
  padding: 8px;
  margin: 8px;
}

.ks-popups-Popup {
  background-color: white;
  border: 1px solid #87B3FF;
  padding: 4px;
}


