/*--------------------------------------------------
  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, .tabberlive {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 63%;
	background-color: #F1F1F1;
	border: 1px solid #EBEBEB;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-transform: capitalize;
	background-color: #1E1E1E;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul.tabbernav li a
{
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
	margin-right: 5px;
	text-shadow: 0px 1px 1px #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

ul.tabbernav li a:link { 
color: #FFFFFF;

}
ul.tabbernav li a:visited {}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background-color: #0a5f9c;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow: 0px 1px 1px #000;
}

ul.tabbernav li.tabberactive a
{
	background-color: #0a5f9c;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.tabbernav li.tabberactive a:hover
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #074776;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	position: relative; /* height:200px; */
	overflow: scroll;
	clear: both;
	height: 244px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {

}
.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;
}
.tabberlive .post-meta {
	width: auto;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 10px;
	text-shadow: 0px 2px 1px #fff;
}
.tabberlive .post-meta .alignleft {
	text-align: center;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 5px solid #FFFFFF;
}
.tabberlive .post-info {
	margin: 0px;
	padding: 0px;
}
.tabberlive .post-info a {
	color: #000000;
	text-decoration: none;
}
.tabberlive .post-info a:hover {
	color: #1C69A8;
	text-decoration: none;
}
.tabberlive .post-info h2 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	line-height: 30px;
}
.tabberlive .post-info .post-date {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	display: block;
}
.tabberlive .post-info p {
	font-size: 13px;
	color: #000000;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
