body {
  font-family: Arial;
  font-size: 13px;

  margin: 0px;
  padding: 0px;
}
td {
vertical-align: top;
}
div#header {
  background-color: #1fa67a;
  color: #FFF;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
div#menu {
  float: left;
  width: 150px;
  background-color: #e3e3e3;
}
div#menu ul.nav,
div#menu .nav {
  margin: 20px;
  padding:0px;
}
.floatLeft {
  float: left;
}
.cursorPointer {
  cursor: pointer;
}
.grayBg {
  background-color: #F5F5F5;
}
.detailBlock {
  margin: 10px !important;
  min-width: 300px;
  min-height: 300px;
}
.detailBlock td,
.detailBlock th {
  padding: 2px 5px !important;
}
.detailBlock th {
  font-size: 14px;
}
ul.nav li {
  list-style-type: none;
}
ul.nav li a, ul.nav li a:visited {
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #222;
}
ul.nav li a:hover {
  text-decoration: underline;
}
div#bottom {
  width: 100%;
  text-align: center;
  padding: 7px 0px 7px 0px;
  margin-top: 20px;
}
div#bottom p {
  margin: auto;
}
div#bottom p a, div#bottom p a:visited {
  font-size: 11px;
  color: #1fa67a;
}
         
div#mainwindow {
  text-align: center;
  padding-left: 150px;
}
div#mainwindow2 {
  float: none;
  text-align: center;
  padding: 10px auto 10px auto;
}

div#mainwindow table {
  text-align: center;
  margin: 10px auto;
}

div#mainwindow table td{
  padding: 4px 5px;
}      
div#mainwindow table th.g,
div#mainwindow table td.g{
  background-color: #AFA;
}              
div#mainwindow table th.a,
div#mainwindow table td.a{
  background-color: #FeFefe;
}                         
div#mainwindow table th.b, 
div#mainwindow table td.b{
  background-color: #FaFaFa;
}
div#mainwindow table input {
  width: 150px;
}

div#mainwindow table.detail td{
  padding: 0px 10px;
}      
h2 {
  font-size: 16px;
}

a.cdsend, a.cdsend:visited {
  font-weight: bold;
  color: #955;
}
.list {
  width: 90%;
}
.list td,
.list th {
  line-height: 30px;
  text-align: left;
}