/* Stylesheet-Datei fuer Attachments */

/* Überschrift */
div.attachmentsList caption
{
  display: none;
}

/* Tabelle, die die einzelnen Anhaenge aufnimmt */
div.attachmentsList table
{
  border: 1px solid #CCC;
  border-collapse: collapse;
  margin: 1em 0em 0em 0em;
  font-size: 100%;
}

/* Ueberschriften der Tabelle */
.attachmentsList th.at_filename,
.attachmentsList th.at_description,
.attachmentsList th.at_file_size,
.attachmentsList th.at_created_date,
.attachmentsList th.at_mod_date
{
  font-weight: bold;
  text-align: left;
  padding: 0.2em 1em;
  background-color: #DDD;
}

/* Ungerade Zeilen */
.attachmentsList tr.odd td
{
  background-color: #FFF;
}

/* Gerade Zeilen */
.attachmentsList tr.even td
{
  background-color: #EEE;
}

/* Tabellenzellen */
.attachmentsList td.at_filename,
.attachmentsList td.at_description,
.attachmentsList td.at_file_size,
.attachmentsList td.at_created_date,
.attachmentsList td.at_mod_date

{
  font-weight: normal;
  text-align: left;
  padding: 0.3em 1em;
}

/* Verweise */
.attachmentsList a
{
  border: 0;
}

.attachmentsList a:hover,
.attachmentsList a:active,
.attachmentsList a:focus
{
  text-decoration: none;
  border-bottom: 1px dotted #008;
}

/* NEU-Symbol */
.attachmentsList .neu {font-weight: bold; padding: 0.1em 0.4em; background-color: #EE0; color: #C00;}
