/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;

}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

overflow:hidden;
margin-top:5px;
padding:0px 0px 0px 0px;
background:none;


}
.tabberlive {
 margin:5px 0 0;
 width:300px;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{
 padding:5px 0 0 0;
 margin:0 0 8px;
 font: 14px century gothic,Verdana, sans-serif;
 height:24px;
}

ul.tabbernav li{
list-style: none;
font-family:Arial;
font-size:16px;
margin:5px 0;
display: inline;
color:#5AB7D8;
}

ul.tabbernav li a{
padding: 4px 10px;
margin-left: 5px;
text-decoration: none;
font-weight:bold;
border:1px solid #002e62;
color: #fff !important;
text-shadow:0 0 1px #000;
border:1px solid #002e62;
background:url(img/tab.gif) repeat-x center;
}

ul.tabbernav li a:link { color:#333; }
ul.tabbernav li a:visited { color:#333; }
ul.tabbernav li.tabberactive a{
width:90px;
border:1px solid #bc6107;
background:url(img/tab2.gif) repeat-x center;
}
ul.tabbernav li.tabberactive a:hover, ul.tabbernav li a:hover{
border-color:#F79635;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
background:url(img/lit.png) no-repeat scroll center top #002E62;
font: 13px Tahoma, century gothic,Verdana, sans-serif;
color:#fff;
padding:5px;
border:1px solid;
overflow:auto;
+overflow:hidden;
+padding:0;
    /*opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/
}


.tabberlive .tabbertab p{
margin:0px 4px 5px 4px;
}
.tabberlive .tabbertab a{
color:#000;
}

.tabberlive .tabbertab a:hover{
color:#F79635;
}
.tabberlive .tabbertab li {
list-style:none;
color:#fff;
margin:0px;
padding:0px;
}
.tabbertab li.rss{
list-style:none;
background:url(img/rss.png) no-repeat right center;
color:#fff;
line-height:20px;
margin:5px;
padding-right:20px;
}
.tabberlive .tabbertab ul {
list-style:none !important;
}
.tabberlive .tabbertab ul li {
color:#fff;
margin:0px;
font-size:12px;
line-height:25px;
width:auto;
list-style:none inside;
background:url(img/star.png) no-repeat scroll 100% 50%;
padding-right:20px;
}
.tabberlive .tabbertab ul li a {
color:#000;
padding:5px;
}
.tabberlive .tabbertab ul li a:hover {
color:#F79635;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



.fullsingle {
width:988px;
overflow: hidden;
margin:0px 5px 5px 4px;
height:100%;
color:#504945;
font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
background:#fff ;
line-height:20px;
border:1px solid #bbb;

}
.fullsingle   h2 {
margin: 0px 0 5px 0;
padding: 5px 10px 0px 0px;
text-align: right;
font: 24px  Georgia,century gothic,Arial,verdana, sans-serif;
font-weight:normal;
overflow:hidden;
}

.fullsingle   h2 a, .fullsingle  h2 a:link, .fullsingle   h2 a:visited  {
color:#252525;
background-color: transparent;
}
.fullsingle   h2 a:hover  {
color: #ac0604;
background-color: transparent;
}
.feedreg{
background:#fff url(img/email.png) no-repeat center left;
height:21px;
width:200px;
padding:7px;
border:3px solid #ccc;
font:15px Trebuchet MS, Arial;
line-height:19px;
margin:10px 0 5px;
color:#888;
}
.button-feedreg{
background:url(img/button.png) repeat-x center;
border:2px solid #459300;
line-height:15px;
font-size:14px;
height:41px;
margin:10px 0 0 10px;
width:50px;
color:#fff;
float:left;
}