#community_timeline_t
{
  width: 270px;
  float: right;
  padding: 10px;
  background: #C6CDDE url(/images/side_background.gif) repeat-x scroll 0 0;
  margin: 10px;
  border: 1px solid #aaa;
}

#community_timeline_t ul
{
  margin: 0;
  padding: 0;
}

#community_timeline_t li
{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}

#content1 #community_timeline
{
  margin: 0;
  padding: 0;
}

#community_timeline li
{
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  list-style: none;
  padding-left: 20px;
}

#community_timeline li .info
{
  color: #777766;
  font-size: 80%;
}

.community_item_blogs
{
  background: transparent url(/images/community/bullet_green.png) no-repeat 0 5px;
}

.community_item_forum
{
  background: transparent url(/images/community/bullet_orange.png) no-repeat 0 5px;
}

.community_item_wiki
{
  background: transparent url(/images/community/bullet_pink.png) no-repeat 0 5px;
}

.community_item_groups
{
  background: transparent url(/images/community/bullet_blue.png) no-repeat 0 5px;
}

