/**************************************************************************
 * BO Link *
 **************************************************************************/
.broken {
  color: red;
}

/* Workflow */
.wf-private {
  color: #c00 !important;
  font-weight: bold;
}

.wf-pending {
  color: #f57900 !important;
  font-weight: bold;
}

.wf-public {
  color: #4e9a06 !important;
  font-weight: bold;
}

/**************************************************************************
 * Tag Cloud
 **************************************************************************/
#tag-cloud {
  padding: 2px;
  line-height: 3em;
  text-align: center;
  font-size: 7px;
  margin: 0;
}

#tag-cloud li {
  display: inline;
  margin-left: 10px;
}

#tag-cloud a {
  padding: 0px;
  text-decoration: none;
}

#tag-cloud .tag-10 a {
  font-size: 0.7em;
  font-weight: 100;
}

#tag-cloud .tag-9 a {
  font-size: 0.8em;
  font-weight: 200;
}

#tag-cloud .tag-8 a {
  font-size: 0.9em;
  font-weight: 300;
}

#tag-cloud .tag-7 a {
  font-size: 1.0em;
  font-weight: 400;
}

#tag-cloud .tag-6 a {
  font-size: 1.2em;
  font-weight: 500;
}

#tag-cloud .tag-5 a {
  font-size: 1.4em;
  font-weight: 600;
}

#tag-cloud .tag-4 a {
  font-size: 1.6em;
  font-weight: 700;
}

#tag-cloud .tag-3 a {
  font-size: 1.8em;
  font-weight: 800;
}

#tag-cloud .tag-2 a {
  font-size: 2.2em;
  font-weight: 900;
}

#tag-cloud .tag-1 a {
  font-size: 2.5em;
  font-weight: 900;
}

/**************************************************************************
 * ADMIN BAR
 **************************************************************************/
.admin-icons-bar {
  background-image: url('/ui/common/images/empty-background.png');
  padding: 6px 12px;
}

.admin-icons-bar table td {
  text-align: left;
  width: 150px;
  font-weight: bold;
  vertical-align: top;
}

.admin-icons-bar img {
  float: left;
}

.admin-icons-bar a {
  text-decoration: none;
}

.admin-bar {
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;

  position: absolute;
  background-color: #D3D7CF;
  opacity: 0.9;
  padding: 0 3px 3px 0;
  z-index: 1000;
}

.admin-bar a {
  text-decoration: none;
}

/**************************************************************************
 * NUMERIC BATCH
 **************************************************************************/
#content .batch-numerotation {
  margin: 0;
  padding: 0;
}

#content .batch-numerotation ul {
  list-style-type: none;
}

#content .batch-numerotation li {
  display: inline;
}

#content .batch-numerotation a {
  width: 7px;
  height: 7px;
  color: #000;
  text-decoration: none;
  padding: 5px 5px 5px 7px;
  margin: 2px;
  border: 1px solid #D3D7CF;
}

#content .batch-numerotation a:hover {
  background-color: #EEEEEC;
}

#content .batch-numerotation a.current {
  background-color: #EEEEEC;
  font-weight: bold;
}
