/* Wipe out inherited styles */
div.STbar *, div.STembedWrapper * {
	border: none;
	font-size: 11px;
	font-family: verdana;
	font-style: normal;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform:none;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-rendering: auto;
}

/* UNINITIALIZED STATE */

div.STplayerBarebones div.STembedWrapper {
	padding: 15px 15px 10px 13px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #C2C2C2;
	overflow: auto;
	height: 210px;
	background: #FFF;
}

div.STplayerBarebones div.STbar {
	height: 25px !important;
	border-bottom: 1px solid #C2C2C2 !important;
}

/* Set up the player and the player states */
div.STplayer {
	border-top: 1px solid #c2c2c2;
	font-family: verdana;
	position: relative;
}

div.STplayer .STdisplayWithTranscript {
	display: none;
}
div.STplayer.visibleTranscript .STdisplayWithTranscript {
	display: block;
}

/* Allow for different types of embeds */
div.STplayer div.STembedWrapper {
	position: relative;
	width: inherit;
}

div.STplayer.SToverlay div.STembedWrapper {
	position: absolute;
	z-index: 900;
	width: inherit;
}

div.STplayer.visibleTranscript div.STembedWrapper {
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.0898438);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0898438);
	-o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.0898438);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.0898438);
}

/* Core Containers */
	/* Message Pane */
	div.STplayer div.STmessagePane {
		position: absolute;
		z-index: 1;
		background-color: #fef79d;
		border: 1px solid #c3c34b;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display: none;
		padding: 7px 0;
	}
	div.STplayer div.STmessagePane h1 {
		color: #4c4900 !important;
		font-weight: bold !important;
		font-size: 12px !important;
		margin: 2px 10px;
	}
	div.STplayer div.STmessagePane p {
		color: #6b6703 !important;
		font-weight: normal !important;
		font-size: 12px !important;
		margin: 2px 45px 2px 10px;
	}
	div.STplayer div.STmessagePane a {
		color: #0000aa !important;
		font-weight: normal !important;
		font-size: 10px !important;
	}
	
	div.STplayer div.STsharePane {
		float: left;
		width: 91px;
		height: 214px;
		padding: 10px;
		background: #EFEFEF;
		overflow: hidden;
		border-left: 1px solid #c2c2c2;
		color: #444;
	}
	
	div.STplayer div.STsharePane.STsharePaneActive {
		background: #CCC;
		-webkit-transition: background 0.4s linear;
		-moz-transition: background 0.4s linear;
		-o-transition: background 0.4s linear;
		transition: background 0.4s linear;
	}
	
	div.STplayer div.STsharePane.STsharePaneHighlight {
		background: #ACC1D5;
		-webkit-transition: background 0.4s linear;
		-moz-transition: background 0.4s linear;
		-o-transition: background 0.4s linear;
		transition: background 0.4s linear;
		color: #254460;
	}
	
	div.STplayer div.STsharePane.STcopyFeedback {
		background: #fef79d;
		-webkit-transition: background 0.4s linear;
		-moz-transition: background 0.4s linear;
		-o-transition: background 0.4s linear;
		transition: background 0.4s linear;
	}
		
	div.STplayer .STxShare {
		display: inline-block;
		margin-top: 5px;
		height: 22px;
		width: 22px;
		filter:alpha(opacity=40);
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		opacity: .4;
	}
	
	div.STplayer .STtwitterShare {
		filter:alpha(opacity=55);
		-moz-opacity: 0.55;
		-khtml-opacity: 0.55;
		opacity: .55;
		width: 23px;
		height: 23px;
	}
	
	div.STplayer div.STsharePane.STsharePaneActive .STxShare, div.STplayer div.STsharePane.STsharePaneHighlight .STxShare {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity: 1;
		cursor: pointer;
	}
	
	div.STplayer .STtwitterShare { background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -23px -24px no-repeat;	margin-right: 4px; }
	div.STplayer .STfacebookShare { background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") 0 -24px no-repeat; margin-right: 4px;	}
	div.STplayer .STurlShare { background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -48px -24px no-repeat;	}
	
	/* Player Bar */
	div.STplayer div.STbar {
		height: 21px;
		background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966471-png/css/captionBox/h.png") #f5f5f5;
		padding-top: 4px;
		border-style: solid;
		border-color: #c2c2c2;
		border-width: 0 1px;
		overflow: hidden;
	}
	
	div.STplayer.visibleTranscript div.STbar {
		height: 25px;
		border-width: 0 1px 1px 1px;
	}
	
	div.STplayer div.STplayerBase {
		height: 8px;
		cursor: row-resize;
		background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966471-png/css/captionBox/h.png") 0 -29px;
	}
	div.STplayer.visibleTranscript div.STplayerBase {
		height: 9px;
		background: #fff;
		border-bottom: 1px solid #c2c2c2;
	}
	div.STplayer div.STplayerBase div.STplayerBaseLeft {
		float: left;
		height: 4px;
		width: 1px;
		border-left: 1px solid #c2c2c2;
	}
	div.STplayer.visibleTranscript div.STplayerBase div.STplayerBaseLeft {
		border-left: none;
	}
	
	div.STplayer.visibleTranscript.STtranscriptNativeScroll div.STplayerBase div.STplayerBaseLeft, div.STplayer.STeditor.visibleTranscript div.STplayerBase div.STplayerBaseLeft {
		border-left: 1px solid #c2c2c2;
		height: 9px;
	}
	
	div.STplayer div.STplayerBase div.STplayerBaseRight {
		float: right;
		height: 4px;
		width: 1px;
		border-right: 1px solid #c2c2c2;;
	}
	div.STplayer.visibleTranscript div.STplayerBase div.STplayerBaseRight {
		height: 9px;
	}
	div.STplayer div.STtranscriptPane {
		padding: 15px 0 10px 0;
		color: #3e3e3e !important;
		border-style: solid;
		border-color: #c2c2c2;
		border-width: 0px 1px 0px 0px;
		display: block;
		background: #fff;
	}
	div.STplayer.STtranscriptNativeScroll div.STtranscriptPane, div.STplayer.STeditor div.STtranscriptPane {
		border-width: 0px 1px;
	}

	div.STplayer div.STtranscriptWrapper {
		height: 200px;
		padding: 0 0 0 8px;
		overflow: hidden;
		background-color: #fff;
		position: relative;
	}
	
	div.STplayer div.STtranscriptWrapper:focus {
		outline: 0;
	}
	
	/* Have a normal, browser-native scroll pane when no js enabled */
	div.STplayer.STtranscriptNativeScroll div.STtranscriptWrapper {
		overflow: auto;
	}	

	/* Footer */
	div.STplayer div.STplayerHandle {
		height: 6px;
		width: 43px;
		background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") no-repeat 0px -49px;
		margin: auto;
		position: relative;
		z-index: 2;
	}
	
	div.STplayer.visibleTranscript div.STplayerHandle {
		top: 6px;
	}

	/* Logo */
		div.STplayer div.STlogo {
			height: 22px;
			width: 66px;
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") no-repeat;
			float: left;
			margin-top: 1px;
			margin-left: 11px;
		}
		div.STplayer div.STlogo a {
			display: block;
			height: 100%;
			width: 100%;
		}
	
	/* Search */
		div.STplayer input.STsearchField {
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1018196004-png/css/captionBox/f.png") no-repeat;
			border: 0px;
			padding-top: 4px;
			padding-bottom: 3px;
			margin-top: 1px;
			margin-left: 32px;
			padding-left: 18px;
			padding-right: 5px;
			width: 205px;
			font-size: 10px !important;
			line-height: 12px !important;
			color: #3e3e3e !important;
			float: left;
		}
		
		div.STplayer.narrow input.STsearchField {
			background: url("fhttp://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") no-repeat;
			width: 150px;
		}
		
		div.STplayer input.STsearchField:focus {
		  outline:0 none;
		}
		div.STplayer input.STsearchField.empty {
			color: #676767 !important;
		}
		div.STplayer div.STsearchNextButton {
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -39px -56px no-repeat;
			height: 7px;
			width: 7px;
			margin: 7px 2px 7px 3px;
			cursor: pointer;
			float: left;
			visibility: visible;
		}
		div.STplayer div.STsearchPrevButton {
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -31px -56px no-repeat;
			height: 7px;
			width: 7px;
			margin: 7px 2px 7px 5px;
			cursor: pointer;
			float: left;
			visibility: visible;
		}
		
		div.STplayer div.STsearchNextButton.empty {
			visibility: hidden;
		}
		div.STplayer div.STsearchPrevButton.empty {
			visibility: hidden
		}
	
	/* Font Size Picker*/
		div.STplayer div.STfontSizeButton {
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -1px -56px;
			width: 19px;
			height: 12px;
			margin-top: 5px;
			margin-left: 11px;
			cursor: pointer;
			float: left;
		}
		div.STplayer div.STfontSizeButton:active {
			padding-top: 2px;
		}
		
		div.STplayer.smallFont .STtranscriptContent {
			font-size: 11px !important;
		}
		
		div.STplayer.mediumFont .STtranscriptContent {
			/*font-size: 14px !important;*/
			font-size: 15px !important;
			line-height: 18px !important;
		}
		
		div.STplayer.largeFont .STtranscriptContent {
			font-size: 16px !important;
			line-height: 20px !important;
		}
	
	/* Save and Cancel Buttons */
	a.STsaveButton, a.STcancelButton {
		margin-top: 20px;
		margin-right: 20px;
		display: inline-block;
	}
	
	/* Auto Scroll */
		div.STplayer div.STautoScroll {
			height: 18px;
			margin-top: 3px;
			cursor: pointer;
			float: right;
			
			font-weight: bold !important;
			font-size: 7px !important;
			color: #9d9d9d;
		}
	
		div.STplayer div.STautoScroll {
			width: 66px;
		}
		
		div.STplayer div.STautoScroll.on {
			/*background: url("autoscroll.png");*/
			color: #68B11F;
			text-shadow: 0 1px #fff;
		}
		div.STplayer div.STautoScroll.off {
			/*background: url("autoscroll.png") 0px -36px;*/
			text-shadow: 0 1px #fff;
		}
		div.STplayer div.STautoScroll.off:hover {
			/*background: url("autoscroll.png") 0px -18px;*/
			color: #7A7A7A;
			text-shadow: 0 1px #fff;
		}
		
		div.STplayer div.STshowText {
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -48px -46px no-repeat;
			
			padding-left: 13px;
			padding-right: 10px;
			text-shadow: 0 1px #fff;
			
			height: 18px;
			margin-top: 3px;
			cursor: pointer;
			float: right;
			
			font-weight: bold !important;
			font-size: 9px !important;
			color: #7d7d7d;
		}
		
		div.STplayer div.STshowText:hover {
			color: #7a7a7a;
			text-shadow: 0 1px #fff;
		}
		
		div.STplayer div.STshowText:active {
			color: #313131;
			text-shadow: 0 1px #fff;
		}
		
		div.STplayer.visibleTranscript div.STshowText {
			display: none;
		}
	
	/* Transcript */
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay {
			position:relative;
			padding: 0px 5px;
		}
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STtranscriptContent {
			cursor:pointer;
			-webkit-transition: background 0.2s linear;
			-moz-transition: background 0.2s linear;
			-o-transition: background 0.2s linear;
			transition: background 0.2s linear;
		}
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STtranscriptContent:hover {
			background:#f6f6bd;
		}
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STtranscriptContent::selection {
			background:#8BBCE9;
		}
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STtranscriptContent::-moz-selection {
			background:#8BBCE9;
		}
		
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STsearchMatch {
			background-color:#8cbcea;
			color: #000;
			font-size: inherit;
		}
		div.STplayer div.STtranscriptPane div.STtranscriptDisplay .STtranscriptContent.STcurrentContent {
			background-color:#ccc;
		}
		
		div.STplayer div.STtranscriptPane div.STscrollBar {
			float: right;
			margin: 0px 2px;
		}
		div.STplayer div.STtranscriptPane div.STscrollBar div.STscrollVisible {
			width: 14px;
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1025039970-gif/css/captionBox/scr.gif") repeat-y 2px 0;
			position: relative;
			cursor:pointer;
		}
		div.STplayer div.STtranscriptPane div.STscrollBar div.STscrollVisible div.STscrollTop {
			margin: auto;
			width: 9px;
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -21px -61px no-repeat;
			height: 100%;
			cursor:pointer;
		}
		div.STplayer div.STtranscriptPane div.STscrollBar div.STscrollVisible div.STscrollBottom {
			margin: auto;
			width: 9px;
			background: url("http://www.cloudfactory.com/hs-fs/hub/351374/file-1020966476-png/css/captionBox/s.png") -21px -56px no-repeat;
			height: 4px;
			cursor:pointer;
		}