body {
   background-color: #fff;
   color: #000;
}

.confidential {
  text-align: right;
}

.idx_table td, .idx_table th {
  font-family: serif;
}

td.Protocol, td.Total_Memory, td.Number_of_Disks, td.Exported_Capacity, td.Used_Network_Ports, td.NAS_Type {
  text-align: right;
}
td.Overall_Response_Time {
  text-align: center;
}

th.Protocol, th.Total_Memory, th.Number_of_Disks, th.Exported_Capacity, th.Used_Network_Ports, th.Net_Type, th.Overall_Response_Time, th.NAS_Type {
  font-size: 75%;
}

td.lastmod {
  text-align: left;
}

.idx_table thead tr {
  background-color: #556699;
  color: #eeeeef;
}
.idx_table tbody tr.header {
  background-color: white;
  color: black;
}
.idx_table th, td.lastmod {
  white-space: nowrap;
}

.idx_table tbody tr.odd {
  background-color: #e8e8e8;
  color: black;
}

table#dirlist {
  width: auto;
}

table#dirlist tr, table#dirlist td, table#dirlist th {
  text-align: left;
  font-family: serif;
}

table#dirlist td, table#dirlist th {
  border-color: white;
  border-spacing: 0;
  padding: 0 2em 0 2em;
  border-collapse: collapse;
  border-style: solid;
}

table#dirlist tbody td + td + td,
table#dirlist thead th + th + th {
  text-align: right;
}

span.disclosures {
  float: right;
  font-size: 80%;
  white-space: nowrap;
}

.idx_table table {
  border-width: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.idx_table td, .idx_table th {
  border-width: 1px;
  padding: 0 0.1em 0 0.1em;
  border-style: solid;
}

.idx_table thead th {
  border-color: #e8e8e8;
}
.idx_table td, .idx_table tbody th {
  border-color: #556699;
}

div.speclogo {
  float: left;
  padding: 1em;
}

div.speclogo a:link, div.speclogo img {
  border: 0;
}


/* Style for the non-image W3C marking at the bottom of the page, courtesy of
 * Marek Prokop (http://www.sovavsiti.cz/css/w3c_buttons.html)
 */
.w3cbutton3 {
  margin: 1em 1em 0 0;
  width: 9em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
  float: left;
}
.w3cbutton3 a {
  display: block;
  width: 100%;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
  border-bottom: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
