A {
	text-decoration: none;
}

A:link, A:visited, A:active {
	COLOR: #225a6c;
}

A:hover {
	COLOR: #99c93f;
}

BODY {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px 0;
}

H2 {
	text-align:left;
	font-size: 1.2em;
	vertical-align: middle;
	color: #225a6c;
	margin: 0px;
	padding: 0px;
}


/* The layout of the site.*/


.container {
	background-color:#ffffff;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;  	
	position:relative;
	margin: auto; /* This centers to the page */
}

.logo_navbar {
	background-color: #ffffff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 92%;
	height: 50px;  	
	margin: auto;
	display: block;
}


@media screen and (max-width: 600px) {
  .menu {display:none;}}

.menu {
	font-size: 0.9em;
	width: 50%;
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 50px;
	float: right;
	overflow: hidden;
}


.banner_row {
	background-image:url(Banner_site.jpeg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}

/* This is the banner displayed during the quizzes. */
.banner_row_test {
	background-image:url(Banner_site.jpeg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}

/* It is set to be smaller for smaller devices. */

@media screen and (max-width: 600px) {
  .banner_row_test {height:100px;}}


.banner_row_quizzes {
	background-image:url(quizzes.jpg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}


.banner_row_contact {
	background-image:url(contact.jpg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}

.banner_row_about {
	background-image:url(about.jpg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}

.banner_row_course {
	background-image:url(MOT.png);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}

.banner_row_testimonials {
	background-image:url(testimonials.jpg);
	height: 300px;	
  	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;	
}


.chart_container {
    margin-left: 50pt;    
}



/* This is the title of the page like: Contact us */

.title_row {
	clear:both;
	position:relative;
	background-color:#225a6c;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	padding-left: 5%;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	line-height: 50px;
}

.title_row_input {
	background-color:transparent;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	width: 100px;
	border:0px;
	padding:0px;
	margin:0px;
	height:40px;
	text-align:center;
}


/* This is the main content space, under the Banner and the Title */
.content_row {
	position:relative;
	background-color:#ffffff;
	width: 90%;
	margin: auto;
}




/* Copyright line 2022. */

.copyright_row {
	clear:both;
	text-align:center;
	color: #225a6c;
	height: 30px;
	background-color: #ffffff;
	width:90%;
	margin: auto;
	padding-top: 10px;
	font-family:Arial;
	font-size:12px;
}

.copyright_row_admin {
	clear:both;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #505050;
	text-align:center;
	width: 1000px;
}

.copyright_row_center {
	width: 33%;
	float: left;
	text-align:center;
}

.copyright_row_left {
	width: 33%;
	float: left;
	text-align:left;
}

.copyright_row_right {
	width: 33%;
	float: left;
	text-align:right;
}

/* This is in fact the bottom menu */

/* Each button from the menu*/

.footerlink {
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:auto;
	text-decoration:none;
	text-align:center;
}

.footerlink:active {
	position:relative;
	top:1px;
}

.footer_row {
	font-size: 1.5em;
	clear:both;
	width: 100%;
	height: 40px;
	background-color: #225a6c;
	text-align: center;
	line-height: 35px;
}

.footer_row A:link, .footer_row A:visited, .footer_row A:active {
	color: #FFFFFF;
}

.footer_row A:hover {
	color: #99c93f;
}


.forgotten_password_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.frontpagelist {
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin-top: 0px;
	padding-left: 18px;
}

.optionslist {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	padding-left: 18px;
}


ul li{
    list-style-type: square;
    list-style-position: inside;
    text-indent: -1.3em;
}


li {
	margin-bottom: 5px;
}

.answers_block {
	padding-top: 1px;
	padding-bottom: 1px;
}

.contact_input {
	width: 90%;
}

.myinfo_input {
	width: 90%;
}

.myinfo_password_input {
	width: 90%;
}

/* The following relate to the Boxes/Columns called datacells */

.datacell_left{
	background-color:#FFFFFF;
	float: left;
	top:0px;
	left:0px;
	width:48%;
	padding-top:10px;
	margin-bottom: 10px;
	margin-right:10px;
	text-align:left;
	text-justify: none;
	vertical-align:top;
	margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .datacell_left {
    width: 100%; }}


.datacell_right{
	background-color:#FFFFFF;
	float:left;
	top: 0px;
	left:0px;
	width:48%;
	padding-top:10px;
	margin-bottom: 10px;
	text-align:left;
	text-justify: none;
	vertical-align:top;
	margin-left: 5px;
}

@media screen and (max-width: 600px) {
  .datacell_right {
    width: 100%; }}

.datacell_center{
	background-color:#FFFFFF;
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:98%;
	min-height:210px;
	padding:10px;
	text-align:justify;
	vertical-align:top;
	border-radius: 5px;
}

.datacell_heading {
	font-weight:bold;
	width:100%;
	text-align:center;
	padding-bottom:7px;
}

.datacell_content {
	padding-bottom:7px;
	min-height:153px;
	width:80%;
	position:relative;
	font-size: 1.2em;
}

.congratulations {
	width:320px;
	text-align:left;
	bottom:4px;
	position:absolute;
}

.result_correct {
	padding-top: 33px;
	text-align:left;
	font-size: 1.2em;
	font-weight: bold;
	color: #99c93f;
}

.result_incorrect {
	padding-top: 33px;
	text-align:left;
	font-size: 1.2em;
	font-weight: bold;
	color:#FF0000;
}

.datacell_bottom {
	font-size: 1em;
	font-weight: bold;
	width: 320px;
	text-align: left;
	color: #99c93f;
}

/* The following relate to the rounded corners */


div.center {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

/* The following are exclusive to the admin pages */

.admin_container {
	background-color:#225a6c;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	padding: 0px;

}

.admin_container_no_shadow {
	background-color:#225a6c;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	padding: 0px;
}

.admin_comments_area {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:430px;
	height:300px;
	border: 0px none #FFF;
	padding: 10px;
}

.datacell_admin{
	background-color:#FFFFFF;
	position:relative;
	top: 0px;
	left: 0px;
	width: 900px;
	min-height: 210px;
	padding:10px;
	margin-left: 40px;
	text-align:justify;
	vertical-align: top;
	border-radius: 1em;
}

.admin_email_input {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:800px;
}

.admin_text_input_270 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:270px;
}

.admin_text_input_230 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:230px;
}

.admin_text_input_120 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:120px;
}

.admin_text_input_80 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:80px;
}

.admin_footer_row {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	display: table-cell;
	clear:both;
	position:relative;
	width: 1000px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.admin_footer_row A:link, .admin_footer_row A:visited, .admin_footer_row A:active {
	color: #FFFFFF;
}

.admin_footer_row A:hover {
	color: #CCCCCC;
}

.personal_details_box {
	background-color: #BFF;
	vertical-align: top;
	width:430px;
	border: thin solid #999;
	border-radius: 0.4em;
}

.personal_details_box_admin {
    padding: 2px;
	background-color: #BFF;
	vertical-align: top;
	width:430px;
	border: thin solid #999;
	border-radius: 0.4em;
}

.personal_details_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.activity_box {
	background-color: #FBF;
	width:430px;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.activity_box_admin {
    padding: 2px;
	background-color: #FBF;
	width:430px;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.button_registration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	width: 140px;
    border-radius: 0.2em;
    height: 30px;
}

.button_120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 140px;
   	border-radius: 0.2em;
	color: #ffffff;
    	margin-top: 5px;
	background-color: #225a6c;
    	height: 25px;
}

.button_140_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	width: 140px;
    	border-radius: 0.2em;
    	margin-top: 5px;
	background-color: #99c93f;
    height: 25px;
}

.button_160 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 160px;
    border-radius: 0.3em;
    margin-top: 10px;
    height: 25px;
}

.button_180 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 180px;
    border-radius: 0.3em;
    margin-top: 10px;
    height: 25px;
}

