.cms {
  margin:auto;
  background-color: #eee;
  border-top: dashed 1px #999;
  text-align: center;
}

.cms a {
  color: #555;
}

.cms a:hover {
  text-decoration: underline;
}

.blockwrapper {
  margin-bottom: 4px;
  border: 1px dashed #aaa;
}

.tcbadmin {
   float : left;
}

.tcbuser {
    float: right;
}

.pageeditor {
  background-color: #eee;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: dashed 1px #ccc;
  padding: 4px;
}

.pageeditor a {
  color: #555;
  padding:4px;
}

.pageeditor a:hover {
  text-decoration: underline;
}

.paragraphimageselector {

}

.selectedimages {
    width: 50%;
    float:left;
}

.unselectedimages {
    width: 50%;
    float:right;
}

.paragraphimageselector {
    margin-bottom:10px;
}

.paragraphimageselector a {
    padding-right: 10px;
}

.paragraphimageselector img {
    border: solid 1px black;
    margin-bottom:10px;
    margin-right:10px;
}

.paragraphimageselector img.selected {
    border: solid 4px #0a0;
    padding: 4px;
}

