body {
    font-family: Trebuchet MS, sans-serif;
    font-size: larger;
    background-color: black;
    background: #ffffff url('images/gradient.png') repeat-x 0 0;
}

#tabs_wrapper {

}
#tabs_container {

}
#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs li {
    display: inline;
}

#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #659BBF;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    margin-right: 2px;
    font-size: medium;
    color: white;
    font-family: Trebuchet MS, sans-serif;
}
#tabs li a:hover {
    background-color: #dddddd;
    color: black;
    padding: 4px 6px;
}
#tabs li a.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    color: black;
}
#tabs li a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    /*border: 1px solid #ccc;*/
    border-top: none;
    padding: 10px;
    margin: 30px;
}
.tab_content {
    display: none;
}

td {
  font-family: Trebuchet MS, sans-serif;
  vertical-align: top;
  padding-bottom: 20px;
}

tr {
  margin-top: 5px;
}

td:first-child {
    padding-right: 20px;
    width: 150px;
}

#wrapper {
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: white;
}

#top-header {
  background-color: #333333;
  color: white;
}

#Address {
  margin-left: 20px;
  clear: both;
  display: inline-block;
}

#logo {
  margin-left: 30px;
  display: inline-block;
}

#site-name {
  font-size: 350%;
  padding: 0px;
  display: inline;
}

#site-description {
  font-size: larger;
}

.hasRead {
    background-color: black;
    color: white;
}

#footer {
  margin-left: 30px;
}

/**
 Override system css
**/
tbody {
 border-top: none;
}

/**
  Theme blog entries
**/
.submitted {
  font-size: smaller;
  border-bottom: 1px solid #dddddd;
  text-align: right;
}

.previous-articles {
  margin-top: 80px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.previous-article {
  margin-bottom: 0px;
  margin-top: 40px;
}