img {
  border: 0px;
}

body {
  font-family: 'Lucida Sans', verdana, arial;
  font-size: 12px;  
}

table.story {
  width: 100%;
  margin: 0 20px 0 0;
  padding: 0px;
  border-spacing: 0px;
}

table.story td {

  border-bottom: 1px solid #ccc;  
  padding: 5px 1px 5px 5px; 
}
tr.date {
  background-color: #ccc;
}

tr a {
  text-decoration: none;
}
tr.description {
  background: #EEEEEE;
}

tr.description-alt {
  background: #FFFFFF;
}

tr.description-unmod {
  background: #F7f8E0;
}

.smalltext {
  text-decoration: none;
  font-size: 10px;
}
#index_status {
  background: #D0F5A9;
  padding: 5px;
}
.smalltext a {
  text-decoration: none;
}
table.filter tr td.title {
  width: 200px;
}

table.filter tr td.filter {
  background: #ccccff;
  width: 50px;
  padding: 5px;
}

#container {
  float: left;
  width: 100%;
}

#left {
  margin-right: 250px;
}

#content {
margin-right: 20px;
}

#right {
  float: left;
  margin-left: -250px;
  width: 250px;
}

#right ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}

#right ul li {
  background-color: #EEEEEE;
  padding: 5px;
  margin-bottom: 5px;
  clear: left;
  float: left;
  width: 180px;
}

#right ul li.menu {
  background: none;
  padding: 0px;
}

.filters {
  width: 100px;
  background: #AAAAAA;
  margin-right: 5px;
  height: 30px;

}

/* Block stylings - Announcements/Errors/etc */
.announcement {
  border: 1px solid gray;
  width: 60%;
  padding: 10px;
  background: #D5F5AE;
  margin-bottom: 10px;
}

.error {
  border: 1px solid gray;
  width: 90%;
  padding: 10px;
  background: #FAAABE;
}
/* End of Block stylings */

span.nav-switch {
  padding-left: 3px;
}

span.nav-switch a {
  background: #FAAABE;
  padding: 3px;
}

span.nav-switch a:hover {
  background: #F78181;
}
