/* ********************* */
/* SHADOW ELEMENT STYLES */
/* ********************* */

.hasArtificialOuterShadow {
	position: relative;
	overflow: visible;
	border: none !important;
}
.hasArtificialOuterShadow .outerShadowElement {
	position: absolute;
	/* ******* */
	/* CORNERS */
	/* ******* */
	/* ***** */
	/* SIDES */
	/* ***** */
}
.hasArtificialOuterShadow .outerShadowElement.corner {
	width: 15px;
	height: 15px;
}
.hasArtificialOuterShadow .outerShadowElement.topLeftCorner {
	top: -10px;
	left: -10px;
	background: url("styles/images/outerShadowCorners.png") 6px 6px no-repeat;
}
.hasArtificialOuterShadow .outerShadowElement.topRightCorner {
	top: -10px;
	right: -10px;
	background: url("styles/images/outerShadowCorners.png") -31px 6px no-repeat;
}
.hasArtificialOuterShadow .outerShadowElement.bottomRightCorner {
	bottom: -10px;
	right: -10px;
	background: url("styles/images/outerShadowCorners.png") -31px -31px no-repeat;
}
.hasArtificialOuterShadow .outerShadowElement.bottomLeftCorner {
	bottom: -10px;
	left: -10px;
	background: url("styles/images/outerShadowCorners.png") 6px -31px no-repeat;
}
.hasArtificialOuterShadow .outerShadowElement.topSide {
	left: 5px;
	right: 5px;
	top: -10px;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0px -10px repeat-x;
}
.hasArtificialOuterShadow .outerShadowElement.rightSide {
	top: 5px;
	bottom: 5px;
	right: -10px;
	width: 10px;
	background: url("styles/images/verticalShadows.png") 0px 0px repeat-y;
}
.hasArtificialOuterShadow .outerShadowElement.bottomSide {
	left: 5px;
	right: 5px;
	bottom: -10px;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0px 0px repeat-x;
}
.hasArtificialOuterShadow .outerShadowElement.leftSide {
	top: 5px;
	bottom: 5px;
	left: -10px;
	width: 10px;
	background: url("styles/images/verticalShadows.png") -11px 0px repeat-y;
}
/* ******************* */
/* GLOW ELEMENT STYLES */
/* ******************* */
.hasArtificialOuterGlow {
	position: relative;
	overflow: visible;
	border: none !important;
}
.hasArtificialOuterGlow .outerGlowElement {
	position: absolute;
	/* ******* */
	/* CORNERS */
	/* ******* */
	/* ***** */
	/* SIDES */
	/* ***** */
}
.hasArtificialOuterGlow .outerGlowElement.corner {
	width: 15px;
	height: 15px;
}
.hasArtificialOuterGlow .outerGlowElement.topLeftCorner {
	top: -10px;
	left: -10px;
	background: url("styles/images/glowCorners.png") 6px 6px no-repeat;
}
.hasArtificialOuterGlow .outerGlowElement.topRightCorner {
	top: -10px;
	right: -10px;
	background: url("styles/images/glowCorners.png") -31px 6px no-repeat;
}
.hasArtificialOuterGlow .outerGlowElement.bottomRightCorner {
	bottom: -7px;
	right: -8px;
	background: url("styles/images/glowCorners.png") -29px -29px no-repeat;
}
.hasArtificialOuterGlow .outerGlowElement.bottomLeftCorner {
	left: -5px;
	bottom: -4px;
	background: url("styles/images/glowCorners.png") 1px -26px no-repeat;
}
.hasArtificialOuterGlow .outerGlowElement.topSide {
	left: 5px;
	right: 5px;
	top: -10px;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0 -40px repeat-x;
}
.hasArtificialOuterGlow .outerGlowElement.rightSide {
	top: 5px;
	bottom: 8px;
	right: -10px;
	width: 10px;
	background: url("styles/images/verticalShadows.png") -28px 0px repeat-y;
}
.hasArtificialOuterGlow .outerGlowElement.bottomSide {
	left: 9px;
	right: 7px;
	bottom: -10px;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0px -29px repeat-x;
}
.hasArtificialOuterGlow .outerGlowElement.leftSide {
	top: 5px;
	bottom: 8px;
	left: -10px;
	width: 10px;
	background: url("styles/images/verticalShadows.png") -40px 0px repeat-y;
}
/* *************************** */
/* INNER SHADOW ELEMENT STYLES */
/* *************************** */
.hasArtificialInnerShadow {
	position: relative;
	overflow: visible;
	border: none !important;
}
.hasArtificialInnerShadow .innerShadowElement {
	position: absolute;
	/* ******* */
	/* CORNERS */
	/* ******* */
	/* ***** */
	/* SIDES */
	/* ***** */
}
.hasArtificialInnerShadow .innerShadowElement.corner {
	width: 15px;
	height: 15px;
}
.hasArtificialInnerShadow .innerShadowElement.topLeftCorner {
	top: -6px;
	left: -6px;
	background: url("styles/images/innerShadowCorners.png") -12px -12px no-repeat;
}
.hasArtificialInnerShadow .innerShadowElement.topRightCorner {
	top: -8px;
	right: -6px;
	background: url("styles/images/innerShadowCorners.png") 0px -10px no-repeat;
}
.hasArtificialInnerShadow .innerShadowElement.bottomRightCorner {
	bottom: -6px;
	right: -8px;
	background: url("styles/images/innerShadowCorners.png") -2px 0px no-repeat;
}
.hasArtificialInnerShadow .innerShadowElement.bottomLeftCorner {
	left: -5px;
	bottom: -4px;
	background: url("styles/images/innerShadowCorners.png") -13px 2px no-repeat;
}
.hasArtificialInnerShadow .innerShadowElement.topSide {
	left: 8px;
	right: 5px;
	top: 0;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0 -59px repeat-x;
}
.hasArtificialInnerShadow .innerShadowElement.rightSide {
	top: 7px;
	bottom: 9px;
	right: 0;
	width: 10px;
	background: url("styles/images/verticalShadows.png") -70px 0px repeat-y;
}
.hasArtificialInnerShadow .innerShadowElement.bottomSide {
	left: 9px;
	right: 7px;
	bottom: 0;
	height: 10px;
	background: url("styles/images/horizontalShadows.png") 0px -70px repeat-x;
}
.hasArtificialInnerShadow .innerShadowElement.leftSide {
	top: 9px;
	bottom: 8px;
	left: 0;
	width: 10px;
	background: url("styles/images/verticalShadows.png") -59px 0px repeat-y;
}
.noGlow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* ********************** */
/* GLOSSARY LAYOUT STYLES */
/* ********************** */
#glossaryButtonWrapper {
	position: relative;
}
#glossaryButtonWrapper #glossaryListPanelOverlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
#glossaryButtonWrapper #glossaryListPanel {
	width: 830px;
	height: 375px;
	position: fixed;
	bottom: 52px;
	left: 3px;
	padding: 10px;
	z-index: 1999;
}
#glossaryButtonWrapper #glossaryListPanel #glossaryPanelTitleBar {
	height: 40px;
	position: relative;
}
#glossaryButtonWrapper #glossaryListPanel #glossarySearchInput {
	position: absolute;
	right: 35px;
	top: 8px;
	width: 128px;
}
#glossaryButtonWrapper #glossaryListPanel #btnCloseGlossaryPanel {
	position: absolute;
	right: 5px;
	top: 8px;
	height: 25px;
	width: 25px;
}
#glossaryButtonWrapper #glossaryListPanel #glossaryListTitle {
	margin: 0;
	padding: 0;
	line-height: 40px;
	padding: 0 7px;
	width: 98.3%;
	height: 40px;
}
#glossaryButtonWrapper #glossaryListPanel #container {
	padding: 5px;
}
#glossaryButtonWrapper #glossaryListPanel #container #searchWord {
	clear: both;
	margin: 0 15px;
}
#glossaryButtonWrapper #glossaryListPanel #container #searchWord h5 {
	margin: 0;
	padding: 14px 0 7px 20px;
	line-height: 1;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer {
	position: relative;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span {
	float: left;
	width: 30px;
	height: 25px;
	position: relative;
	padding-top: 5px;
	padding-right: 1.45px;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller {
	height: 250px;
	position: relative;
	overflow: auto;
	clear: both;
	margin: 0 15px 0 20px;
	padding: 4px 0 0 0;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #glossaryItem {
	margin: 5px;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList {
	margin: 0px;
	padding: 0px;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList li {
	margin-bottom: 13px;
	padding-left: 15px;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList h4 {
	margin: 0px;
	padding: 0px;
}
/* *************** */
/* GLOSSARY STYLES */
/* *************** */
#glossaryButtonWrapper #glossaryListPanelOverlay {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
}
#glossaryButtonWrapper #glossaryListPanel {
	background: #dad8d9;
	-webkit-box-shadow: 2px -2px 5px 2px rgba(48, 32, 12, 0.25);
	-moz-box-shadow: 2px -2px 5px 2px rgba(48, 32, 12, 0.25);
	box-shadow: 2px -2px 5px 2px rgba(48, 32, 12, 0.25);
}
#glossaryButtonWrapper #glossaryListPanel #glossaryPanelTitleBar {
	background: url("../../theme/images/glossary_heading_bg.png") repeat-x;
}
#glossaryButtonWrapper #glossaryListPanel #glossarySearchInput:focus {
	outline: none;
}
#glossaryButtonWrapper #glossaryListPanel #glossarySearchButton {
	display: none;
}
#glossaryButtonWrapper #glossaryListPanel #btnCloseGlossaryPanel {
	border: 0px;
	background: transparent url("../../theme/images/closeGlossaryUp.png") center center no-repeat;
}
#glossaryButtonWrapper #glossaryListPanel #btnCloseGlossaryPanel:hover {
	background: transparent url("../../theme/images/closeGlossaryOver.png") center center no-repeat;
}
#glossaryButtonWrapper #glossaryListPanel #glossaryListTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}
#glossaryButtonWrapper #glossaryListPanel #container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#glossaryButtonWrapper #glossaryListPanel #container #searchWord {
	border-bottom: 1px solid #000000;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer {
	text-align: center;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ececec;
	color: #999999;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span.active {
	color: #8e224a;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span.active:hover {
	background-color: #d0d0d0;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span.selected {
	background-color: #b5b5b5;
}
#glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span.disable {
	cursor: default;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller {
	background-color: #FFFFFF;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #glossaryItem {
	margin: 5px;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList {
	list-style: none;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList h4 {
	font-weight: bold;
}
#glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller #GlossaryList p {
	font-size: 15px;
}
/* ******************* */
/* NOTES LAYOUT STYLES */
/* ******************* */
#notesListPanelOverlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
}
#notesListPanelOverlay #notesTable {
	width: 100%;
}
#notesListPanelOverlay #notesHeaderContainer {
	width: 100%;
	height: 35px;
}
#notesListPanelOverlay #notesHeaderContainer #notesHeader {
	margin-left: 10px;
	display: inline;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer {
	float: right;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer {
	float: left;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer span {
	margin: 5px;
	float: left;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
	float: left;
	min-width: 299px;
	margin-top: 7px;
	overflow: auto;
	max-width: 850px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector option {
	min-width: 271px;
	max-width: 800px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesPrintButton {
	float: left;
	width: 49px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSaveButton {
	float: left;
	width: 40px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #btnClosenotesPanel {
	float: left;
	width: 35px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer button {
	height: 35px;
	margin-right: 0px;
}
#notesListPanelOverlay #notesHead {
	border-collapse: inherit;
	border-spacing: 3px;
	width: 100%;
}
#notesListPanelOverlay #notesHead thead th {
	padding-left: 10px;
}
#notesListPanelOverlay #notesHead thead #screenNoHeader {
	width: 11.9%;
}
#notesListPanelOverlay #notesHead thead #screenTitleHeader {
	width: 29.9%;
}
#notesListPanelOverlay #notesHead thead #noteContentHeader {
	width: 58.2%;
}
#notesListPanelOverlay #notesHead thead.scroll #screenNoHeader {
	width: 11.75%;
}
#notesListPanelOverlay #notesHead thead.scroll #screenTitleHeader {
	width: 29.55%;
}
#notesListPanelOverlay #notesHead thead.scroll #noteContentHeader {
	width: 58.7%;
}
#notesListPanelOverlay #notesScroller {
	overflow: auto;
}
#notesListPanelOverlay #notesScroller #notesTable {
	height: 100%;
}
#notesListPanelOverlay #notesScroller #notesTable table {
	border-collapse: inherit;
	border-spacing: 3px;
	width: 100%;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr .screenNoColumn {
	width: 11.9%;
	padding-left: 0;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr .screenTitleColumn {
	width: 29.9%;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr .noteContentColumn {
	width: 58.2%;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td {
	padding-left: 10px;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td .noteDisply {
	width: 100%;
	min-height: 22px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td textarea {
	width: 100%;
	height: 22px;
	line-height: 1.5;
	overflow: hidden;
	resize: none;
	background: none;
}
/* ************ */
/* NOTES STYLES */
/* ************ */
#notesListPanelOverlay {
	background: #FFF;
}
#notesListPanelOverlay #notesTable {
	width: 100%;
}
#notesListPanelOverlay #notesHeaderContainer {
	background-color: #203C49;
	color: #FFF;
}
#notesListPanelOverlay #notesHeaderContainer #notesHeader {
	font-size: 20px;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
	background-color: #ebebeb;
	border: none;
	color: #808080;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector option {
	background-color: #ebebeb;
	white-space: inherit;
	word-spacing: inherit;
	cursor: pointer;
	color: #000000;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector .defaultOption {
	color: #808080;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector.active {
	background: url("images/pupup_note-jumpBox-2.png") no-repeat;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesPrintButton {
	background: url("images/pupup_note-print.png") no-repeat;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSaveButton {
	background: url("images/pupup_note-save.png") no-repeat;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #btnClosenotesPanel {
	background: url("images/pupup_note-close.png") no-repeat;
}
#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer button {
	border: none;
}
#notesListPanelOverlay #notesHead {
	border-collapse: inherit;
	border-spacing: 3px;
}
#notesListPanelOverlay #notesHead thead {
	color: #FFF;
	text-align: left;
	background: #5f5f5f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #5f5f5f 1%, #474747 58%, #2b2b2b 86%, #2f2f2f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5f5f5f), color-stop(58%, #474747), color-stop(86%, #2b2b2b), color-stop(100%, #2f2f2f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f5f5f 1%, #474747 58%, #2b2b2b 86%, #2f2f2f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f5f5f 1%, #474747 58%, #2b2b2b 86%, #2f2f2f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f5f5f 1%, #474747 58%, #2b2b2b 86%, #2f2f2f 100%);
	/* IE10+ */
	background: linear-gradient(top, #5f5f5f 1%, #474747 58%, #2b2b2b 86%, #2f2f2f 100%);
	/* W3C */
}
#notesListPanelOverlay #notesHead thead th {
	font-weight: lighter;
}
#notesListPanelOverlay #notesHead thead #screenNoHeader {
	text-align: center;
}
#notesListPanelOverlay #notesScroller {
	overflow: auto;
	/*border:3px solid #FFFFFF;*/
	background: #f6f6f6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dddddd 75%, #dddddd 92%, #dddddd 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(75%, #dddddd), color-stop(92%, #dddddd), color-stop(100%, #dddddd));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #dddddd 75%, #dddddd 92%, #dddddd 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #dddddd 75%, #dddddd 92%, #dddddd 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #dddddd 75%, #dddddd 92%, #dddddd 100%);
	/* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #dddddd 75%, #dddddd 92%, #dddddd 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dddddd',GradientType=0 );
	/* IE6-9 */
}
#notesListPanelOverlay #notesScroller #notesTable {
	text-shadow: 1px 1px 2px #CCCCCC;
	background: url("../../theme/images/pupup_note-BG.png") no-repeat;
	background-size: 100% 100%;
}
#notesListPanelOverlay #notesScroller #notesTable table {
	border-collapse: inherit;
	border-spacing: 3px;
	width: 100%;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr .screenNoColumn {
	text-align: center;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td {
	padding-left: 10px;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td .noteDisply {
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr td textarea {
	border: 0;
	font-weight: bold;
}
#notesListPanelOverlay #notesScroller #notesTable table tbody tr.active {
	font-weight: bold;
}
@media all and (max-width: 1200px) {
	#notesListPanelOverlay #notesHeaderContainer {
		height: 46px;
	}
	#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
		max-width: 550px;
	}
}
@media all and (max-width: 800px) {
	#notesListPanelOverlay #notesHeaderContainer {
		height: 46px;
	}
	#notesListPanelOverlay #notesHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
		max-width: 300px;
	}
}
/* common styles */
/*html */
/* header stles */
/*Learning Objective Title*/
/*Dummy Bug Types Container */
/*Comments Container*/
/* toolbar styles */
/* Menu */
/* menu button*/
/*Comments Container*/
/*Bugs Accordion Replies*/
/*Tool Bar Container */
/* pageNavigationWrapper */
/*Volume Wrapper*/
/*Summary Audio*/
/*Tree View */
/*Transcript Panel*/
/* Current Page Container*/
/*Page list*/
/*ie8 Player */
/*Player Wrapper Tool Title Container*/
/* Button Volume */
/*Next Page */
/*Previous page*/
/* Notes Button */
/* Transcript Button */
/*Glossary Button *//* Print Button */
/*playerContainer*/
/* buttons */
html {
	height: 100%;
	overflow: hidden;
	background: #f0f0f0 url("player/styles/images/player_loader.gif") center no-repeat;
}
html body {
	height: 100%;
	overflow: hidden;
}
#playerContainer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	/* IE8 */
	/*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #ffffff url("../../theme/images/body-bg.png") bottom left repeat-x;
}
html.loaded {
	background: none;
}
html.loaded #playerContainer {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	/* IE8 */
	/*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
}
/* ******************* */
/* BREADCRUMB STYLINGS */
/* ******************* */
#breadcrumbTrail {
	word-wrap: normal;
	white-space: nowrap;
	font-size: 1em;
	line-height: 0px;
	overflow: hidden;
}
#breadcrumbTrail .trailStep, #breadcrumbTrail .trailStepSeparator {
	white-space: nowrap;
	word-wrap: normal;
	color: #000000;
}
#breadcrumbTrail .trailStep.level0, #breadcrumbTrail .trailStepSeparator.level0 {
	color: #000000;
	/* #000000 */
}
#breadcrumbTrail .trailStep.level1, #breadcrumbTrail .trailStepSeparator.level1 {
	color: #545454;
	/* #545454 */
	font-style: italic;
}
#breadcrumbTrail .trailStep.level2, #breadcrumbTrail .trailStepSeparator.level2, #breadcrumbTrail .trailStep.level3, #breadcrumbTrail .trailStepSeparator.level3, #breadcrumbTrail .trailStep.level4, #breadcrumbTrail .trailStepSeparator.level4, #breadcrumbTrail .trailStep.level5, #breadcrumbTrail .trailStepSeparator.level5, #breadcrumbTrail .trailStep.level6, #breadcrumbTrail .trailStepSeparator.level6, #breadcrumbTrail .trailStep.level7, #breadcrumbTrail .trailStepSeparator.level7, #breadcrumbTrail .trailStep.level8, #breadcrumbTrail .trailStepSeparator.level8, #breadcrumbTrail .trailStep.level9, #breadcrumbTrail .trailStepSeparator.level9, #breadcrumbTrail .trailStep.level10, #breadcrumbTrail .trailStepSeparator.level10 {
	color: #8f8f8f;
	/* #8F8F8F */
	font-style: italic;
}
/* *************** */
/* PLAYER STYLINGS */
/* *************** */
#playerWrapper {
	margin: 0;
	height: 100%;
}
#playerWrapper #titleContainer {
	border: 0px solid #cccccc;
	border-bottom: 1px solid #979494;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 99;
}
#titleContainer, #titleWrapper {
	height: 54px;
}
#titleWrapper {
	margin: 0;
	background: none;
	color: #fefefe;
	font-size: 26px;
	font-weight: normal;
	/*text-shadow: 2px 2px 5px #20240d;*/
}
#learningObjectiveTitle {
	white-space: nowrap !important;
	word-wrap: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 54px;
	padding: 0 15px;
	float: left;
	margin-bottom: 0px;
}
#learningObjectiveTitle p {
	margin-bottom: 0;
}

