body {
  margin: 0px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 0.8em; }

a, a:visited {
  color: #06c;
  text-decoration: none; }

a:hover {
  background: #ff8; }

#admin .link {
  font-size: 1.2em;
  margin: 15px 0px; }
  #admin .link .title {
    font-size: 1.3em; }

#current_list {
  cursor: move; }

#error {
  background-color: #fcc;
  margin: 10px 0;
  border: 1px solid #f66;
  padding: 10px; }

#footer {
  font-size: 0.85em;
  margin: 15px;
  text-align: center;
  clear: both; }

#header {
  background: #259 url(../images/grad-topdiag.png);
  color: #fff;
  height: 58px;
  padding: 10px 7px 0px 10px; }
  #header .public {
    font-size: 1.4em; }
  #header .title {
    font-size: 1.6em; }
    #header .title a, #header .title a:visited {
      color: #fff; }
    #header .title a:hover {
      color: #555; }
  #header a.tab, #header a.tab:visited {
    background: #e6f2ff url(../images/grad-tab.png) repeat-x bottom;
    color: #000;
    display: block;
    float: left;
    font-size: 12px;
    padding: 7px 10px;
    margin: 6px 3px 0px 0px; }
  #header a.tab:hover {
    background: #b9dcff url(../images/grad-tab.png) repeat-x bottom;
    color: #000;
    text-decoration: none; }
  #header a.rtab {
    float: right !important; }
  #header a.sel {
    background: #fff url(../images/grad-tabactive.png) repeat-x top !important;
    height: 19px !important; }
  #header .right {
    float: right;
    padding-right: 3px;
    font-size: 0.9em; }
    #header .right a {
      color: #fff; }
    #header .right a:hover {
      color: #000;
      background: #ff8; }

#login {
  background-color: #E6F2FF;
  border: 1px solid #66f;
  margin: 15px auto;
  padding: 10px;
  width: 200px; }
  #login input {
    width: 97%; }

#main {
  background: #fff url(../images/grad-tabactive.png) repeat-x top !important;
  padding: 5px 15px 15px 15px; }
  #main .clr {
    clear: both; }

#needs_approval {
  background-color: #ffc;
  border: 1px solid #cc6;
  font-weight: bold;
  margin: 15px auto;
  padding: 10px;
  width: 500px; }

#notice {
  background-color: #cfc;
  margin: 10px 0;
  border: 1px solid #393;
  padding: 10px; }

.box {
  background-color: #E6F2FF;
  border: 1px solid #66f;
  margin: 15px auto;
  padding: 10px;
  height: 250px; }
  .box .right {
    float: right;
    border-left: 1px solid #66f;
    padding-left: 10px;
    width: 49%;
    height: 100%; }
  .box h3 {
    margin: 0px; }

.round {
  margin: 15px 0px;
  padding: 15px;
  background: #eee; }
  .round h2 {
    margin-top: 0px; }

.fright {
  float: right; }

li.title {
  font-size: 1.2em; }
