body {
  background-color: white;
  font-family: Helvetica, Arial, san-serif;
  margin: 0;
  overflow-y:hidden;
  overflow-x:hidden;
  color: black;
}

img{
  border:0px;
}

a{
	text-decoration:none;
	color:#234b7b;
}

#a {
	overflow: hidden;
	width: 295px;
	height:100%;
	float:left;
	padding-right: 5px;	
	border-right: 1px solid #EEE;
}

#b {
	overflow: hidden;
	width: 295px;
	height:100%;
	float:right;
}

a:hover{
	color:#122842;
	border-bottom:1px dotted #122842;
}

.icons img {
  cursor:pointer;
}


.post {
  width:300px;
  margin:0px;
  padding:0;
  border-bottom: 1px solid gray;
  position:relative;
}

.post table{
  width:300px;
}

td.status-body {
  width:100%;
  font-size: 12px;
  padding-left: 4px;
  line-height: 1.4em;
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
  word-wrap: break-word;
}

.the-message, td.status-body p{
	word-wrap: break-word;
}

td.username {
	padding: 3px;
}

.icons {
  padding-right: 2px;
  width:34px;
  visibility:hidden;
}

.post-hidden {
  display:none;
}

.highlight {
  background-color: #E5E5E5;
}

.active {
  background-color: white;
  color:black;
}

/*#updates {
  position: relative;
  margin:0 auto;
  margin-top: 10px;
  width: 320px;
  z-index: 1;
  
}*/

.smaller{  
	width: 290px;
}
.smaller table{
	width: 290px;
}

#poweredby{
		position: absolute;
		bottom: 0;
		font-size: 10px;
		text-align: center;
		background-color: white;
		width: 100%;
		z-index: 3;
}	


#custom{
		position: absolute;
		bottom: 12px;
		font-size: 12px;
		text-align: center;
		background-color: white;
		width: 320px;
		z-index: 2;	
}
#custom-hidden{
	display: none;	
}


















