* {
	margin: 0px;
	padding: 0px;
}
#TabsPostsTabber {
	margin-bottom: 20px;
	width:100%;
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats {
	margin-bottom: 16px;
	display: table;
	table-layout: fixed;
	text-align: center;
	margin-left: 8px;
	padding-bottom:0;
	margin-top:0;
}
#TabsPostsTabber .TabsPostsInside li.result {
	border-bottom: 1px solid #33659f;
	list-style-type: none;
	margin-left: 0;
	padding: 15px;
	padding-bottom: 6px;
	color: #4872a3;
	background-color: #F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
}
#TabsPostsTabber .TabsPostsInside li.result:hover {
	background-color: #e0e0e0;
	border-bottom: 1px solid #9C9A9B;
	color: #508ed7;
}
#TabsPostsTabber .TabsPostsInside a#title {
	text-decoration: none;
	color: #4872a3;
	font-size: 15px;
	
}
#TabsPostsTabber .TabsPostsInside li.result:hover a#title {
	color: #0092ef;
	text-decoration: underline;
	font-size: 15px;
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats li.list {
	display: table-cell;
	list-style-type: none;
	vertical-align: bottom;
	padding: 6px;
	text-decoration: none;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats li.list a {
	text-decoration: none;
	margin-left: -12px;
	color: black;
	display: block;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	font-size: 12px;
	height: 31px;
	padding: 6px 20px 16px 12px !important;
	width:auto;
	
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats li.list a.selected {
	color: #fff;
	font-weight: bolder;
	background-color: #346ba4;
	border: 1px solid #518ed5;
	height: 31px;
	width: auto;
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats li.list a.selected:hover {
	background-color: #346ba4;
	border: 1px solid #518ed5;
	text-decoration:none;
}
#TabsPostsTabber ul.TabsPostsTabs.contentstats li.list a:hover {
	background-color: #c1c1c1;
	text-decoration: none;
}
#TabsPostsTabber .TabsPostsInside {
	display: block;
	border-top: 1px solid #33659f;
	border-right: 1px solid #33659f;
	border-left: 1px solid #33659f;
	margin-top: -23px;
	width: auto;
	margin-left: 2px;
	text-decoration: none;
	
}
.content-box
{
background-color: #29a9ea;
border: 1px solid #D4D4D4;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
min-height: 50px;
padding-left: 20px;
padding-right: 20px;
padding-top:10px;
width:560px;
font-size:15px;
color:white;
margin-bottom:5px;
}
.content-box1
{
background-color: #29a9ea;
border: 1px solid #D4D4D4;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
min-height: 30px;
padding-top:6px;
padding-left: 20px;
padding-right: 20px;

width:560px;
font-size:15px;
color:white;
margin-bottom:5px;
}
.content-box1 a#more
{
color:#4b4238;
}
.content-box1 a#more:hover
{
color:#f58613;
}