/*
html, body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eee;
  font-family:verdana,serif;
  font-size: small;

}

h1 {
  font-size: 1.2em;
}

h2 {
  font-size: .9em;
}
h3, h4, h5, h6 {
  font-size: .8em;
}
*/

#status {
  font-weight: bold;
  text-align: center;
  border-bottom:0px solid white;
  padding: 10px;

}
/*
#header {
  text-align: center;
  border-bottom:2px solid white;
  padding: 10px 10px;
}

#wrapper {
 width: 770px;
 margin: 30px auto;
 border: 1px solid #EFEFEF;
 
}



#leftnav {
  width: 190px;
  height: 100%;
  border: 0px solid white;
  float:left;
}

#main {
  margin: 0px 0px 0px 0px;
  width: 100%;
  border-left: 0px solid white;
}

#content {
 

}

#footer {
  text-align:center;
  height: 40px;
  border-top: 1px solid white;
  margin:0;
  padding: 10px;
}
*/


#accounts td {
  font-size: small;
  padding:4px 6px;
  text-align: left;
}

#accounts td.item {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#accounts td.status-taken {
 text-align:center;
 color: #666;
}

#accounts td.status-open {
 text-align:center;
 color: #666;
}

#accounts td.account {
 color: cornflowerblue;
}

#accounts h2 {
  text-align:center;
  color: cornflowerblue;
  font-size: .9em;
}