#playerWrapper #titleContainer .toolBarButtontip {
	background: none !important;
	text-shadow: none;
}
#playerWrapper #toolBarContainer {
	position: fixed;
	bottom: 20px;
	left: 0px;
	right: 0px;
	height: 32px;
	z-index: 99;
}
#toolBarWrapper {
	background: url("../../theme/images/toolBar_bg.png") left repeat-x;
	/*background: @toolBarBackgroundColor;*/
	position: relative;
	height: 52px;
}
#copyrightContainer {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background: #e5e5e5;
}
#copyrightContainer p {
	font-size: 12px;
	line-height: 2;
	text-align: center;
}
.playerToolBarButton {
	border: none;
	border-right: solid 1px black;
	background: none;
	display: block;
	height: 52px;
	width: 70px;
	padding: 0;
	margin: 0;
}
.playerToolBarButton .ui-button-text {
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 70px;
}
#playerWrapper #toolBarContainer .playerToolBarButton.ui-state-hover:hover, #playerWrapper #toolBarContainer .playerToolBarButton.ui-state-focus, #playerWrapper #toolBarContainer .playerToolBarButton:focus {
	/*background: #000000;*/
}
.playerToolBarButton.ui-state-disabled, .playerToolBarButton.ui-state-disabled:hover {
	background: none;
}
.playerToolBarButton.selected, .playerToolBarButton.selected.ui-state-hover:hover {
	background: #141414;
}
.toolBarOperationsWrapper {
	float: left;
}
#btnPageList .ui-button-text {
	background-image: url("../../theme/images/icon_menu-select.png");
}
#btnPageList.selected .ui-button-text {
	background-image: url("../../theme/images/icon_menu.png");
}
#btnPrintPage .ui-button-text {
	background-image: url("../../theme/images/icon_print_selected.png");
}
#btnPrintPage.selected .ui-button-text {
	background-image: url("../../theme/images/icon_print.png");
}
#btnPrintPage.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_print_disabled.png");
}
#btnGlossary .ui-button-text {
	background-image: url("../../theme/images/icon_glossary-select.png");
}
#btnGlossary.selected .ui-button-text {
	background-image: url("../../theme/images/icon_glossary.png");
}
#btnGlossary.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_glossary_disabled.png");
}
#btnTranscript {
	border-left: solid 1px black;
}
#btnTranscript .ui-button-text {
	background-image: url("../../theme/images/icon_transcript-select.png");
}
#btnTranscript.selected .ui-button-text {
	background-image: url("../../theme/images/icon_transcript.png");
}
#btnTranscript.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_transcript_disabled.png");
}
#btnNotes .ui-button-text {
	background-image: url("../../theme/images/icon_notes_selected.png");
}
#btnNotes.selected .ui-button-text {
	background-image: url("../../theme/images/icon_notes.png");
}
#btnNotes.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_notes_disabled.png");
}
#btnHelp {
	border-right: none;
	float: right;
}
#btnHelp .ui-button-text {
	background-image: url("../../theme/images/icon_help_selectd.png");
}
#btnHelp.selected .ui-button-text {
	background-image: url("../../theme/images/icon_help.png");
}
#playerWrapper #toolBarContainer .toolBarOperationsWrapper#helpWrapper, #playerWrapper #toolBarContainer .toolBarOperationsWrapper#transcriptWrapper {
	float: right;
}
#pageNavigationWrapper {
	margin: 0 auto;
	width: 217px;
	height: 66px;
	position: relative;
	top: -14px;
	padding-top: 11px;
	z-index: 9999;
	background: url("../../theme/images/bottom_pagination_bg.png") no-repeat;
}
#btnPreviousPage, #btnNextPage {
	float: left;
	width: 60px;
}
#btnPreviousPage:focus, #btnNextPage:focus {
	background: #525252;
}
#btnPreviousPage .ui-button-text, #btnNextPage .ui-button-text {
	width: 60px;
}
.playerToolBarButton.ui-state-selected, .playerToolBarButton.ui-state-hover, .playerToolBarButton.ui-state-focus {
	background: none !important;
}
#pageTrackingStatus {
	color: white;
	font-size: 14px;
	float: left;
	line-height: 52px;
	width: 80px;
	text-align: center;
}
#pageTrackSeparator {
	padding: 5px;
}
#btnPreviousPage {
	margin-left: 10px;
	border: none;
}
#btnPreviousPage .ui-button-text {
	background-image: url("../../theme/images/icon_back-select.png");
}
#btnPreviousPage .ui-button-text:active {
	background-image: url("../../theme/images/icon_back.png");
}
#btnPreviousPage.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_back-disable.png");
}
#btnNextPage {
	border: none;
}
#btnNextPage .ui-button-text {
	background-image: url("../../theme/images/icon_next-select.png");
}
#btnNextPage .ui-button-text:active {
	background-image: url("../../theme/images/icon_next.png");
}
#btnNextPage.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_next-disable.png");
}
#volumeWrapper {
	float: right !important;
	position: relative;
}
#playerWrapper #volumeWrapper #volumeControlPanelOverlay {
	background: #ffffff;
	-moz-opacity: 0.01;
	opacity: 0.01;
	filter: alpha(opacity = 1);
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 52px;
	left: 0px;
	z-index: 99;
}
#playerWrapper #volumeWrapper #volumeControlPanel {
	position: absolute;
	bottom: 52px;
	left: -4.5px;
	z-index: 99;
	background: #272727;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
}
#volumeControl {
	background: url("../../theme/images/icon_volumebar_back.png") center center repeat-y;
	border: none !important;
	width: 35px;
	height: 100px;
	padding: 0px;
	position: relative;
	margin: 10px 22px;
}
#volumeControl .ui-slider-range {
	background: url("../../theme/images/icon_volumebar_value.png") center center repeat-y;
	border: none !important;
	position: absolute;
	width: 25px;
	bottom: 0;
}
#volumeControl .ui-slider-handle {
	border: none !important;
	background: url("../../theme/images/icon_slider_thumb.png") center center no-repeat;
	position: absolute;
	width: 25px;
	height: 12px;
	margin-bottom: -6px;
}
#volumeControl.ui-slider-disabled {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
#volumeControl.ui-slider-disabled div, #volumeControl.ui-slider-disabled a {
	filter: alpha(opacity = 50);
}
#summaryAudioMuteToggleContainer {
	margin: 5px;
	vertical-align: middle;
	padding-top: 2px;
	border-top: 1px solid black;
}
#summaryAudioMuteToggleContainer #summaryAudioMuteToggle {
	position: absolute;
	top: 1px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#playerWrapper #volumeWrapper #summaryAudioMuteToggleContainer label {
	color: white;
	font-size: 0.8em;
	margin: 0;
	position: relative;
	padding-left: 18px;
}
#playerWrapper #volumeWrapper #btnVolume {
	border-left: solid 1px black;
}
#btnVolume .ui-button-text {
	background-image: url("../../theme/images/icon_volume-select.png");
}
#btnVolume.selected .ui-button-text {
	background-image: url("../../theme/images/icon_volume.png");
}
#btnVolume.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_volume_disabled.png");
}
#btnVolume.muted .ui-button-text {
	background-image: url("../../theme/images/icon_mute.png");
}
#btnVolume.muted.selected .ui-button-text {
	background-image: url("../../theme/images/icon_mute-select.png");
}
#btnVolume.muted.ui-state-disabled .ui-button-text {
	background-image: url("../../theme/images/icon_mute_disabled.png");
}
#playerWrapper #summaryAudioContainer {

}
#playerWrapper #summaryAudioContainer .jp-progress {
	width: 125px;
}
#playerWrapper #summaryAudioContainer .jp-volume {
	display: none;
	bottom: 39px;
	left: -66px;
}
#playerWrapper #summaryAudioContainer div.jp-interface ul.jp-controls {
	width: 60px;
}
#playerWrapper #summaryAudioContainer .jp-controls li a, #playerWrapper #summaryAudioContainer .jp-controls li span {
	width: 60px;
}
#summaryAudioContainer .jp-play.ui-state-disabled span {
	background-image: url("../../theme/images/icon_play_disabled.png");
}
#transcriptPanel {
	border: 3px solid white;
	border-bottom: none;
	min-height: 72px;
	background: #ececec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmMyYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ececec 0%, #c2c2c2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #c2c2c2));
	background: -webkit-linear-gradient(top, #ececec 0%, #c2c2c2 100%);
	background: -o-linear-gradient(top, #ececec 0%, #c2c2c2 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #c2c2c2 100%);
	background: linear-gradient(top, #ececec 0%, #c2c2c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#c2c2c2',GradientType=0 );
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	color: #251b0d;
	display: none;
	position: absolute;
	bottom: 52px;
	/*left: 10px;*/
	right: 16px;
	min-height: 72px;
	width:30%;
}
#transcriptScroller {
	position: relative;
	height: 72px;
}
#transcript {
	position: absolute;
	padding: 3px 7px;
	margin: 2px;
}
#playerWrapper #summaryAudioContainer {
	float: right;
}
#currentPageContainer {
	background: #c3c3c3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c3c3c3 0%, #272727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(100%, #272727));
	background: -webkit-linear-gradient(top, #c3c3c3 0%, #272727 100%);
	background: -o-linear-gradient(top, #c3c3c3 0%, #272727 100%);
	background: -ms-linear-gradient(top, #c3c3c3 0%, #272727 100%);
	background: linear-gradient(top, #c3c3c3 0%, #272727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#272727',GradientType=0 );
	position: fixed;
	left: 0px;
	right: 0px;
	top: 54px;
	bottom: 52px;
	z-index: 1;
}
#currentPageWrapper {
	background: #ffffff;
	height: 100%;
	margin: 0 0px;
	position: relative;
}
#pageLoader {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	position: relative;
}
#playerWrapper #pageListWrapper {
	position: relative;
}
#pageListPanel {
	display: none;
	position: fixed;
	bottom: 72px;
	left: 0px;
	top: 54px;
	z-index: 99;
	border-bottom: none;
	background: #141414;
	z-index: 99;
}
#pageListTitle {
	font-weight: bold;
	color: #f5f5f5;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 30px;
	width: 350px;
}
#pageListScroller {
	overflow: auto;
	position: fixed;
	bottom: 52px; /* reduced 20 px in bottom of page list for copyRight inof added at Bottom of the player*/
	left: 0px;
	top: 84px;
	width: 350px;
}
#pageList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 350px;
}
#playerWrapper #pageListWrapper #pageList li {
	padding: 0;
	margin: 0;
}
#pageList .pageListItem.isCurrent a {
	color: #f5f5f5;
	font-weight: bold;
	background: #8b8b8b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjOTA5MDkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjOGI4YjhiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjN2Q3ZDdkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzc3Nzc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjNjU2NTY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjNWY1ZjVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b8b8b), color-stop(4%, #909090), color-stop(21%, #8b8b8b), color-stop(46%, #7d7d7d), color-stop(50%, #777777), color-stop(54%, #6b6b6b), color-stop(63%, #6b6b6b), color-stop(71%, #656565), color-stop(96%, #5f5f5f), color-stop(100%, #5b5b5b));
	background: -webkit-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -o-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -ms-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#5b5b5b',GradientType=0 );
}
#pageList .pageListItem a {
	font-size: 12px;
	color: #f5f5f5;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #292828;
	background: #383838;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 5px;
	padding-right: 20px;
}
.no-touch #playerWrapper #pageListWrapper #pageList .pageListItem.isCurrent a:hover {
	color: #f5f5f5;
	font-weight: bold;
	background: #8b8b8b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjOTA5MDkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjOGI4YjhiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjN2Q3ZDdkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzc3Nzc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjNjU2NTY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjNWY1ZjVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b8b8b), color-stop(4%, #909090), color-stop(21%, #8b8b8b), color-stop(46%, #7d7d7d), color-stop(50%, #777777), color-stop(54%, #6b6b6b), color-stop(63%, #6b6b6b), color-stop(71%, #656565), color-stop(96%, #5f5f5f), color-stop(100%, #5b5b5b));
	background: -webkit-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -o-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: -ms-linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	background: linear-gradient(top, #8b8b8b 0%, #909090 4%, #8b8b8b 21%, #7d7d7d 46%, #777777 50%, #6b6b6b 54%, #6b6b6b 63%, #656565 71%, #5f5f5f 96%, #5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#5b5b5b',GradientType=0 );
}
.no-touch #playerWrapper #pageListWrapper #pageList .pageListItem a:hover, .no-touch #playerWrapper #pageListWrapper #pageList .pageListItem a:focus {
	color: #f5f5f5;
	background: #525252;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjUyNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #525252 0%, #525252 13%, #525252 29%, #525252 75%, #525252 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(13%, #525252), color-stop(29%, #525252), color-stop(75%, #525252), color-stop(100%, #525252));
	background: -webkit-linear-gradient(top, #525252 0%, #525252 13%, #525252 29%, #525252 75%, #525252 100%);
	background: -o-linear-gradient(top, #525252 0%, #525252 13%, #525252 29%, #525252 75%, #525252 100%);
	background: -ms-linear-gradient(top, #525252 0%, #525252 13%, #525252 29%, #525252 75%, #525252 100%);
	background: linear-gradient(top, #525252 0%, #525252 13%, #525252 29%, #525252 75%, #525252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#525252',GradientType=0 );
}
/* meadia queries */
@media all and (max-width: 1280px) {
	#playerWrapper #toolBarContainer .playerToolBarButton {
		width: 60px;
	}
	#playerWrapper #toolBarContainer .playerToolBarButton .ui-button-text {
		width: 60px;
	}
	#playerWrapper #toolBarContainer #btnPreviousPage, #playerWrapper #toolBarContainer #btnNextPage {
		width: 49px;
	}
	#playerWrapper #toolBarContainer #btnPreviousPage .ui-button-text, #playerWrapper #toolBarContainer #btnNextPage .ui-button-text {
		width: 49px;
	}
	#playerWrapper #toolBarContainer #volumeWrapper #volumeControlPanel {
		left: 1.5px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-progress {
		width: 105px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-volume {
		left: -60px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer div.jp-interface ul.jp-controls {
		width: 49px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li a, #playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li span {
		width: 49px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage {
		margin-left: 19px;
	}
}
@media all and (max-width: 1024px) {
	#playerWrapper #toolBarContainer #toolBarWrapper.bugsMode .playerToolBarButton {
		width: 50px;
	}
	#playerWrapper #toolBarContainer #toolBarWrapper.bugsMode .playerToolBarButton .ui-button-text {
		width: 50px;
	}
	#playerWrapper #toolBarContainer #toolBarWrapper.bugsMode #volumeWrapper #btnVolume {
		display: none;
	}
	#playerWrapper #toolBarContainer #toolBarWrapper.bugsMode #summaryAudioContainer .jp-progress {
		width: 85px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage {
		margin-left: 19px;
	}

}
@media all and (max-width: 800px) {
	#playerWrapper #toolBarContainer .playerToolBarButton {
		width: 55px;
	}
	#playerWrapper #toolBarContainer .playerToolBarButton .ui-button-text {
		width: 55px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage, #playerWrapper #toolBarContainer #pageNavigationWrapper #btnNextPage {
		width: 39px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage .ui-button-text, #playerWrapper #toolBarContainer #pageNavigationWrapper #btnNextPage .ui-button-text {
		width: 39px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage {
		margin-left: 30px;
	}
	#playerWrapper #toolBarContainer #volumeWrapper {
		display: none;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer {
		width: 125px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-progress {
		width: 61px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-volume {
		display: none;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer div.jp-interface ul.jp-controls {
		width: 39px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li a, #playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li span {
		width: 39px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel {
		width: 500px;
		height: 665px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container {
		width: 615 px;
		height: 615px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span {
		width: 45px;
		padding-right: 2.9px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller {
		height: 480px;
	}
}
/* media queries */

/* media queries */

@media all and (max-width: 600px) {
	#playerWrapper #toolBarContainer .playerToolBarButton {
		width: 45px;
	}
	#playerWrapper #toolBarContainer .playerToolBarButton .ui-button-text {
		width: 45px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage, #playerWrapper #toolBarContainer #pageNavigationWrapper #btnNextPage {
		width: 28px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage .ui-button-text, #playerWrapper #toolBarContainer #pageNavigationWrapper #btnNextPage .ui-button-text {
		width: 28px;
	}
	#playerWrapper #toolBarContainer #pageNavigationWrapper #btnPreviousPage {
		margin-left: 42px;
	}
	#playerWrapper #toolBarContainer #volumeWrapper {
		display: none;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer {
		width: 100px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-progress {
		width: 50px;
		margin: 13px 0px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-volume {
		display: none;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer div.jp-interface ul.jp-controls {
		width: 39px;
	}
	#playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li a, #playerWrapper #toolBarContainer #summaryAudioContainer .jp-controls li span {
		width: 30px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel {
		width: 535px;
		height: 565px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container {
		width: 515 px;
		height: 512px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container #alphabetsContainer span {
		width: 38px;
		padding-right: 2px;
	}
	#playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanel #container #glossaryListScroller {
		height: 417px;
	}
}

/* ************************************ */
/* HIDING UNWANTED BUTTONS FROM TOOLBAR */
/* ************************************ */

#playerWrapper #toolBarContainer #toolBarWrapper.ipadPotriat .playerToolBarButton {
	width: 50px;
}
#playerWrapper #toolBarContainer #toolBarWrapper.ipadPotriat .playerToolBarButton .ui-button-text {
	width: 50px;
}
#playerWrapper #toolBarContainer #toolBarWrapper.ipadPotriat #summaryAudioContainer .jp-progress {
	width: 55px;
}
#playerWrapper #toolBarContainer #toolBarWrapper.ipadPotriat #summaryAudioContainer div.jp-interface ul.jp-controls {
	width: 50px;
}
#playerWrapper #toolBarContainer #toolBarWrapper.ipadPotriat #summaryAudioContainer div.jp-interface ul.jp-controls li span {
	width: 50px;
}
#playerWrapper #toolBarContainer #toolBarWrapper.ipadLandscape #summaryAudioContainer .jp-progress {
	width: 85px;
}
.toolBarButtontip {
	display: none;
	background: url("../../theme/images/tooltipPointer.png") bottom center repeat-y;
	display: none;
	z-index: 1000;
	max-width: 350px;
}
.toolBarButtontip > p {
	color: black;
	background: #999999;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 8px;
	line-height: 1;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
}

