*{
margin:0px;
padding:0px;
}
 
ul.TabsPostsTabs{
  margin-bottom:16px;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin-left:8px;
}
.TabsPostsInside  li.result
{
border-bottom:1px solid #33659f;
list-style-type: none;
padding:15px;
margin-left:0px;
padding-bottom:6px;
color:#4872a3;
 }
.TabsPostsInside  li.result:hover 
{
background-color:#e0e0e0;
border-bottom:1px solid #9C9A9B;
color:#508ed7;

 }
 .TabsPostsInside a#title
 {
 text-decoration:none;
 color:#4872a3;
 font-size:15px;
 }
.TabsPostsInside  li.result:hover  a#title
{
color:#0092ef;
text-decoration:underline;
font-size:15px;
}

 ul.TabsPostsTabs li.list
 {
display:table-cell;
list-style-type: none;
vertical-align: bottom;
padding:6px;
}
 
.TabsPostsTabs li.list a
 {
text-decoration:none;
margin-left:-12px;
color:black;
display: block;
padding:2px;
padding-top:1px;
padding-bottom:3px;
background-color: #f1f1f1;
border:1px solid #e0e0e0;
font-size:12px;
height: 31px;
width:55px;
}
#TabsPostsTabber ul.TabsPostsTabs li.list a.selected { 
color:white; 
font-weight:bolder; 
background-color:#346ba4; 
border: 1px solid #518ed5; 
height: 31px;

 }
#TabsPostsTabber ul.TabsPostsTabs li.list a.selected:hover{ background-color:#346ba4; border: 1px solid #518ed5; }
#TabsPostsTabber ul.TabsPostsTabs li.list  a:hover { background-color:#c1c1c1; text-decoration: none; }
.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:3px;
}

