#ver{
    position:absolute;
    top: 57px;
    left:586px;
}

tr {
  background-color: #FFFFFF;
}

tr.alternate {
  background-color: #EEEEEE; 
}

.text{
    color: #112288;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold; 
}

.version{
    color: #5577CC;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold; 
    position: relative;
    left: 10px;
}

.img-shadow {
  float: left;
  background: url(/static/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/static/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  /* bordo
  padding: 4px;
  */
}