/* ************************************ */
/* TOC TREE CSS */
/* ************************************ */
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview .hitarea {
	background: url("../../theme/images/treeview-default.png") -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 5px;
	z-index: 9999;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	z-index: 999;
}
.treeview ul {
	margin: 0;
	position: relative;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
/*.treeview li { background: url(player/styles/images/treeview-default-line.gif) 0 0 no-repeat; }*/
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview li .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li li .expandable-hitarea {
	background-position: -47px -47px;
}
.treeview li li .collapsable-hitarea {
	background-position: 0px -112px;
}
.treeview li.last {
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url("../../theme/images/treeview-default.png/treeview-default.png");
	background-repeat: no-repeat;
}
.treeview li.lastCollapsable {
	background-position: 0 -111px;
}
.treeview li.lastExpandable {
	background-position: -32px -67px;
}
.glossaryDescriptionWrapper .closeGlossary {
	background: url("styles/images/closeGlossary.png") no-repeat;
}
.hidden {
	display: none;
}
.ie8 #playerWrapper #toolBarContainer #glossaryButtonWrapper #glossaryListPanelOverlay {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
	zoom: 1;
}
.ie8 #playerWrapper #toolBarContainer #notesListPanelOverlay #notesScroller #notesTable {
	background: transparent;
}
.jp-seek-bar {
	background: url("../../theme/images/icon_seekbar_back.png") left center repeat-x;
	width: 0px;
	height: 100%;
	cursor: pointer;
}
.jp-play-bar {
	background: url("../../theme/images/icon_seekbar_value.png") left center repeat-x;
	width: 0px;
	height: 100%;
	position: relative;
}
.jp-play-bar-thumb {
	position: absolute;
	right: -6px;
	width: 12px;
	height: 12px;
	background: url("../../theme/images/icon_slider_thumb.png") center center no-repeat;
}
div.jp-type-single .jp-play span {
	background-image: url("../../theme/images/icon_play.png");
}
div.jp-type-single .jp-pause span {
	background-image: url("../../theme/images/icon_pause.png");
}
.no-navigation #pageListWrapper, .no-navigation #pageNavigationWrapper {
	display: none !important;
}
.no-navigation #summaryAudioContainer {
	border-right: solid 1px black;
}

