﻿@charset "utf-8";
/*           CSS Document             */
/* Back To Basics Registration Styles */
/* Stylesheet coded by MCS Automation */

/*-----------------------------------*/
/*            Font Styles            */
/*-----------------------------------*/

* {
	margin: 0px;
	padding: 0px; }

.arial_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
}

.arial_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

.arial_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}

.arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
}

.arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
}

.arial_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
}

.arial_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
}

.roman_9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 12pt;
}

.roman_10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 13pt;
}

.roman_11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
}

.roman_12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}

.roman_14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 18pt;
}

.roman_18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 24pt;
}

.red_words {
	color: #ff0000;
}


.green_words {
	color: green;
}

/*-----------------------------------*/
/*        Table & Cell Styles        */
/*-----------------------------------*/

.table_regular {
	padding: 20px;
}

.cell_regular {
	padding: 5px;
}

.tabcontent {
	padding: 6px 12px;
}


/*-----------------------------------*/
/*         Position styles           */
/*-----------------------------------*/
/*
.focus_highlight {
    background-color: #CAC0FE;
}
	
.focus_regular {
    background-color: transparent;
}
	
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent_50 {
    margin-left: 50px;
}
*/
/*-----------------------------------*/
/*           Header styles           */
/*-----------------------------------*/
/*
#header {
	width: 30%;
	left: 2%;
	margin-top: 20px;
	position: absolute; 
}
*/
/*-----------------------------------*/
/*        Navigation styles          */
/*-----------------------------------*/
/*
div#nav {
	margin-top: 100px;
	padding-left: 2%;
	position: absolute;
	width: 15%;
	display: block; 
}
		
li.nav_selected {
	padding-left: 2%;
	background-color: #6694e3;
	color: #FFFFFF;
}
	
.nav_selected {
	padding-left: 2%;
	background-color: #6694e3;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

.nav {
	padding-left: 2%;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}
*/
/*-----------------------------------*/
/*            Color styles            */
/*-----------------------------------*/

.red {
    color: red;
}

.black {
    color: black;
}

/*-----------------------------------*/
/*            Main styles            */
/*-----------------------------------*/

/*
div#main {
	width: 73%;
	height: 85%;
	left: 17%;
	margin-top: 20px;
	position: absolute;
	border: 0px;
}
*/

/*
div#registration {
	width: 100%;
	height: 85%;
	left: 17%;
	margin-top: 20px;
	position: absolute;
	background-color: #efefef;
	border: solid #6694e3 5px; 
	overflow: auto;
}


.main_options {
	width: 100%;
	background-color: #6694e3;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 5px;
	vertical-align: middle;
}
	
.main_body {
	background-color: #efefef;
	color: #000000;
	margin: 0px;
	width: 95%;
	padding-right: 40px;
	padding-left: 40px;
}

*/

/*-----------------------------------*/
/*          Button Styles            */
/*-----------------------------------*/

.next_button {
	background-color: #003300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin-left: 10px;
	margin-right: 10px; 
	border: 2px;
	border-color: white;
	border-style: solid;
	width: 80px;
	height: 30px;
}

.alert_button {
	background-color: red;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	margin-left: 10px;
	margin-right: 10px; 
	border: 2px;
	border-color: white;
	border-style: solid;
	width: 80px;
	height: 30px;
}

.other_button {
	background-color: #330000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin-left: 10px;
	margin-right: 10px; 
	border: 2px;
	border-color: white;
	border-style: solid;
	width: 80px;
	height: 30px;
}


/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#container {
	background: #d2d2d2; /*Sample*/
	width:100%;
	height:100%;
}

/* popup_box DIV-Styles*/
#popup_box {
	display:none; /* Hide the DIV */
	position:absolute;
	_position:absolute; /* hack for internet explorer 6 */
	height:70%;
	width:95%;
	background:#FFFFFF;
	left: 0;
	top: 50px;
	z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin-left: 15px;

	/* additional features, can be omitted */
	border:2px solid #ff0000;
	padding:15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px #ff0000;
	-webkit-box-shadow: 0 0 5px #ff0000;
	box-shadow: 0 0 5px #ff0000;

}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:20px;
	line-height:15px;
	right:5px;
	top:5px;
	position:absolute;
	color:#6fa5e2;
	font-weight:500;
}




/*------------------------------------
            Cursor Styles
------------------------------------*/

.cursor_pointer {
    cursor: pointer;
}


