/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tabberlive {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	clear: both;
	margin: 0px;
}

ul.tabbernav li
{
	list-style: none;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.tabbernav li a
{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #BE8E2C;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
ul.tabbernav li a:hover
{
	color: #E7BB25;
}

ul.tabbernav li.tabberactive a
{
}

ul.tabbernav li.tabberactive a:hover
{
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
	margin: 0px;
	width: 100%;
	padding: 0px; /* overflow:auto; */
}

/* 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;
}
.tabcenter {
	width: 96%;
	clear: both;
	padding: 2%;
	display: block;
	margin: 0px;
	background-color: #E5E5E5;
}

.tabbertab ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	clear: both;
}
.tabbertab li {
	padding: 0%;
	list-style-type: none;
	line-height: 22px;
	font-size: 13px;
	margin: 0px;
	width: 100%;
	color: #000000;
}
.tabbertab a {
	text-decoration: none;
	color: #000000;
}
.tabbertab a:hover {
	text-decoration: underline;
}
.tabcenter .recentcom-gravatar {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
}
.recentcom-gravatar .com-info {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90%;
}

.tabcenter .recentcom-gravatar p {
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	display: block;
	float: left;
	width: 98%;
	height: auto;
	line-height: 16px;
	color: #000000;
}


.tabcenter .recentcom-gravatar li {
	width: auto;
	list-style-image: none;
	list-style-type: none;
	display: block;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tabcenter .recentcom-gravatar a {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}
.recentcom-gravatar a:hover {
	text-decoration: underline;
}

.tabcenter .recentcom-gravatar img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	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;
}
.tabcenter .hot-topics {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.tabcenter .hot-topics li {
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	background-image: none;
	padding: 0px;
	line-height: 18px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tabcenter .hot-topics a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.tabcenter .hot-topics a:hover {
	text-decoration: underline;
	color: #000000;
}
.tabcenter .hot-topics .total-com {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	clear: both;
	font-weight: normal;
}
.tabcenter #featvideo {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
.tabcenter #featvideo li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}

