@charset "utf-8";
/* CSS Document */



#Tab_Testimonials{

}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

#Tab_Testimonials .TabbedPanelsTabGroup {
	float: left;
	position: relative;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
	display: inline;
}

#Tab_Testimonials .TabbedPanelsTabGroup .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	margin: 0;
	font-size:14px;
	background-color: #787878;
	list-style: none;
	border-left: solid 1px #393939;
	border-bottom: solid 1px #393939;
	border-top: solid 1px #393939;
	border-right: solid 1px #393939;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
	height: 13px;
	color:#1F1F1F;
	width:80px;
}

#Tab_Testimonials .TabbedPanelsTabGroup .TabbedPanelsTab a{
	color:#1F1F1F;
	width:80px;
	height: 18px;
	display: block;
	background-color: #787878;
	padding-top:2px;
	text-decoration: none;
	}

#Tab_Testimonials .TabbedPanelsTabGroup .TabbedPanelsTab a:hover{
	color:#1F1F1F;
	width:80px;
	height:18px;
	background-color: #CCC;
	}

#Tab_Testimonials .TabbedPanelsTabGroup .TabbedPanelsTabSelected {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size:14px;
	list-style: none;
	border-left: solid 1px #393939;
	border-top: solid 1px #393939;
	border-right: solid 1px #393939;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:60px;
	text-align:center;
	padding-top: 3px; 
	height: 13px;
	background-color: #333;
	border-bottom: 1px solid #333;
	color:#42ff00;
}


.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsContentGroup {
	clear: both;
	border:1px #393939 solid;
	margin-left:0px;
	padding:15px;

}


.TabbedPanelsContent{
	font-size:12px;
	line-height:16px;
	text-align:justify;
}

.TabbedPanelsContent .left{
	float:left;
	width:681px;
	padding:1px;
	margin-right:0px;
	margin-bottom:5px;
	border: 1px solid #393939;
	margin-left:1px;
}
.name{
}

.show_name{
	padding:2px;
	margin:1px;
	background-color:#000;
	color:#42ff00;
	width:677px;
	display: block;
	float:left;
	margin-bottom:2px;
	padding-right:0px;
}

.show_audio{
	background-color:#393939;
	color:#42ff00;
	display: block;
	float:left;
	margin-bottom:2px;
	margin-top:1px;
	margin-left:2px;
	}

#center .name a.link_home{
	padding:2px;
	margin:1px;
	background-color:#3F3F3F;
	color:#DFDFDF;
	width:221px;
	display: block;
	float:left;
	height:20px;
	text-decoration:none;
}

#center .name a.link_home:hover{
	color:#42ff00;
	text-decoration:underline;
	}