/*
  layout.css line 58
  th { padding: 5px 20px 2px 3px; }
  td { padding: 6px 20px 6px 3px; }
*/

th.options {
  width: 77px;
}


table.admin_activities th.date {
  width: 77px;
}
table.admin_activities th.activity {
  width: 537px;
}


table.calendars th.name {
  width: 637px;
}


table.events th.name {
  width: 377px;
}
table.events th.dates {
  width: 237px;
}


table.image_galleries th.name {
  width: 637px;
}



table.pages th.title {
  width: 362px;
}
table.pages th.type {
  width: 97px;
}
table.pages th.status {
  width: 42px;
}
table.pages th.last_updated {
  width: 107px;
}
table.pages th.options {
  width: 37px;
}
table.pages td.title {
  display: block;
  position: relative;
}
table.pages td.title .add_page_link {
  display: block;
  padding: 1px 0 3px 0;
  font-size: 0.8181em;
}
table.pages td.title div.toggle {
  position: absolute;
  top: 5px;
  width: 12px;
  padding: 0;
}
table.pages td.title div.toggle a {
  display: block;
  padding: 0;
  background: #fff no-repeat 0px -1px;
  text-decoration: none;
}
table.pages td.title div.toggle a span {
  visibility: hidden;
}
table.pages td.title div.toggle a.open {
  background-image: url(/images/icons/toggle_open.png);
}
table.pages td.title div.toggle a.closed {
  background-image: url(/images/icons/toggle_closed.png);
}



table.uploaded_images {
  float: left;
  margin-right: 10px;
  width: 370px;
}
table.uploaded_images th.thumbnail {
  width: 47px;
}
table.uploaded_images th.name {
  width: 277px;
}
table.uploaded_images td {
  height: 75px;  /* uploaded_image max height = 65px */
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  vertical-align: top;
}
table.uploaded_images strong {
  display: block;
  padding: 2px 0 5px 0px;
}
table.uploaded_images span {
  display: block;
  padding-bottom: 5px;
  color: #666;
}


table.uploaded_files th.name {
  width: 357px;
}
table.uploaded_files th.file_type {
  width: 117px;
}
table.uploaded_files th.size {
  width: 117px;
}
table.uploaded_files td {
  padding-top: 4px;
  padding-bottom: 3px;
}
table.uploaded_files strong {
  display: block;
  padding: 2px 0 3px 25px;
  background: transparent url(/images/icons/unknown_file.png) no-repeat 0 0;
}
table.uploaded_files td {
  padding-top: 4px;
  padding-bottom: 3px;
}
table.uploaded_files strong {
  display: block;
  padding: 2px 0 3px 25px;
  background: transparent url(/images/icons/unknown_file.png) no-repeat 0 0;
}
table.uploaded_files .excel      { background-image: url(/images/icons/excel_file.png); }
table.uploaded_files .pdf        { background-image: url(/images/icons/pdf_file.png); }
table.uploaded_files .powerpoint { background-image: url(/images/icons/powerpoint_file.png); }
table.uploaded_files .word       { background-image: url(/images/icons/word_file.png); }
table.uploaded_files .png_image, table.uploaded_files .gif_image, table.uploaded_files .jpeg_image { 
  background-image: url(/images/icons/image_file.png);
}


table.users th.name {
  width: 357px;
}
table.users th.last_login {
  width: 257px;
}


a.delete_link {
  padding-left: 16px;
  background: url(/images/icons/delete_small.png) no-repeat 0px 2px;
}
