div#mainTitle {
  background-image: url(/assets/images/workroom-title.png);
}
#contentBody .menu .entry a#menu_workroom {
  background-image: url(/assets/images/menu-workroom-hover.png);
}

div.form  {
  padding-top: 30px;
}
div.form #login_action:hover input.unselected,
div.form #login_action input.selected {
  display: none;
}
div.form #login_action input.unselected, 
div.form #login_action:hover input.selected {
  display: inherit;
}

div#files {
  margin-bottom: 10px;
}
div#files .text {
  color: #999999;
  margin-bottom: 4px;
}
div#files .file {
  padding-top: 10px;
}
div#files .link {
  background-image: url(/assets/images/menu-sub-entry.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  height: 15px;
  padding-left: 10px;
  padding-top: 5px;  
}
div#files .link:hover {
  background-image: url(/assets/images/menu-sub-entry-hover.png);
}
div#files .link a {
  position: relative;
  float: left;
  height: 15px;
  width: 100%;
  background-repeat: no-repeat;
}
div#mainDetails div#text {
  position: relative; 
  top: -4px;
}
.subtitle span {
  color: #5F9A22;
}