.video_screen {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	font-style: normal;*/
	background-color: #eef1ee;
	margin: auto;
	width: 725px;
	border: 0px;
/*	line-height:0.938;*/
}

.text_screen {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	display: block;
	margin: auto;
	width: 725px;
	height: 519px;
	border: 1px solid black;
/*	line-height:0.938;*/
}



/* Overview text container*/

.overview_container {
  width: 495px;
  height: 438px;
  background-color: #FFFFFF;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 229px;
  border: thin solid;
  border-color: #727272;
}

.branching_container {
  width: 655px;
  height: 438px;
  background-color: #FFFFFF;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 70px;
  border-top: 1px solid black;
}

/* Text content Container */

.text_container {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;
  border: none;
}	

/* Glossary*/

.glossary_container {
  width: 100%;
  height: 440px;
  background-color: #FFFFFF;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;
  border: none;
}

.glossary {
	width: 100%;
	margin:0px;
	padding: 0px;
	border-color:#090;
	border-style:solid;
	}

.term {
	font-size: 1.5em;
	padding: 10px 10px 10px 20px;
	}

.definition {
	font-size: .85em;
	padding: 0 20px 10px 30px;
	}

.glossaryentry {
  font-family:Arial;
  font-size: 1.2em;
  line-height: 1.5em;
	}

.glossaryentry a{
	text-decoration:none;
	color:#702632;
	font-weight: bold;
}

.glossaryentry a:hover{
	text-decoration:none;
	color:#912f40;
	font-weight: bold;
}

.glossary_rule {
	clear: right;
	margin-right: 0px;
}

/* All text for the timed material falls within the 'content' div*/

.timed_text_container {
width: 725px;
  height: 409px;
  background-color: #FFFFFF;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;

  
  
}

/* Presentation Text*/

.presentation_text_container {
  width: 723px;
  height: 407px;
  background-color: #FFFFFF;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;

}

.translation_container{
  width: 724.5px;
  height: 437px;
  background-color: white;
  overflow: auto;
  overflow-x: hidden;
  border: thin solid;
  border-color: #727272;
  border-bottom-color: black;
  }

/* Source text left hand side for side-by-side*/

.source_text_container {
  width: 362px;
  display: block;
  float: left;
  background-color: #FFFFFF;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;
  border-right: 1px solid black;
}

.translation_text_container {
  width: 345px;
  display: block;
  float: left;
  background-color: #FFFFFF;
  overflow-x: hidden;
  padding: 0px 0px 0 0px;
}

/* Minimizes a text container to nothing*/

.minimize_text_container {
  width: 0px;
  height: 438px;
  display:none;
}

/* Text Size Control */

.presentation_textSizeBar {
	border: 1px solid grey;
	background-color:rgba(255, 255, 255, 0.75);
	margin:4px;
	padding: 1px 1px 1px 1px;
	width: 135px;
	height: 30px;
	position: absolute;
    left:530px;
    top:130px;
	z-index:1;
	display: block;
	
}

.textSizeR {
    width:15px;
    padding: 3px 0 0 0px;
    font-size: 20px;
	width:20px;
	float:left;
	
}

.textSizeL {
    width:15px;
    padding: 5px 0 0 8px;
    font-size: 15px;
	width:20px;
	float:left;
	
}

.textcontrol{
    -moz-display: none;
    -moz-width:0px;
    float:left;
    width:75px;
    padding: 7px 10px 0 0;
	font-size: 0;
    height:22px;
	margin:0px 0 0 0;
	background: transparent;
	display: inline;
}

/* Text Style Control */

.presentation_textStyleBar {
	border: 1px solid grey;
	background-color:rgba(255, 255, 255, 0.75);
	margin:4px;
	padding: 1px 1px 1px 1px;
	width: 75px;
	height: 30px;
	position: absolute;
    left:440px;
    top:130px;
	z-index:1;
	display: block;
	
}

.textStylestyle {
    width:15px;
    padding: 6px 5px 5px 5px;
    font-Style: 15px;
	width:20px;
	
}



.textStyleL {
    width:15px;
    padding: 5px 0 0 8px;
    font-Style: 15px;
	width:20px;
	float:left;
	
}



/* Support Text */

.support_textSizeBar {
	border: 1px solid grey;
	background-color:rgba(255, 255, 255, 0.75);
	margin:4px;
	padding: 1px 1px 1px 1px;
	width: 135px;
	height: 30px;
	position: absolute;
    right:22px;
    top:78px;
	z-index:1;
	display: block;
}


/*  Text - Custom Range Slider Appearance*/

input[type=range] {
  -webkit-appearance: none;
  width: 90%;
  height: 13px;
  background: transparent;
  font-size: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px 0px;
  background: #7a7a7a;
  border-radius: 3px;
  border: 0px solid #3a3a3c;
  margin: 3px 2px 0px 2px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #666666;
  height: 12px;
  width: 12px;
  border-radius: 25px;
  background: #a6a6a6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
  
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7a7a7a;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #7a7a7a;
  border-radius: 1px;
  border: 0px 0 10 solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #666666;
  height: 11px;
  width: 11px;
  border-radius: 25px;
  background: #a6a6a6;
  cursor: pointer;
}
input[type=range]::-ms-track {
    margin-top: -3px;
    width: 100%;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
    margin-top: 1px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
    margin-top: 1px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #a6a6a6;
    margin-top: 2px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

#volSlide {
	-webkit-appearance: none;
	width: 90%;
	height: 13px;
	background: transparent;
	font-size: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* For timed text, Translation, Source */

.word {
   color: black;
}
.word:hover {
    background-color: #bbe2ef;
    cursor: pointer;
}

.word.selected {
    background-color: yellow;
    cursor: pointer;
}