/* 2006 Joan Sala Soler <joansala@gmail.com> */

/* Estructura */

#main-text {
  margin-top:1em;
  padding:20px 30px;
  background-color:#fff;
  min-height:95em;
  
  /*
  L'Internet Explorer no interpreta "min-height" i no ho fa bé amb "height".
  Els navegadors que interpreten correctament els estàndards ignoraran la
  segona linia.
  */
  height:auto !important;
  height:95em;
}

.seccio {
  margin-bottom:3em;
}

div.article h2 {
  margin-top:3em !important;
}

/* Taules de continguts (TOC) */

.toc {
  background:url(toc-tl.gif) no-repeat top left #efefef;
  width:60%;
  margin-bottom:2em;
}

.toc-top {
  background:url(toc-tr.gif) no-repeat top right;
}

.toc-bottom {
  background:url(toc-bl.gif) no-repeat left bottom;
}

.toc-content {
  background:url(toc-br.gif) no-repeat right bottom;
  padding:.5em 1em 1em 1em;
}

.toc p {
  margin:0 0 1em 0 !important;
}

.toc a {
  color:#000;
}

/* Taules */

#main-text table {
  border:1px solid #e68719;
  border-collapse:collapse;
}

#main-text table caption {
  width:100%;
  text-align:left;
  font-weight:bold;
  padding-bottom:1em;
}

#main-text table th {
  font-weight:bold;
  color:#fff;
  background-color:#e68719;
  white-space:nowrap;
}

#main-text table td {
  border:1px solid #e68719;
  color:#000;
  background-color:#fff;
}

#main-text table th,
#main-text table td {
  text-align:center;
  padding:.1em 1em;
}

#main-text table td.mainrow {
  background-color:#e2e5c2;
}

#main-text table td.submainrow {
  background-color:#ecefcc;
}

#main-text table td.mainrow,
#main-text table td.submainrow {
  text-align:left !important;
  padding-left:.5em !important;
}

/* Secció de videos */

#videos-pp {
  float:left;
  width:222px;
  padding:0;
  text-align:center;
}

#videos-pm {
  padding:0;
  margin-left:250px;
  text-align:center;
}

.videos-vid {
  text-align:center;
  padding:1em 0;
}

.videos-vid img {
  border:none;
  margin-bottom:.5em;
}

/* Mapa del lloc web */

#mapaweb a strong {
  color:#cd6e00 !important;
}

/* Els espais */

#main-text table.reftaules {
  border:none !important;
}

#main-text table.reftaules td {
  border:none !important;
  text-align:left !important;
  padding:0 .5em .5em 0 !important;
  vertical-align:top;
  width:15em;
}

/* Sorteig Campus */

table#sorteigc th,
table#sorteigc td {
  font-size:90% !important;
  text-align:left !important;
  padding:2px 5px !important;
}

table#sorteigc td {
  color:#000 !important;
  background-color:#fff !important;
}

table#sorteigc td.scpar {
  color:#000 !important;
  background-color:#e2e5c2 !important;
}

