html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a:link
{
	text-decoration: none;
	color: rgb(0,0,160);
}
a:visited
{
	text-decoration: none;
	color: rgb(0,0,160);
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: red;
}

body {
	font-family:calibri, verdana, arial, helvetica;
	font-size:1em;
	font-weight:normal;
	margin:0px;
}

div {
	/*border:1px solid black;*/
	margin: 0;
	padding: 0;
}

.pagecontainer {
	padding:1em;
	margin:0;
	background-color:#f9f9f9;
}

.hr {
	border-bottom: 0.1em solid #000000;
	height: 1em;
	margin-top:0em;
	margin-bottom:1em;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
}

.title_welcome {
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	padding-top:0.5em;
}

.message_login_instructions {
	text-align: center;
	padding-top:0.5em;
}

.title_fail {
	font-size:2.0em;
	font-weight:bold;
	text-align: center;
	padding-top:0.5em;
	color:red;
}

.messagecontainer {
	/* */
}

.message_incorrect {
	text-align: center;
	padding-top:0.5em;
}

.message_click_try_again {
	text-align: center;
	padding-top:0.5em;
}

.formcontainer {
	padding:0.5em;
	/*border:thin solid black;*/
}

.fieldcontainer {
	padding:0.2em;
	text-align: center;
}

.fieldname {
	width:10em;
	display: inline-block;
	text-align: left;
}

.fielddata {
	width:10em;
	display: inline-block;
	text-align: left;
}
	
.button_submit {
	text-align: center;
}

.message_error {
	color:red;
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align: center;
	font-size:0.9em;
}

.title {
	font-size:1.5em;
	font-weight:bold;
}

/* english test splash */
.englishtest_title_welcome {
	font-size:1.5em;
	font-weight:bold;
	width:100%;
	margin:0.2em auto;
	text-align: center;
}

.englishtest_message_container {
	/*border:thin solid black;*/
	
	font-size:1.0em;
	padding:0.1em;
	margin-top:0.1em;
}

.englishtest_message_instructions {
	
}

.englishtest_beginbuttoncontainer {
	width:100%;
	margin-top:1em;
	margin-left: auto;margin-right:auto;
	text-align: center;
}

.englishtest_beginbutton {
	width:10em;
	height: 4em;
	font-weight:bold;
	
}


/*english test main*/
.englishtest_answered {
	/*background-color: white;*/
}

.englishtest_unanswered {
	background-color: #ff8080;
}

.englishtest_quizdescription {
	font-size:12pt;
	font-weight:bold;
}

.englishtest_sectionheader {
	font-weight:bold;
}

#PopupTextContainer {
	display: none;
}

.englishtest_popuptextlink {
	font-size:1.2em;
	font-weight: bold;
}

.englishtest_popuptext {
	font-size:1em;
}

.englishtest_questionrow {
	/*border:thin solid black;*/
	display: inline-block;
	width:100%;
	margin:0;
	text-align: left;
	padding:0.2em;
}

.englishtest_qandaquestionwrapper {
	font-size:1em;	
}

.englishtest_qandaquestion {
	font-size:1em;	
}

.englishtest_inlinequestion {
	font-size:1em;
}

.englishtest_questionnumbercell {
	font-size:1em;
	font-weight:bold;
	padding-right:1em;
	float:left;
	width:5%;
}

.englishtest_questioncell {
	font-weight:normal;
	font-size:1em;
	float:left;
	width:95%;
}

.englishtest_submitcontainer {
	display: inline-block;
	width:100%;
	text-align: right;
	padding-top:0.5em;
}

.englishtest_submitnext {
	width:7em;
	height:3em;
	font-weight: bold;
	
}

.englishtest_quizcomplete {
	/* */
}

.englishtest_displayTimeRemaining {
	font-style: italic;
}

.englishtest_SectionHeaderWrapper {
	margin-bottom: 5px;
}