div.my_advertisements {
   max-width: 99%;
   overflow: auto;
}

div#num-users {
    margin-top: 1.5em;
    font-size: 120%;
    font-weight: bold;
    display: inline;
}

div.listas div.lista, div.plantillas div.plantilla {
    margin-top: 2em;
    padding: 3px;
    border-bottom: 1px solid #8AB3D8;
}

div.lista div.titulo, div.plantilla div.titulo {
    line-height: 26px;
}

div.lista div.titulo a, div.plantilla div.titulo a {
    color: #06C;
    text-decoration: none;
    font-weight: bold;
}

div.lista div.descripcion {
    padding-top: 1ex;
}

div.lista div.metadata, div.plantilla div.metadata{
    color: #555;
}

div.lista div.busqueda {
    margin-top: 1em;
    padding: 2px 6px 2px 10px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 1.8em;
    color: #999;
}

div.lista div.links {
    font-size: 85%;
}

div.lista div.links a:hover {
    text-decoration: underline;
}

div.action_box a {
    padding-left: 22px;
}

div.action_box a#excel {
    background-image: url(../images/excel.gif);
    background-repeat: no-repeat;
}

table.listado_grupos th {
    cursor: pointer;
    text-decoration: underline;
}

table.listado_grupos td a {
    color: black;
    text-decoration: none;
    display: block;
}

table#usuarios_table {
    table-layout: fixed;
    empty-cells: show;
}

table#usuarios_table tr th {
    background-color: #999;
}

table#usuarios_table tr {
    background-color: #F1F1F1;
}

table#usuarios_table tr.hover {
    background-color: #DDE4EA;
    cursor: pointer;
}

table#usuarios_table td {
    overflow: hidden;
    background-color: inherit;
}

div.advertisement-form-box {
  background-color:#F7F7F7;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  width: 232px;
}

div.advertisement-box div.advertisement {
  margin-top: 8px;
}

div.advertisement {
  padding:10px;
}

div.advertisement div.title {
  color:#3B5998;
  font-size: 1.25em;
  font-weight:bold;
}

div.advertisement div.title {
  text-decoration: underline;
  font-weight: bold;
}

div.advertisement div.image {
  border: 1px solid #ccc;
  background-color: #d7d7d7;
  margin-top: 5px;
}

div.advertisement div.message {
  margin-top: 5px;
  text-decoration: none;
}

div.advertisement div.message a {
  color: #555;
  text-decoration: none;
}

/* Button as link */
input[type="submit"].as_link {
  background: transparent;
  border: none;
  color: blue;
  margin: 0px !important;
  padding: 0;
  cursor: pointer;
}

