/* DA final */
h1, h2, h3 {
 margin: 0;
 padding: 0;
}

h1, h2 {
 font-size: 16px;
 font-weight: bold;
}

body {
 background: #fff;
 margin: 0;
 padding: 0;
}

table#container {
 float: left;
 background: #fff;
 width: 800px;
 border: 0;
 padding: 0;
 margin: 0;
}

table#container td#banner {
  background: url(http://www.viznet.ac.uk/themes/garland_viznet/images/viznetBanner.png) no-repeat;
  height: 80px;
}

table#container td#header {
  height: 40px;
  /*border-bottom: 2px solid #000;*/
}

table#container td#header h2 {
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #777;
}

table#container td#content {
 margin: 0 0 0 10px;
 padding-top: 5px;
}

p, tr, td, a, div, font, input, radio, form {
 font-size: 11px;
 font-family: Verdana, sans-serif;
}

a {
 text-decoration: none;
}

tr#header {
 background: #ccc;
 height: 25px;
}

form#login table {
 border: 2px solid #000;
}

form#login table thead tr td {
 background: #aaa;
}

table#viewFileInfo {
 margin-top: 10px;
}

table.filebrowser tr#header td a,
table.filebrowser tr#header td,
table#filebrowser tr#header td a, 
table#filebrowser tr#header td {
 font-size: 10px;
}

/* DA */
table.filebrowser, 
table#filebrowser {
 /*width: 850px;*/
 border-collapse: collapse;
 margin-top: 10px;
 margin-bottom: 5px;
}

table#filebrowser thead tr td {
 border-top: 1px solid #777;
 border-bottom: 1px solid #777;
padding-left: 8px;
 padding-top: 8px;
 padding-bottom: 8px;
}

table#filebrowser tbody tr td,
table#filebrowser tr td {
 text-align: left;
 font-size: 11px;
 padding-left: 8px;
 padding-top: 3px;
 padding-bottom: 6px;
 vertical-align: bottom;
}

table#filebrowser td.even {
 background-color: #eee;
}

table#filebrowser thead tr td#checked_out  {
 padding-right: 5px;
}

div.desc {
 padding-left: 25px;
}

table#filebrowser thead tr td a {
 font-size: 8px;
}

table#filebrowser img.folder {
 margin-right: 5px;
}

table#filebrowser img.fileType {
 margin-right: 5px;
}

table#filebrowser tbody tr#noFilesExist {
 height: 20px;
 line-height: 20px;
}

td#footerCell {
 vertical-align: bottom;
}

div#footer div#logos,
div#footer div#cw {
 text-align: center;
 padding: 5px 5px;
}

div#footer img {
 margin: 0 20px;
}

/**
 * Primary navigation
 */

ul.primary-links {
  margin: 0 10px 0 0;
  padding: 0;
  float: right;
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  font: 11px/160% "Verdana";
  font-weight: bold;
  color: #494949;
}

ul.primary-links li a:link, ul.primary-links li a:visited {
  font: 11px/160% "Verdana";
  font-weight: bold;
  color: #444499;
  text-decoration: none;
}

ul.primary-links li a:hover {
  text-decoration: underline;
}
