@charset "utf-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
    /*width:1014px;*/
    /*height:680px;*/
    /* position: relative; */
}

body {
    margin: 0;
    padding: 0;
    /*width:1014px;*/
    /*height:680px;*/
    overflow: auto;
    /*background-color: #000000;*/
	background-image: url("../images/Telework_BG_tile.png");
	/*background-repeat: no-repeat;*/
    /*text-align: center;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
}

.content {
    background-image: url("../images/Telework_BG_Content.jpg");
	background-size : 1014px 680px;
}

.feature {
    background-image: url("../images/Telework_BG_FeatureExample.png");
}

.E1S010bg {
	background-image: url("../imagesLsn/E1S010.png");
}

.E2S060bg {
	background-image: url('../imagesLsn/E2S060.png');
}

.E2S170bg {
	background-image: url("../imagesLsn/E2S170.png");
}

.E3S010bg {
	background-image: url("../imagesLsn/E3S010.png");
}

.E3S030bg {
	background-image: url("../imagesLsn/E3S030.png");
}

.quizBg01 {background-image: url("../imagesLsn/quiz_bg_01.png");
}

.quizBg02 {background-image: url("../imagesLsn/quiz_bg_02.png");
}

.quizBg03 {background-image: url("../imagesLsn/quiz_bg_03.png");
}

.KC01 {
	background-image: url("../imagesLsn/quiz_bg_02.png");   /*KC_BG_1.png*/
}

#contentDiv {
    width:1014px;
    height:680px;
    /*position:relative;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    padding: 0;
	background-repeat: no-repeat;
}

/* .bodyText { */
#contentBody {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    width:1014px;
    height:680px;
    /* margin: 15px 100px; */
    /*padding: 0 10px 0 10px;*/
    /* margin-right: 600px; */
    margin:0;
    padding:0;
    overflow: auto;
    /*float: none;*/
    /*clear: both;*/
}

h1,h2 {
	font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    /*color: #a0a0a2;*/
    margin: 0;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	/*color: #a0a0a2;*/
	margin: 0;
}

#scrollBlock {
    overflow: auto;
    display: block;
    text-align: left;
    /*min-width: 830px*/
}

#scrollBlock p {
	margin-left:10px;
}

#mainWrapper {position:absolute; width:100%; height:100%; margin:0; padding:0}

#mainWrapper2 {position:absolute; margin:0; padding:0}

#upperLinks {position:absolute; right:38px; top:38px; height: 25px; font-size:0.9em}

#teleLogo {position:absolute; top:31px; left:437px}

#headerBar,#footerBar {
	background-image: url(../images/Telework_bar.png);
	width:1014px;
	height:71px;
	background-repeat: repeat-x;
}

#headerBar {
	margin-top:10px;
}

#footerBar {
	position:absolute;
	top:610px;
}

.textBlock {
    font-family: 'Roboto', sans-serif;
	margin: 20px 20px;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    /*padding: 20px;*/

    font-size: 16px;
    /*font-weight: bold;
    */
    width: 954px;
    border-radius: 10px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: rgba(255, 255, 255, 0.8);
	max-height: 575px;
	overflow-y: auto;
    /*clear: both;*/
}

.greenbold {
	font-weight:700;
	color:#1d7a68;
}

/* Buttons */
a.btnBack,a.btnBackDim {
    display: block;
    position: absolute;
    left: 5px;
    top: 300px;
    width: 33px;
    height: 58px;
    background-image: url('../images/btn_back_Sprite_33X58.png');
    background-repeat: no-repeat;
    /*background-size: 60px 240px;*/
}

a.btnBack:hover, a.btnBack:focus {
    background-position: center;
    cursor: pointer;
}

a.btnBack {
    background-position: top;
}

a.btnBack:active {
    background-position: center;
    cursor: pointer;
}

a.btnBackDim {
    background-position: bottom;
    cursor: default;
}

a.btnNext, a.btnNextDim {
     display: block;
     position: absolute;
     right: 10px;
     top: 300px;
     width: 33px;
     height: 58px;
     background-image: url('../images/btn_next_Sprite_33X58.png');
     background-repeat: no-repeat;
     /*background-size: 60px 240px;*/
 }

a.btnNext:hover, a.btnNext:focus {
    background-position: center;
    cursor: pointer;
}

a.btnNext:active {
    background-position: center;
    cursor: pointer;
}

a.btnNext {
    background-position: top;
}

a.btnNextDim {
    background-position: bottom;
    cursor: default;
}

.btnBack, .btnBackDim, .btnNext, .btnNextDim, .btnNextEnd, .btnPlay, .btnStop, .btnReplay {
	line-height: 0;
	font-size: 0;
	color: transparent;
}

a.btnPlay, a.btnPlayDim {
    display: block;
    float: left;
    margin-right:2px;
    width: 28px;
    height: 27px;
    background-image: url('../images/btn_play_Sprite_28X27.png');
    background-repeat: no-repeat;
    /*background-size: 60px 240px;*/
}

a.btnPlay:hover, a.btnPlay:focus {
    background-position: center;
    cursor: pointer;
}

a.btnPlay:active {
    background-position: center;
    cursor: pointer;
}

a.btnPlay {
    background-position: top;
}

