@charset "utf-8";
@media only screen and (min-width: 870px) {
	  body { 
		  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; 
		  background: #42413C; 
		  margin: 0; 
		  padding: 0; 
		  color: #000; 
	  }
	  
	  ul, ol, dl { 
		  padding: 0; 
		  margin: 0; 
	  }
	  
	  h1, h2, h3, h4, h5, h6, p { 
		  margin-top: 0; 
		  padding-right: 15px; 
		  padding-left: 15px; 
	  }
	  
	  a img { 
		  border: none; 
	  }
	  
	  a:link { 
		  color: #42413C; 
		  text-decoration: underline; 
	  }
	  
	  a:visited { 
		  color: #6E6C64; 
		  text-decoration: underline; 
	  }
	  
	  a:hover, a:active, a:focus { 
		  text-decoration: none; 
	  }
	  
	  .container { 
		  width: 100%; 
		  min-width: 870px;
		  max-width: 1250px;
		  height: 608px; 
		  margin: 0px auto;
		  padding: 8px 0px;
		  background: #fff;
	  }
	  
	  #outer-border{
		  /* width: 846px; */
		  background: #e5e3e4;
		  height: 598px;
		  margin: 0 8px;
		  padding: 5px;	
	  }
	  
	  #inner-border{
		  /* width: 836px; */
		  background: #fff;
		  height: 588px;
		  margin: auto;
		  padding: 5px;	
	  }
	  
	  .header { 
		  background: #FFFFFF;
		  height: 40px;
	  }
	  
	  #logo { 
		  background: #ffffff;
		  height: 40px;
		  width: 60px;
	  }
	  
	  #logo img{ 
		  width: 60px;
	  }
	  
	  
	  #title { 
		  background: #599bd5;
		  height: 35px;
		  color: #fff;
		  /* width: 720px; */
		  padding-left: 10px;
		  margin-top: -40px;
		  margin-left: 65px;
		  border-radius: 5px;
		  box-shadow: 2px 2px #000;
		  font-size: 16px;
		  font-weight: bold;
		  margin-right: 40px;
	  }
	  
	  #medium { 
		  background: #e97f31;
		  height: 35px;
		  width: 35px;
		  margin-top: -35px;
		  float: right;
		  border-radius: 5px;
		  color: #FFFFFF;
		  text-align: center;
		  font-size: 16px;
		  line-height: 35px;
		  font-weight: bold;
	  }
	  
	  .content {
		  padding: 5px;
		  height: 534px;
		  border: 2px solid #000;
		  background:
		  linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
		  linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
		  linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
		  linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
		  linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
		  linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
		  background-color: #131313;
		  background-size: 20px 20px;
	  }
	  
	  .content #subtitle {
		  background: #648558;
		  height: 30px;
		  padding-left: 10px;
		  line-height: 30px;
		  border: 3px solid #fff;
		  border-radius: 5px;
		  width: 100px;
		  width: 300px;
		  margin-left: 45px;
		  margin-bottom: -3px;
		  font-size: 14px;
		  color: #FFFFFF;
		  font-weight: bold;
	  }
	  
	  .content #progress {
		  height: 30px;
		  border-radius: 5px;
		  float: right;
		  margin-top: -35px;
		  width: 900px;
		  margin-right: 35px;
		  padding-right: 10px;
		  text-align: right;
	  
	  }
	  
	  .content #description {
		  padding: 5px;
		  height: 425px;
		  /* width: 765px; */
		  border: 3px solid #fff;
		  border-radius: 5px;
		  margin: auto;
		  margin-left: 20px;
		  margin-right: 20px;
	  }
	  
	  .content #pagearea {
		  background: #ffffff;
		  height: 435px;
		  /* width: 765px; */
		  border: 3px solid #fff;
		  border-radius: 5px;
		  margin: auto;
		  margin-left: 20px;
		  margin-right: 20px;
	  }
	  
	  .content #description #welcome-msgbox {
		  background:url(../images/welcome-back.png);
		  min-width: 460px;
		  width: 50%;
		  height: 160px;
		  border-radius: 5px;
		  border: 5px solid #FFF;
		  margin-top: 115px;
		  margin-left: 15px;
		  padding: 5px;
	  }
	  
	  .content #description #welcome-msgbox span#main-text {
		  font-size: 18px;
		  font-weight: bold;	
	  }
	  
	  .content #description #welcome-msgbox span#sub-text {
		  font-size: 14px;
		  font-style: italic;	
	  }
	  
	  .content #description #btnStart {
		  background: #5e9ace none repeat scroll 0% 0%;
		  width: 100px;
		  height: 30px;
		  border-radius: 10px;
		  border: 2px solid #5e9ace;
		  margin-top: 92px;
		  margin-left: 15px;
		  text-align: center;
		  float: right;
		  padding-top: 5px;
		  color: #fff;
		  font-weight: bold;
		  cursor: pointer;
	  }
	  
	  .content #pagearea #page{
		  width: 100%;
		  height: 435px;
		  background: #fff;
		  text-align: center;
	  }
	  
	  .content #pagearea #page iframe{
		  width: 100%;
		  height: 435px;
		  margin: auto;
	  }
	  
	  .content #pre {
		  height: 80px;
		  width: 20px;
		  float: left;
		  margin-top: -260px;
		  background: #fff url(../images/pre.png);
		  opacity: 0.5;
		  border-bottom-left-radius: 5px;
		  border-top-left-radius: 5px;
		  cursor: pointer;
	  }
	  
	  .content #pre:hover {
		  height: 80px;
		  width: 20px;
		  float: left;
		  margin-top: -260px;
		  background: #fff url(../images/pre.png);
		  opacity: 0.7;
		  border-bottom-left-radius: 5px;
		  border-top-left-radius: 5px;
		  cursor: pointer;
	  }
	  
	  .content #next {
		  height: 80px;
		  width: 20px;
		  float: right;
		  margin-top: -260px;
		  background: #fff url(../images/next.png);
		  opacity: 0.5;
		  border-bottom-right-radius: 5px;
		  border-top-right-radius: 5px;
		  cursor: pointer;	
	  }
	  
	  .content #next:hover {
		  height: 80px;
		  width: 20px;
		  float: right;
		  margin-top: -260px;
		  background: #fff url(../images/next.png);
		  opacity: 0.7;
		  border-bottom-right-radius: 5px;
		  border-top-right-radius: 5px;
		  cursor: pointer;	
	  }
	  .content .icons{
		  background: #396;
		  width: 50px;
		  height: 50px;
		  border-radius: 5px;
		  border: 2px solid #000;
		  float: left;
		  margin-top: 5px;
		  margin-left: 3px;
		  cursor: pointer;
		  text-align:center;
	  }
	  
	  .content .icons img{
		  width: 28px;
		  margin-top: 12px;	
	  }
	  
	  .content .icons img:hover{
		  width: 30px;
		  margin-top: 10px;	
	  }
	  
	  .content #copyright{
		  float: right;
		  color: #FFF;
		  font-size: 12px;
		  margin-top: 45px; 
		  margin-right: 5px;
		  font: Arial;
	  }
		  
	  #progress span{
		  font-size: 17px;
		  color: #6499cb;
		  font-weight: bold;
		  margin-right: 10px;
	  }
	  
	  div.bar_empty{
		  height: 5px;
		  width: 12px;
		  float: right;
		  background: #afabaa;
		  margin-top: 12px;
		  margin-right: 0px;
	  }
	  
	  div.ball_empty{
		  height: 16px;
		  width: 16px;
		  border-radius: 8px;
		  float: right;
		  margin-top: 7px;
		  background: #afabaa;
	  }
	  
	  div.bar{
		  height: 5px;
		  width: 12px;
		  float: right;
		  background: #6499cb;
		  margin-top: 12px;
		  margin-right: 0px;
	  }
	  
	  div.ball{
		  height: 8px;
		  width: 8px;
		  border-radius: 8px;
		  float: right;
		  margin-top: 7px;
		  background: #000;
		  border: 4px solid #6499CB;
	  }	
	  
	  .footer {
		  padding: 10px 0;
		  background: #CCC49F;
	  }
	  
	  .fltrt {
		  float: right;
		  margin-left: 8px;
	  }
	  .fltlft {
		  float: left;
		  margin-right: 8px;
	  }
	  
	  .clearfloat { 
		  clear:both;
		  height:0;
		  font-size: 1px;
		  line-height: 0px;
	  }
}