.themes_content, .pageStyles, .localeStyle {
	margin: 15px;
	float: right;
	font-size: 16px
}
.logoImage {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	float: right;
	font-size: 16px;
}
.themes_content span {
	margin-right: 5px;
}

/* *******  hiding help button  *****/

#helpWrapper {
	display: none;
}
.hideFeedback {
	display: none !important;
}

/*****adding for Samsung 7 inch restriction***/
@media all and (max-width: 600px) {

	.hideFeedback {
		display: block !important;
		position: relative;
		visibility: visible;
		padding: 10px;
		background: #57A2CA;
		color: white;
		border-radius: 5px;
		margin: auto;
		/*width: 50%;*/
		width: 75%;
		top: 45%;
		height: 4%;
	}
	.feedbackTextLayOut {
		float: left;
		width: 88%;
	}
	#feedbackImgLayout {
		float: left;
		background-image: url("images/roatate-arrow.png");
		/*height: 34px;*/
		height: 30px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		/*width: 34px;*/
		width: 30px;
	}
	#playerContainer {
		display: none;
	}
	#fedbackLayOutWrapper {
		width: 100%;
		height: 100%;
		line-height: 30px;
	}
}

#columnView {
	background: url("images/singleColumnIcon.png") no-repeat;
	border: none;
	width: 20px;
	height: 20px;
	margin: 5px;
	float: right;
	margin-top: 17px;
	cursor: pointer;
}