a.btnPlayDim {
    background-position: bottom;
    cursor: default;
}

a.btnStop, a.btnStopDim {
    display: block;
    margin-right:2px;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url('../images/btn_pause_Sprite_28X27.png');
    background-repeat: no-repeat;
    /*background-size: 60px 240px;*/
}

a.btnStop:hover, a.btnStop:focus {
    background-position: center;
    cursor: pointer;
}

a.btnStop:active {
    background-position: center;
    cursor: pointer;
}

a.btnStop {
    background-position: top;
}

a.btnStopDim {
    background-position: bottom;
    cursor: default;
}

a.btnReplay, a.btnReplayDim {
    display: block;
    margin-right:2px;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url('../images/btn_replay_Sprite_28X27.png');
    background-repeat: no-repeat;
    /*background-size: 60px 240px;*/
}

a.btnReplay:hover, a.btnReplay:focus {
    background-position: center;
    cursor: pointer;
}

a.btnReplay:active {
    background-position: center;
    cursor: pointer;
}

a.btnReplay {
    background-position: top;
}

a.btnReplayDim {
    background-position: bottom;
    cursor: default;
}

a.btnCC, a.btnCCDim {
    display: block;
    margin-right:2px;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url('../images/btn_ccon_Sprite_28X27.png');
    background-repeat: no-repeat;
    /*background-size: 60px 240px;*/
}

a.btnCC:hover, a.btnCC:focus {
    background-position: center;
    cursor: pointer;
}

a.btnCC:active {
    background-position: center;
    cursor: pointer;
}

a.btnCC {
    background-position: top;
}

a.btnCCDim {
    background-position: bottom;
    cursor: default;
}

a.btnExit {
	position:absolute;
	left:10px;
	top:27px;
	font-size:0.9em;
}

/*#btnMenu a:link, #btnHelp a:link {
    color:#FFF;
    text-decoration: none;
}*/

a.btnReferences,a.btnMenu,a.btnHelp,a.btnExit:link {
	font-family: 'Roboto', sans-serif;
    color:#FFF;
    text-decoration: none;
}
a.btnReferences:hover,a.btnMenu:hover,a.btnHelp:hover,a.btnExit:hover, a.btnReferences:focus,a.btnMenu:focus,a.btnHelp:focus,a.btnExit:focus {
    color:#69E8CF;
    text-decoration: none;
}
#pageCounter {
	/*position:absolute;
	right: 238px;
	top:35px;*/
	display: inline;
	font-family: 'Roboto', sans-serif;
	color:#FFF
}
#btnBar {
	position:absolute;
	top:22px;
	left:912px;
	height:28px
}

#titleText {
	font-size:0.9em;
	font-family: 'Roboto', sans-serif;
	color:#fff; position:absolute;
	left: 10px;
	top: 38px;
}

#skipNav {
	position:absolute;
	top:8px;
	left:10px;
	color:transparent;
	font-family: sans-serif;
	font-size:12px;
}

#skipNav:focus {
	color:#006D00;
	background-color: #FFF;
}

/*------------------------------------------*/



/*a:visited {
    color: #4069b2;
}*/

/*a:hover, a:focus {*/
    /*color: #ff9900;*/
    /*color: #33CC00;*/
    /*text-decoration: underline;*/
/*}*/

a {color:blue}

.CC_text {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
    color: #5b636b;
}

#popupTitle {
    font-weight: bold;
    /*font-size: 1.3em;*/
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 20px 0 15px 0;
	color: #000;
}

#popupText {
    margin: 0 20px 10px 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

#printText {
    margin: 0 20px 18px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

#debug {
    color: black;
    height: 20px;
}

#ContentReviewDiv {
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #C1CDDB;
}

.promptText {
	color:#fff;
	font-size:0.9em;
	font-family: 'Roboto', sans-serif;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/*a.btnClose {
    display: block;
    width: 96px;
    height: 31px;
    background-image: url('../images/btnSprite_Close_96x31.png');
    background-position: top;
}

a.btnClose:hover {
    background-position: center;
    cursor: pointer;
}

a.btnHelpClose {
    display: block;
    position: absolute;
    left: 85px;
    top: 110px;
    width: 94px;
    height: 36px;
    background-image: url('../images/btnSprite_Close_94x36.png');
    background-position: top;
}

a.btnHelpClose:hover {
    background-position: center;
    cursor: pointer;
}*/

a.popupClose {
	display: block;
	background-image: url(../images/btn_close_Sprite_56X18.png);
	width: 56px;
	height: 18px;
	/*margin-top:10px;*/
	background-position: top;
	/*background-size: 56px 36px;*/
}

a.popupClose:hover {
	background-position: bottom;
}

a.transcript {
    color: #E6E7E8;
    padding-bottom: 18px;
}

.vidDiv {
	margin-left: 10px;
	cursor: pointer;
}

div.transcrText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px 40px 20px 40px;
}
p.inst, span.inst, legend.inst {
	font-weight:700;
}
p.quizSub {
	font-weight:700;
	margin-top:5px;
}
legend.quizHead {
	margin-bottom:0;
	margin-top:18px;
	margin-left:7px;
}
#qOverlay {
	display:block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 1;
	max-width:150px;
}
fieldset {
	border-style: none;
	border-width: 0;
}