body {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  font-weight: bold;
  font-style: italic;
  color: #1C4271;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 1px solid #000000;
}

.main-content {
  width: 98%;
  height: 98%;
  text-align: center;
}

.boldlabel {
  font-weight: bold;
}

.italiclabel {
  font-weight: bold;
  font-style: italic;
  font-size: 9pt;
}

.user-selector {
  position: relative;
  top: 40%;
  width: 190px;
  margin: auto;
  padding: 0;
}

.essay-style,
.essay-justify-style,
.essay-title {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #003333;
}

.essay-justify-style {
  text-align: justify;
}

.essay-title {
  font-size: 11pt;
  margin-bottom: 10px;
}

.essay-backlink {
  font-style: normal;
  font-size: 10pt;
}

input [type='submit'] {
  font-family: Arial;
  font-style: italic;
  font-size: 10pt;
  border: 2px solid #000000;
  background-color: #FFFFFF;
  cursor: pointer;
}

input [type='submit']:hover {
  color: #FFFFFF;
  background-color: #1C4271;
}

input:hover {
  
}

textarea {
  border: 2px solid #000000;
}

select {
  
}

form {
  margin: 0;
  padding: 0;
}
.formErrors {
    color: red;
    font-size: 8pt;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    padding-left: 3px;
}
.presentation-msg {
  font-family: Arial;
  font-style: italic;
  font-size: 10pt;
  color: #003333;
  margin: 0 0 7px 0;
}

/* 
 * Interface
 */
.interface {
  width: 950px; /*842px;*/
  height: 100%;
  margin: auto;
  margin-top: 5px;
}

.interface-content {
  width: 843px;
  min-width: 843px;
  max-width: 843px;
  font-family: Arial;
  font-size: 9pt;
  padding: 15px;
  background-color: #FFFFFF;
  overflow: auto;
}

.interface-top,.interface-btm {
  width: 950px;
  height: 42px;
  background-image: url('../images/interface-top.jpg');
}

.interface-btm {
  background-image: url('../images/interface-btm.jpg');
}

.interface-left {
  width: 41px;
  background-image: url('../images/interface-left.jpg');
  background-repeat: repeat-y;
}

.interface-right {
  width: 36px;
  background-image: url('../images/interface-right.jpg');
  background-repeat: repeat-y;
}

/*
 * Green box
 */
.greenbox {
  
}

.greenbox-top-left,.greenbox-top-right {
  width: 20px;
  height: 17px;
  background-image: url('../images/greenbox-top-left.jpg');
  background-repeat: no-repeat;
}

.greenbox-top-right {
  background-image: url('../images/greenbox-top-right.jpg');
}

.greenbox-top-flex {
  height: 17px;
  background-image: url('../images/greenbox-top-flex.jpg');
  background-repeat: repeat-x;
}

.greenbox-btm-left,.greenbox-btm-right {
  width: 20px;
  height: 19px;
  background-image: url('../images/greenbox-btm-left.jpg');
  background-repeat: no-repeat;
}

.greenbox-btm-right {
  background-image: url('../images/greenbox-btm-right.jpg');
}

.greenbox-btm-flex {
  height: 19px;
  background-image: url('../images/greenbox-btm-flex.jpg');
  background-repeat: repeat-x;
}

.greenbox-left-flex {
  width: 5px;
  background-color: #FFFFFF;
  background-image: url('../images/greenbox-left-flex.jpg');
  background-repeat: repeat-y;
}

.greenbox-right-flex {
  width: 7px;
  background-color: #FFFFFF;
  background-image: url('../images/greenbox-right-flex.jpg');
  background-repeat: repeat-y;
  background-position: right;
}

.greenbox-content {
  background-color: #FFFFFF;
}

/*
 * Student/Examiner login box
 */
.student-loginbox,.examiner-loginbox {
  position: relative;
  top: 40%;
  width: 320px;
  font-family: Arial;
  font-weight: bold;
  margin: auto;
  padding: 0;
}

.student-loginbox {
  top: 30%;
}

.login-btn {
  width: 91px;
  height: 21px;
  border: 0 !important;
  background-image: url('../images/login-btn.gif');
  cursor: pointer;
}

.login-btn:hover {
  background-image: url('../images/login-btn-over.gif');
}

.termsconditions {
  font-family: Arial;
  font-weight: normal;
  font-style: italic;
  font-size: 9pt;
  color: #000000;
}

/*
 * Common table
 */
.common-table {
  font-size: 9pt;
}

.common-table tr {
  border: 0;
  background-image: url('../images/dash.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}

.common-table td {
  border: 0;
}

.common-table-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  border-left: 1px solid #000000 !important;
}

.common-table-label {
  font-weight: bold;
  background-color: D6E063;
}

.common-table-nostyle {
  background-image: none !important;
}

/*
 * Markform table
 */
.markform-table {
  font-size: 9pt;
}

.markform-questionbox {
  display: block;
  width: 550px;
  border: 2px solid #000000;
  overflow: auto;
}

/*
 * Question style (css included in question files)
 */
.style2 {
  font-size: 14px
}

.style3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}