body, td, div {
  background-color: #000;
  color: #fff;
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

A:link {color:#16adbb;}
A:visited {color:#16adbb;}
A:active {color:#16adbb;}
A:hover {color:#16bccc;}

#container {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 673px;
  height: 52px;
  overflow: hidden;
}

.content {
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  width: 48px;
  height: 48px;
  float: left;
  border: 2px solid rgb(255,255,255);
  margin-left: 2px;
  margin-right: 2px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.clear {
  clear:both;
}

.loading {
  font-size: 12px;
  padding: 0px;
}

.headingtext {
  font-size: 16px;
  font-weight: bold;
}

.blogdetail {
  display: none;
  padding: 4px;
}

.blogpost {
  padding: 4px;
  border-bottom: 1px dashed rgb(200,200,200);
  margin: 2 2 2 2px;
}

.blogtitle {
  cursor: pointer;
  font-weight: bold;
  margin: 2 2 2 2px;
}

.tweet {
  border-bottom: 1px dashed rgb(255,255,255);
  margin: 2 2 2 2px;
}

.padded {
  padding: 2px;
}

.persondetail {
  display: none;
  padding: 0px;
  width: 676;
  margin: 5 0 5 0px;
}

.shown_all {
  padding: 0px;
  width: 676;
}

.linkdetail {
  display: none;
  padding: 0px;
  width: 676;
}

.link {
  cursor: pointer;
}

.tab {
  cursor: pointer;
  background-color: #ffcc00;
  border-right: thin solid #fff;
  border-left: thin solid #fff;
  border-top: thin solid #fff;
  padding: 2px;
  color:#000;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

.spacetab {
  border-bottom: 1px solid #fff;
  padding: 2px;
}

.activetab {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border-top: thin solid #fff;
  border-right: thin solid #fff;
  border-left: thin solid #fff;
  padding: 2px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

.username {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 2px;
}

.box {
  background-color: #000;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
  padding: 4px;
}

.hidden {
  display: none;
  padding: 2px;
}

.shown {
  display: block;
  padding: 2px;
}

.text {
  margin: 2 2 2 2px;
  display: inline;
  padding: 4px;
}

.adbox {
  margin: 2 2 2 2px;
  width: 250;
  padding: 4px;
  text-align: left;
  border-top: 1px dashed rgb(255,255,255);
  border-bottom: 1px dashed rgb(255,255,255);
}

.tags {
  margin: 2 2 2 2px;
  width: 250px;
  padding: 4px;
  text-align: left;
}

.greytext {
  font-size: 12px;
  display: inline;
  color: #106586;
}

.greytextlink {
  cursor: pointer;
  display: inline;
  font-size: 12px;
  color: #106586;
}

.highlight {
  text-align: left;
  padding: 2px;
  width: 250px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.newtweets {
  text-align: left;
  padding: 4px;
  width: 250px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.profile {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.master {
  width: 975px;
  margin: 0 10 0 10;
}

.main {
  width: 676;
  margin: 0 5 0 5px;
}

.side {
  width: 250;
  margin: 0 5 0 5px;
}

.submitbutton {
  width: 85px;
  height: 25px;
  background-image: url(/images/button_submit.gif);
}

.submitbutton:hover {
  background-position: 0px -25px;
}