.button_200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
    border-radius: 0.3em;
    margin-top: 10px;
    height: 25px;
}

.change_password_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.comments_box {
	background-color: #FF9;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.comments_box_admin {
    padding: 2px;
	background-color: #FF9;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.input_240 {
	font-size: 1em;
	width: 200px;
	height: 20px;
    padding-left: 3px;
    margin: 1px;
    border-radius: 0.3em;
}

.input_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: thin solid #999;
	border-radius: 0.4em;
	width: 220px;
	padding-left: 6px;
	padding-right: 6px;
}

.messages_box {
	background-color: #CFC;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.messages_box_admin {
    padding: 2px;
	background-color: #CFC;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.results_box {
	background-color: #CCF;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.specialoffer_box {
	background-color: #FC9;
	vertical-align: top;
	border: thin solid #999;
	border-radius: 0.4em;
}

.red_text {
	color: #F00;	
}

.representatives_comments_area {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:430px;
	height:150px;
	border: 0px none #FFF;
	padding: 10px;
}

.representatives_territory_area {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	width:820px;
	height:100px;
	border: 0px none #FFF;
	padding: 10px;
}

.larger_text {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.office_login_general_reports {
	background-color: #BFF;
	vertical-align: middle;
	border: thin solid #999;
	text-align: center;
}

.office_login_notes {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FF9;
	width:430px;
	height:150px;
	border: thin solid #999;
	padding: 10px;
	text-align: justify;
}

.office_login_my_reports {
	background-color: #FBF;
	vertical-align: middle;
	border: thin solid #999;
	text-align: center;
}

.totals_row {
	height: 20px;
}

.update_name_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}