div.picturebox{
	background-color: #eeeeee;
	padding: 0px;
	text-align: center;
	float: left;
	width: auto;
	border: 1px solid gray;
}

div.shoutbox{
	float: left;
	padding: 8px;
	padding-top: 0px;
	margin-bottom: 4px;
	text-align: left;
}

img.smallwallpic{
	width: 14px;
	height: 14px;
	margin: 0;
	vertical-align: middle;
	float: left;
	margin-right: 4px;
}

.wallpostdate.small{
	font-size: 12.5px;
}

.wallposttext.small{
	font-size: 12.5px;
}

div.wallpost.small{
	margin: 4px;
	padding-bottom: 4px;
	border: 0;
}

div.shouttext{
	margin-bottom: 4px;
	width: 640px;

}

div.shoutpanel{
	margin-bottom: 4px;
}

div.shoutpadder{
	margin-bottom: 18px;
}

div.tabscontainer{
	text-align: center;
	width: auto;
	//margin-left: 150px;
}

button.wallpostbutton{
	background-color: transparent;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 12px;
}

button.wallpostbutton:hover{
	background-color: #eeeeee;
	border: 1px solid gray;
	font-size: 12px;
	cursor: pointer;
}

button.smooth{
	background-color: #eeeeee;
	padding: 2px;
	border: 1px solid gray;
	font-size: 14px;
}
button.smooth:hover{
	background-color: #dddddd;
	cursor: pointer;
}

input.shouttext{
	padding: 2px;
	font-size: 14px;
	border: 1px solid gray;
	color: gray;
	font-style: italic;
}

div.wallpost{
	width: auto;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #eeeeee;
	margin: 4px;
	padding-bottom: 4px;
}

.wallpostdate{
	color: gray;
	font-style: italic;
	font-size: 12px;
}

div.wallpostpicture{
	float: left;
}

img.wallpostpicture{
	width: 60px;
	height: 60px;
	padding-right: 4px;
	padding-bottom: 4px;
}

div.wallpostcontrols{
	float: right;
	padding-left: 4px;
	display: none;
}

div.wallposttypeicon{
	width: 60px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: center;
}

div.newwallposts{
	display: none;
}

a.tab{
	border: 1px solid gray;
	padding: 4px;
	background-color: #eeeeee;
	width: 158px;
	float: left;
	margin-right: 6px;
	text-decoration: none;
	color: black;
	border-radius: 6px;
}

a.tab:hover{
	background-color: #dddddd;
}
a.tab.active{
	background-color: #dddddd;
}

div.feedsubscription{
	font-size: 11px;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 4px;
}

span.tooltiplink{
	color: #3330FF;
	text-decoration: none;
	cursor: auto;
}

span.tooltiplink:hover{
	text-decoration: none;
	cursor: pointer;
}

div.tooltip{
	color: black;
	font-size: 12px;
	border: 1px solid darkgray;
	background-color: white;
	padding: 4px;
	width: 200px;
	position: absolute;
	z-index: 2;
	  /* for IE */
	  filter:alpha(opacity=95);
	  /* CSS3 standard */
	  opacity:0.95;
}

.tooltip{
	border-radius: 4px;
}

div.feedsubscribebox{
	float: right;
	padding-right: 6px;
	margin-left: 8px;
	margin-bottom: 4px;
}