.columnViewDouble {
	background: url("images/doubleColumnIcon.png") no-repeat !important;
}

/******summary screen layout********/
/*****************/
/*****************/
/*****************/
/*****************/
#summaryListPanelOverlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
}
#summaryListPanelOverlay #summaryHeaderContainer {
	width: 100%;
	height: 35px;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryHeader {
	margin-left: 10px;
	display: inline;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryButtonContainer {
	float: right;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryButtonContainer #btnClosesummaryPanel {
	float: left;
	width: 35px;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryButtonContainer button {
	height: 35px;
	margin-right: 0px;
}
#summaryListPanelOverlay #summaryScroller #summaryTable table {
	border-collapse: inherit;
	border-spacing: 3px;
}

/***summary screen styles**/
/*****************/
/*****************/
/*****************/
#summaryListPanelOverlay {
	background: #FFF;
}
#summaryListPanelOverlay #summaryTable {
	width: 100%;
}
#summaryListPanelOverlay #summaryHeaderContainer {
	background-color: #203C49;
	color: #FFF;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryHeader {
	font-size: 20px;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryButtonContainer #btnClosesummaryPanel {
	background: url("images/pupup_note-close.png") no-repeat;
}
#summaryListPanelOverlay #summaryHeaderContainer #summaryButtonContainer button {
	border: none;
}
#summaryListPanelOverlay #summaryScroller {
	overflow: auto;
}
@media all and (max-width: 1200px) {
	#summaryListPanelOverlay #summaryHeaderContainer {
		height: 46px;
	}
	#summaryListPanelOverlay #summaryHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
		max-width: 550px;
	}
}
@media all and (max-width: 800px) {
	#summaryListPanelOverlay #summaryHeaderContainer {
		height: 46px;
	}
	#summaryListPanelOverlay #summaryHeaderContainer #notesButtonContainer #notesSearchContainer #notesSelector {
		max-width: 300px;
	}
}
/*****************/
/******summary screen table styles***********/
/*****************/
.pagesummaryHeader th {
	text-align: left;
	padding: 15px;
}
.questionContainer td {
	text-align: left;
	padding-left: 15px;
}
.elementStatusContainer td {
	text-align: center;
	padding-bottom: 15px;
}
.pageSummaryContainer {
	border: 1pt solid #BAB8B9;
	border-radius: 3px;
	width: 100%;
}