@media only screen and (max-width: 869px) {
	body { 
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #42413C; 
		margin: 0; 
		padding: 0; 
		color: #000; 
	}
	
	ul, ol, dl { 
		padding: 0; 
		margin: 0; 
	}
	
	h1, h2, h3, h4, h5, h6, p { 
		margin-top: 0; 
		padding-right: 15px; 
		padding-left: 15px; 
	}
	
	a img { 
		border: none; 
	}
	
	a:link { 
		color: #42413C; 
		text-decoration: underline; 
	}
	
	a:visited { 
		color: #6E6C64; 
		text-decoration: underline; 
	}
	
	a:hover, a:active, a:focus { 
		text-decoration: none; 
	}
	
	.container { 
		width: 100%; 
		min-width: 320px;
		min-height: 572px; 
		margin: 0px auto;
		padding: 8px 0px;
		background: #fff;
	}
	
	#outer-border{

	}
	
	#inner-border{
		background: #fff;
		margin: auto;
		padding: 5px;	
	}
	
	.header { 
		background: #FFFFFF;
		height: 30px;
	}
	
	#logo { 
		background: #ffffff;
		height: 0px;
		width: 0px;
	}
	
	#logo img{ 
		width: 0px;
	}
	
	#title { 
		background: #599bd5;
		height: 27px;
		color: #FFFFFF;
		padding-left: 10px;
		border-radius: 5px;
		font-size: 10px;
		font-weight: bold;
		margin-right: 30px;
	}
	
	#medium { 
		background: #e97f31;
		height: 27px;
		width: 27px;
		margin-top: -27px;
		float: right;
		border-radius: 5px;
		color: #FFFFFF;
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}
	
	.content {
		padding: 1px;
		min-height: 534px;
		border: 2px solid #000;
		background:
		linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
		linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
		linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
		linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
		linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
		linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
		background-color: #131313;
		background-size: 20px 20px;
	}
	
	.content #subtitle {
		background: #648558 none repeat scroll 0% 0%;
		padding-left: 10px;
		line-height: 20px;
		border: 2px solid #FFF;
		border-radius: 5px;
		margin-left: 1px;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.content #progress {
		height: 30px;
		border-radius: 5px;
		text-align: right;
	}
	
	.content #description {
		padding: 3px;
		min-height: 355px;
		border: 3px solid #fff;
		border-radius: 5px;
		margin: auto;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.content #pagearea {
		background: #ffffff;
		height: 600px;
		border: 3px solid #fff;
		border-radius: 5px;
		margin: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.content #description #welcome-msgbox {
		/*margin:auto;*/
		background: transparent url("../images/welcome-back.png") repeat scroll 0% 0%;
		/*width: 91%;*/
		max-width: 460px;
		border-radius: 5px;
		border: 3px solid #FFF;
		margin-top: 100px;
		margin-left: 5px;
		padding: 5px;
		padding-bottom: 15px;
		margin-right: 5px;
	}
	
	.content #description #welcome-msgbox span#main-text {
		font-size: 8px;
		font-weight: bold;
		color: #FFF;
		
	}
	
	.content #description #welcome-msgbox span#sub-text {
		font-size: 5px;
		font-style: italic;	
		color: #FFF;
	}
	
	.content #description #btnStart {
		background: #5E9ACE none repeat scroll 0% 0%;
		width: 90px;
		height: 30px;
		border-radius: 10px;
		border: 2px solid #5E9ACE;
		margin-top: 20px;
		text-align: center;
		float: right;
		padding-top: 5px;
		color: #FFF;
		font-weight: bold;
		cursor: pointer;
	}
	
	.content #pagearea #page{
		width: 100%;
		height: 600px;
		background: #fff;
		text-align: center;
	}
	
	.content #pagearea #page iframe{
		width: 100%;
		height: 600px;
		margin: auto;
	}
	
	.content #pre {
		height: 0px;
		width: 0px;
		float: left;
		margin-top: -260px;
		background: #fff url(../images/pre.png);
		opacity: 0.5;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		cursor: pointer;
	}
	
	.content #pre:hover {
		height: 0px;
		width: 0px;
		float: left;
		margin-top: -260px;
		background: #fff url(../images/pre.png);
		opacity: 0.7;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		cursor: pointer;
	}
	
	.content #next {
		height: 0px;
		width: 0px;
		float: right;
		margin-top: -260px;
		background: #fff url(../images/next.png);
		opacity: 0.5;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		cursor: pointer;
	}
	
	.content #next:hover {
		height: 0px;
		width: 0px;
		float: right;
		margin-top: -260px;
		background: #fff url(../images/next.png);
		opacity: 0.7;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		cursor: pointer;	
	}
	.content .icons{
		background: #396;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		border: 2px solid #000;
		float: left;
		margin-top: 5px;
		margin-left: 3px;
		cursor: pointer;
		text-align:center;
	}
	
	.content .icons img{
		width: 28px;
		margin-top: 12px;	
	}
	
	.content .icons img:hover{
		width: 30px;
		margin-top: 10px;	
	}
	
	.content #copyright{
		/*float: right;*/
		color: #FFF;
		font-size: 12px;
		margin-top: 65px; 
		margin-right: 5px;
		font: Arial;
	}
		
	#progress span{
		font-size: 14px;
		color: #6499cb;
		font-weight: bold;
		margin-right: 10px;
	}
	
	div.bar_empty{
		height: 3px;
		width: 8px;
		float: right;
		background: #afabaa;
		margin-top: 12px;
		margin-right: 0px;
	}
	
	div.ball_empty{
		height: 13px;
		width: 13px;
		border-radius: 8px;
		float: right;
		margin-top: 7px;
		background: #afabaa;
	}
	
	div.bar{
		height: 3px;
		width: 8px;
		float: right;
		background: #6499cb;
		margin-top: 12px;
		margin-right: 0px;
	}
	
	div.ball{
		height: 6px;
		width: 6px;
		border-radius: 8px;
		float: right;
		margin-top: 6px;
		background: #000;
		border: 4px solid #6499CB;
	}	
	
	.footer {
		padding: 10px 0;
		background: #CCC49F;
	}
	
	.fltrt {
		float: right;
		margin-left: 8px;
	}
	.fltlft {
		float: left;
		margin-right: 8px;
	}
	
	.clearfloat { 
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}	
}
