﻿body, table {
  font-family: verdana,tahoma,sans-serif;
  font-size: 12px;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: #039;
}
  a:hover {
    text-decoration: underline;
  }

input, select {
  border: 1px solid #BDCCDB;
  padding: 3px;
  margin-right: 5px;
}
select { 
  border: 1px solid #BDCCDB;
  padding: 2px;
}

#header div { display: block; padding: 3px 5px; }
#pagelinks { position: absolute; left: 230px }
#pagelinks a { display: inline-block; margin: 0 3px; }
#currentPage {
  text-align: center;
  display: inline-block;
  border: 1px solid #BDCCDB;
  padding: 1px 3px;
  background-color: #e2ebf7;
  background: linear-gradient(to bottom, #e2ebf7 0%, #d2dff3 100%);
}

#nList { margin: 10px; }
#nList th { text-align: left; }
#nList td, #nList th { padding: 0 20px 5px 0; }