.imageDimentions img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 140px;
}
.elementsHeader th {
	width: 22%;
	padding-bottom: 15px;
}
.correctAnsTextContainer {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0 #adadad;
	-moz-box-shadow: 1px 1px 3px 0 #adadad;
	box-shadow: 1px 1px 3px 0 #adadad;
	border: 1px solid #adadad;
	padding: 5px;
	border: 1px solid #bab8b9;
	max-width: 140px;
}
.scoreHeader {
	text-align: center !important;
}
.principalHeader th {
	width: 33%;
	padding-bottom: 5px;
}
.rowAlign {
	padding-bottom: 10px;
}
.rowAlign td {
	text-align: center;
}
.principleElemData td {
	padding-bottom: 10px;
}
.princiProc th {
	padding-top: 8px;
}

.logoImage img {
	height: 39px;
}

/*Below styles is the old implementation of timer format which is displayed in the player */
/*#timerwrapper {
	display: none;
	float: right;
	margin-right: 50px;
	padding-top: 5px;
}

#timer {
	margin-left: 6px;
}


.timertext{
display:inline-block;
font-size: 19px;
margin-right: 8px;
margin-left: 1px;
vertical-align: bottom;
}

.min_sectext{
color: black;
background: white;
font-size: 19px;
padding: 0px 8px;
text-shadow: 0px 0px 0px;
}*/



#timerwrapper {
display: none;
right: -2px;
top: 53px;
padding: 5px 7px;
font-size: 14px;
position:absolute;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(99%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

#timer {
	margin-left: 6px;
}

.timertext{
display:inline-block;
font-size: 14px;
margin-right: 8px;
margin-left: 1px;
vertical-align: bottom;
}

.min_sectext{
color: white;
font-size: 14px;
padding: 0px 2px;
}