.portlet {
  border: 1px solid #ccc;
  background: #f9f9f9;
  margin-bottom: 10px;
}

.portlet-decoration {
  padding: 0px 0px;
  background-color: #333;
  background: url("../../images/layouts/el_bg.png") repeat-x;
  line-height: 1em;
}

.portlet-title {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  color: #fff;
}

.portlet-content {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background: #f9f9f9;
}

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portlet-content li {
  padding: 2px 0 4px 0px;
  color: #000;
  border-bottom-color: #ccc;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.portlet-content li a {
  color: #000 !important;
  text-decoration: underline !important;
}

.portlet table th {
  background-color: #333;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.portlet table td {
  border-bottom: 1px solid #ccc;
}

.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li {
  padding-bottom: 2px;
}

.operations li a {
  font: bold 12px Arial;
  color: #0066a4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited {
  color: #0066a4;
}

.operations li a:hover {
  background: #efefef;
}
