	h4 {
		font-size: 1.3em;
	}

	#tabContainer {
		margin: 0 20px;
		padding: 5px 0;
	}
		
	#tabSrcContainer {
		margin: 0 20px;
		border: 1px #999 solid;
		padding: 5px 10px 10px;

	}
	
	.tabs {
		padding: 5px 15px;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		color: #900;
		font-weight: bold;
	}
	
	.tabs:hover {
		background: #fafafa;
		color: #900;
	}
		
	
	.tabShow {
		background: #eee;
		border-color: #999;
	}
	
	.tabHide {
		background: #ccc;
		border-color: #aaa;
		color: #666666;
	}
	
	.tabSrc {
		/*padding-left: 10px;
		border-left: 2px #eee solid;*/
	}
	
	.showTabSrc {
		display: ;
	}
	
	.hideTabSrc {
		display: none;
	}
	
	select.multiple {
		width: 150px;
		height: 200px;
		margin: 10px;
	}
	
	.floatLeft {
		float: left;
	}
	
	.clear {
		clear: both;
	}
	
	.inactive {
		color: #ccc;
	}

	.voice_player, .voice_player embed{
		display: none;
	}
