body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#282828;
	background-color:#f8f8f8;
}

#directions{
	font-size:12px;
	padding: 20px;
	width:92%;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:10px;
	background:#ECECEC;
	
}

#answerbankhere{
	background-color:#ECECEC;
	padding: 20px;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:10px;
	width:92%;
}

#datahere{
	margin-top:10px;
	padding:20px;	
	background:#FFF;
	width:92%;
	margin-left:auto !important;
	margin-right:auto !important;
}

#feedbackhere{
	padding:30px 0 20px 0;	
	font-size:16px;
	color:#C00;
	text-align:center;
}

.pagetitleSS{
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold; 
	color:#004080;
}

.answerbankitem{
	font-size:12px;
	font-weight:bold;
	color:#369;	
}

input[type=text]  {
    border: 0px solid #CCCCCC;
    padding: 0px;
    background: #ffffff;
	border-bottom: 1px solid #282828;
	text-align:center;
	color:#369;
	font-weight:bold;
	overflow:visible;
}

.incorrect{
	border-bottom: 1px solid #CC0000;	
}

.normal{
	border-bottom: 1px solid #282828;	
}
.answers::-ms-clear {
    display: none;
}

.question{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #0053A6;
	padding:15px;
}

.feedback{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0053A6;
	padding:15px;
	margin-top:10px;
	background:#ECECEC;
	width:93%;
	margin-left:auto !important;
	margin-right:auto !important;
}


/****************************************************/
/*****IOS Style checkboxes******************************/
.iPhoneCheckContainer {
  -webkit-transform:translate3d(0,0,0);
  position: relative;
  height: 27px;
  width:50px !important;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 7px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iPhoneCheckLabelOn {
  color: white;
  background: url('images/iphone-style-checkboxes/on.png?1284697268') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 8px;}
  label.iPhoneCheckLabelOn span {
	padding-left:7px;}
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url('images/iphone-style-checkboxes/off.png?1284697268') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0;
   padding-top: 7px;}
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('images/iphone-style-checkboxes/slider_left.png?1284697268') no-repeat;
  padding-left: 3px;}

.iPhoneCheckHandleRight {
  height: 100%;
 width: 100%;
  padding-right: 3px;
  background: url('images/iphone-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('images/iphone-style-checkboxes/slider_center.png?1284697268'); }

.iOSCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iOSCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iOSCheckContainer label {
    white-space: nowrap;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iOSCheckContainer, .iOSCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iOSCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iOSCheckLabelOn {
  color: white;
  background: url('images/ios-style-checkboxes/on.png?1284697268') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iOSCheckLabelOn span {
    padding-left: 8px; }
label.iOSCheckLabelOff {
  color: #8b8b8b;
  background: url('images/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iOSCheckLabelOff span {
    padding-right: 8px; }

.iOSCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('images/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
  padding-left: 3px; }

.iOSCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url('images/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }

.iOSCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('images/ios-style-checkboxes/slider_center.png?1284697268'); }
  
.iPhoneCheckLabelOff span, .iPhoneCheckLabelOn span{
	font-size:12px !important;	
	font-weight:bold;
}

.speech_incorrect{
	color: #CC0000;
	font-weight:bold;
	font-size:14px;
}
.correct{
	color: #006600;
	font-weight:bold;
	font-size:14px;!important
}

#skipprompt{
	display:none;
	background-color:#FFFFFF;
	position:absolute;
	margin-top:-15px;
	margin-left:-15px;
	opacity:0.95;
	filter:alpha(opacity=95);
	z-index: 100;
	text-align:center
}

.skipvisible{
	padding:30px;
	margin-top:-5px;
	width:80%;
	color:#37B3D7;
	font-size:16px;!important;
	margin-left:auto !important;
	margin-right:auto !important;

}