body, h1 {
	background-color: #f7f7f7;
	color: black;
}
#vekeo_bar {
	background-color: #333333;
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica;
	height: 34px;
	width: 100%;
}
.AudioPadding {
	width: 32px;
	height: 32px;
	float: right;
}
.AudioControls {
	width: 32px;
	height: 32px;
	padding: 1px;
	float: left;
}
.AudioControls.AudioPlay {
	background: url('/video/images/PlayButton.svg') no-repeat 1px 1px / 32px 32px;
	cursor: pointer;
}
.AudioControls.AudioStop {
	background: url('/video/images/StopButton.svg') no-repeat 1px 1px / 32px 32px;
	cursor: pointer;
}
.social_icons {
	padding: 4px 0 8px 0;
	height: 24px;
	min-width: 106px;
	display: inline-block;
}
.social_icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}
.share_facebook {
	background: url('/video/images/facebook.png') 0 0 / 24px 24px;
}
.share_twitter {
	background: url('/video/images/twitter.png') 0 0 / 24px 24px;
}
.share_email {
	background: url('/video/images/email.png') 0 0 / 24px 24px;
}
.AudioOnOff {
	padding: 8px 0 12px 0;
	height: 24px;
	position: absolute;
	right: 0;
	display: inline-block;
}
.AudioOnOffPrompt {
	margin: 4px 10px 0 0;
	display: inline-block;
	font-size: 14px;
}
.AudioSlideControl {
	border: 1px solid #333333;
	padding: 2px;
	height: 30px:
	width: 62px;
}
.AudioSlideOption {
	color: #333333;
	background-color: white;
	width: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.AudioSlideActive {
	color: white;
	background-color: #333333;
}
.ui-state-default { 
	background: #3e3e41 url("/video/resources/css/streaming_dynamic.php?type=png&background=%23f7f7f7&foreground=&highlight=%233e3e41");
	border: 1px solid #3e3e41;
	color: #f7f7f7;
}
.ui-state-active { 
	background: #3e3e41 url("/video/resources/css/streaming_dynamic.php?type=png&background=%23f7f7f7&foreground=&highlight=%233e3e41");
	border: 1px solid #3e3e41;
	color: #f7f7f7;
}
.ui-state-active .ui-icon {
	background-image: url('/bnts/resources/css/jquery/jquery-ui-10.3/cupertino/images/ui-icons_ffffff_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('/bnts/resources/css/jquery/jquery-ui-10.3/cupertino/images/ui-icons_ffffff_256x240.png');
}
