/*--------------------------------------------------------------
	Residência de Estudantes da Beira
	by Ricardo Otero dos Santos <oterosantos@gmail.com>
--------------------------------------------------------------*/

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.row {
  clear: both;
  width: 280px;
  margin-bottom: 5px;
  height: 20px;
}

h2 {
  margin-top: 10px;
}

td { padding: 2px 5px; }
tr.odd { background: white }
tr.even { background: #E4E4E4 }

a.itemdelete, a.itemeditar {
  padding-left: 20px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
}

a.itemdelete {
  background: url(/media/img/delete.gif) 0 0 no-repeat;
  color: #E16363;
}

a.itemeditar {
  background: url(/media/img/editar.gif) 0 0 no-repeat;
  color: #54ABF6;
}

#list .item {
  float: left;  
  /*margin-top: 20px; */
  padding: 10px 20px 10px 30px;
  width: 560px;
}

#list .testemunhos {
  background: #EFF3F5 url(/media/media/img/testemunhos.gif) 5px 10px no-repeat;
}

#list .utilizadores {
  background: #EFF3F5 url(/media/media/img/users.gif) 5px 10px no-repeat;
}

#bo-login input.data, #add_fieldset .data, #edit_fieldset .data, select {
  font: 90%/160% verdana, arial, helvetica, sans-serif;
  border: 1px solid #AAAAAA;
  padding: 2px;
  width: 128px;
}

#add_fieldset .data_area, #edit_fieldset .data_area {
  font: 90%/160% verdana, arial, helvetica, sans-serif;
  border: 1px solid #AAAAAA;
  padding: 2px;
  margin-bottom: 10px;
}

#bo-login input.button, #add_fieldset input.button, #edit_fieldset input.button {
  border: 1px solid #C9C9C9;
  font-size: 95%;
  padding: 1px 5px;
  color: #5C5C5C;
  background: #E6E6E6;
}

#bo-login input.button:hover, #add_fieldset input.button:hover, #edit_fieldset input.button:hover {
  padding: 1px 5px;
  color: #767676;
  background: #DEDEDE;
}

#bo-login, #add_fieldset, #edit_fieldset {
  clear: both;
  background: #F2F2F2;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 20px;
  width: 400px;
  margin-top: 5px;
}

#bo-login label {
  width: 70px;
  margin-bottom: 5px;
}

#add_fieldset label, #edit_fieldset label {
  width: 50px;
}

#bo-error {
  width: 390px;
  padding: 3px 25px;
  color: #E79D2D;
  background: #FFFFC8 url(/media/media/img/alert.gif) 5px 3px no-repeat;
}

a.bo-button {
  float: left;
  width: 100px;
  height: 30px;
  margin-right: 50px;
  margin-top: 30px;
  padding-top: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
}

a.bo-button:hover {
}

a.candidaturas { background:url(/media/img/bo_candidatures.png) 0 0 no-repeat; }
a.testemunhos { background:url(/media/img/bo_testimonials.png) 0 0 no-repeat; }
a.users { background:url(/media/img/bo_users.png) 0 0 no-repeat; }
a.logout { background:url(/media/img/bo_logout.png) 0 0 no-repeat; }
a.newsletter { background:url(/media/img/bo_newsletter.png) 0 0 no-repeat; }
a.actividades { background:url(/media/img/bo_activities.png) 0 0 no-repeat; }

#subheader {
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

a.voltar {
  font-size: 120%;
  font-weight: bold;
  margin-top: 25px;
  background: url(/media/img/voltar.gif) 0 1px no-repeat;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.add {
  background: url(/media/img/add.gif) 0 0 no-repeat;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
}