/* General info */

table.video-general {
  font-size: 120%; 
}

table.video-general td {
  font-size: 120%;
  padding: 2px;
  text-align: center;
}

/* All media table: */

table.all_media {
  border-collapse: collapse;
  width: 90%;
}

table.all_media tr.unassigned {
  height: 80px;
  background-color: #8CDD81;
}

table.all_media tr th {
  border: 1px solid #333333;
  background-color: #CCCCCC;
  height: 30px;
  font-size: 1.2em;
  text-align: center;
}

table.all_media tr td {
  border: 1px solid #333333;
  height: 25px;
  padding: 1px;
  font-size: 1.1em;
  text-align: center;
}

table.all_media tr .action {
  border: none;
  background-color: transparent;
  font-size: 1em;
  padding-left: 3px;
}

table.all_media tbody tr:hover {
  background-color: #FFF8C6;
  cursor: pointer; 
}

/* Add/edit file table: */

div.edit_container {
  margin-top: 10px;
}

table.edit_file {
  border-collapse: collapse;
}

table.edit_file tr td, table.edit_file tr th {
  border: 1px solid #999999;
  height: 25px;
  padding: 3px;
  font-size: 1.2em;
  text-align: left;
}

table.edit_file tr td input,
table.edit_file tr td textarea,
table.edit_file tr td .big {
  font-size: 1.3em;
}

span.tags_list {
  margin-right: 2em;
  margin-left: 1.5em;
}

span.rel_files {
  margin-right: 2em;
}

span.rel_files a {
  padding: 0 1.5em; 
}

a.delete_file:hover {
  color: red;
}

div.view_link {
  text-align: center;
  margin: 3px;
}

div.view_link a {
  color: #0000CC;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}

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

.button-section {
  text-align: center;
}

.button-section input.button {
  font-size: 1.1em; 
}

input.main.button {
  font-weight: bold;
}

/* images: */

img.media_file_image {
  height: 80px;
  border: none;
  vertical-align: middle;
  margin-left: 5px;
}

table.all_media tr td img.media_file_image {
  margin: 5px 0;
}

/* Tags */

div.add_tags_container {
  margin: 10px auto;
  width: 600px;
}

table.tags {
  border-collapse: collapse;
}

table.tags td, table.tags th {
  border: 1px solid #999999;
  padding: 3px;
  font-size: 1.3em;
}

table.tags th.name {
  width: 100px;
}

/* Related files */

table.related_files {
  width: 90%;
  border-collapse: collapse;
}

table.related_files caption {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em; 
}

table.related_files td {
  border: 1px solid #999999;
  padding: 3px;
  font-size: 1.3em;
}
