*
{
 margin: 0;
 padding: 0;
}

a:link		{color:#aa4400; text-decoration:none} /* unvisited link */
a:visited	{color:#aa4400; text-decoration:none} /* visited link */
a:hover		{color:#FF8000; text-decoration:none} /* mouse over link */
a:active	{color:#FF8000; text-decoration:none} /* selected link */

html
{
	font-family: Rockwell, "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #dddddd;
	height:100%;
}
body
{
	background-color: black;
	height:100%;
}
#LogoT
{
	width: 70%;
	height: auto;
	max-width: 400px;
}
#LogoO
{
	width: 40%;
	height: auto;
	max-width: 300px;
}
.MenuBox
{
	background-color:black; 
	opacity:0.9;
	width:90%;
	padding:20px;
	margin:2px;
	border-radius: 24px;
	border-style:solid;
	border-color:orange;
	border-width:3px;
	min-height: 100px; /* temp fix */
}

#FloatLeft
{
	float: left;
}
#FloatRight
{
	float: right;
}

#left
{
	float:left;
	padding-right: 10px;
	margin: 10px;
	width:23%;
}
#center
{
	margin: 0 auto;
	width:50%;
}
#right
{
	float: right;
	padding-left: 10px;
	margin: 10px;
	width:23%;
}




#bg
{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
}
#content
{
 position:relative;
 z-index:1;
 background-color:transparent;
 padding-top: 85px;
 padding-bottom: 30px; 
 width: 83%;
 margin: auto;
}

#bottom
{
	background-repeat:no-repeat;
	height:31px;
	margin-top:-5px;
	text-align: center;
	font-size: 14px;
	font-family: "Arial Narrow";
	color: #777777;
}
h1
{
	font-size: 30px;
	font-weight: bold;
	color: #e80000;
	text-align: center;
}
h2
{
	font-size: 26px;
	font-weight: bold;
	color: #ff8000;
	text-align: center;
	margin-bottom: 8px;
}
h3
{
	font-size: 20px;
	font-weight: bold;
	color: #ff8000;
	text-align: center;
}
h4
{
	font-size: 16px;
	font-weight: normal;
	color: #dddddd;
	text-align: center;
}
h5
{
	font-size: 16px;
	font-weight: normal;
	color: #fc0;
	text-align: center;
}
h6
{
	font-family: "Arial Narrow";
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.vinp
{
 display:none;
}
.inp 
{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 6px;
  margin: 6px;
  border: 1px solid #fff;
  background-color:#333;
  color: #ff7f00;
  width:95%; max-width: 800px;
  border-radius: 6px;
	font-family: "Courier";
	font-weight: normal;
  font-size: 24px;
	text-align: center;
}
.inp:focus
{
  box-shadow: 0 0 10px rgba(255, 128, 0, 1);
  padding: 12px;
  border: 1px solid rgba(255, 128, 0, 1);
  background-color:#000;
	color: #ffffff;
}
.butn
{
	min-width: 200px;
	min-height: 40px;
}
p
{
	font-size: 18px;
	font-weight: normal;
	color: #cccccc;
	text-align: center;
	padding-bottom: 10px;
}
.testRelults#testSuccessful
{
  margin: 5px 80px 5px 40px;
  border: 5px solid;
  background: #ffffff;
  padding: 20px 32px;
  background-repeat:  no-repeat;
  background-position:  6px -3px;
  border-color: #009933;
	color:#000;
  background-image: url('/images/sucess.png');
  vertical-align: middle;
}

.testRelults#testFailed
{
  margin: 5px 80px 5px 80px;
  border: 5px solid;
  background: #ffaaaa;
  padding: 20px 32px;
  background-repeat:  no-repeat;
  background-position:  6px -3px;
  border-color: #cc0000;
	color:#000;
  background-image: url('/images/fail.png');
  vertical-align: middle;
}
.testResult
{
  padding-left: 30px;
  font-weight: bold;
}
.buttonsContainer
	{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	padding: 10px;
	border-bottom: solid 2px #663d00;
	}

.buttonsContainer .commonButton span
	{
	display: none;
	}

.buttonsContainer .commonButton button 
	{
	width: 91px;
	height: 35px;
	text-align: center;
	}

.buttonsContainer .commonButton button 
	{
	white-space: nowrap;
	}

.buttonsContainer .commonButton 
	{
	margin-left: 0px;
	}

.commonButton 
	{
	display: inline;
	}

.commonButton button 
	{
	background-image: url('/images/btn_bg.gif');
	border: 0 solid white;
	background-repeat: no-repeat;
	}

.commonButton button[disabled] 
	{
	background-image: url('../img/glyph/btn_bg-disabled.gif'); 
	color: #999999; 
	}  

.commonButton button,
.commonButton 
	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	}

.error {color: #FF0000;}

ul#main_menu
{
 	list-style-type:none;
	margin-bottom: 10px;
	padding:0px;
	position: static; 
	/*overflow:auto;*/
  background: black; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, transparent, #111, #222, #333, #222, #111, transparent); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, transparent, #111, #222, #333, #222, #111, transparent); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, transparent, #111, #222, #333, #222, #111, transparent); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, transparent, #111, #222, #333, #222, #111, transparent); /* Standard syntax (must be last) */
}
ul#main_menu li
{
	margin:0px; padding-top:9px;padding-bottom:9px;
	list-style:none;
	display:inline;
	background-color: transparent;
	line-height:40px;
}
ul#main_menu li a
{
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	color:#909090;
	text-transform:lowercase;
	font-size:20px;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#main_menu li a:hover
{
	color:#fff;
}
ul#main_menu li a.active
{
	color:#ff8000;
	font-weight:bold;
}
#tableData
{
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
} 
#tableTitle
{
	text-align: right;
	vertical-align: bottom;
	color: #c00000;
}
#progress-bar
{
	position: relative;
	left: 50%;
	margin-left: -158px;
	background: url(/images/percentage-bg.png) no-repeat left center;
	width: 316px;
	height: 39px;
}
#progress-level
{
	background: url(/images/progress.png) no-repeat left center;
	width: 70%; /* SET THIS TO GET THE DESIRE LEVEL */
	height: 39px;
}
.btn-floating
{
	display:inline-block;
	background-color:transparent;
	position:relative;
	overflow:hidden;
	padding:0;
	cursor:pointer;
	width:42px;
	height:64px;
	line-height:40px;
	opacity: 0.5;
position:absolute;
	top:40%;
}
.btn-left
{
  background-image: url('/images/to-left.png'); 
  left:0;
}
.btn-right
{
  background-image: url('/images/to-right.png'); 
	right:0;
}
.btn-floating:hover
{
	opacity: 1;  
}
.darkfadebg {
  background: black; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, transparent, transparent, #111, #222, #111, transparent, transparent); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, transparent, transparent, #111, #222, #111, transparent, transparent); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, transparent, transparent, #111, #222, #111, transparent, transparent); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, transparent, transparent, #111, #222, #111, transparent, transparent); /* Standard syntax (must be last) */
}
.sticktop {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 999;
}




