@charset "UTF-8";
html {
	position:relative;
	width:1024px;
	height:602px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

body {
	position:absolute;
	left:0px;/**/
	top:0px;
    background:#ccc;
	margin-top: auto;
	margin-bottom: auto;
    /*padding:0px;*/
    font-family: Arial,Helvetica,sans-serif;
}

body iframe {
	position:absolute;
	top:0px;
	margin:0px;
	padding:0px;
	width:980px;
	height:458px;
	background:#fff; /**/
	background-repeat:no-repeat;
	background-position:center;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	border:0;
	z-index:1;
	overflow:hidden;
}

.iframeWrapper {
	position:absolute; 
	top:0px; 
	margin:0px; 
	margin-top:125px; 
	margin-left:21px;
	padding:0px; 
	width:980px; 
	height:458px; 
	z-index:2; 
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	overflow:hidden; 
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /*Chrome rounded corner fix*/
}
.listBox {
	position: absolute;
	top: 136px;
	margin-left: 31px;
	width: 960px;
	height: 440px;
	z-index: 10;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /*Chrome rounded corner fix*/
	background-color: rgba(255,255,255,0.97);
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}

.threeC
{
	height: 370px;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;

	-moz-column-gap:0px; /* Firefox */
	-webkit-column-gap:0px; /* Safari and Chrome */
	column-gap:0px;
	font-size:17px;
	line-height:25px;
	padding: 12px;
}

.threeC strong
{
	margin-bottom: 5px;
}

.Copyright {
	postion:absolute;
	margin-top:604px;
	width:1024px;
	height:40px;
	text-align:center;
	font-size:12px;
	color: #999;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.Logo {
	postion: absolute;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 980px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
	background-image: url(../images/logo.png) !important;
}
.LogoHide {
	background-image: url() !important;
}



.Step_Buttons p {
	color:#0F3E50 !important; 
}

#CurrentSection {
	postion:absolute;
	margin-top:0px;
	margin-left:20px;
	padding-left:10px;
	padding-top:8px;
	width:970px;
	height:34px;
	background:#0F3E50;
	color: #FFF;
	font-size:17px;
}

#tutorialList ul {
	margin: 0px 0px 20px 0px;
}

#tutorialList li{
  margin-bottom: 2px;
}

.moveDown {
	margin-bottom: 10px !important;
}

.Menu {
    position:absolute;
	top:0px;
    background:#fff;/**/
    width:1024px;/* 980px*/
    height:600px;/* 458px + 100px + 42px*/
    border:1px #aaa solid;
    margin:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	border-radius:10px;
}

/* menu styles */
.Menu .Tab {	
	overflow:hidden;
	/*border:1px solid #900;*/
	position:absolute;
	width:100%;
	height:45px;
	z-index:1;
	
}

.MenuTabp {
	position:relative;
	margin:auto;
	width:25%;
	height:30px;
	text-align:center;
	font-size:22px;
	border:1px solid #cccccc;
	border-top-color:#cccccc;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	color:#FFF;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
	-webkit-box-shadow: 0 0 20px 0px #888;
	-moz-box-shadow: 0 0 20px 0px #888;
	box-shadow: 0px 0px 20px 0px #CCCCCC;
	-webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -o-transition-duration:.5s;
	-ms-transition-duration:.5s;
	cursor: pointer; cursor: hand;
	z-index:5;
}

.Menu .Topics {
	overflow: hidden;
	margin-top: 0px;
	height: 230px;/* This number is important for the overall size of the menu, anything outside this might not show*/
	position: absolute;
	z-index: 4;
	pointer-events: none;
}

.Menu .Topics .Main table {
	position:relative;
	top:-130px;/* Change this code of move where the table should begin at*/
	float:top;
	margin:auto;
	margin-left:30px;
	padding:5px;
	width:94%;
	height:100px;
	border:1px solid #4d5e7d;
	border-top-color:#cccccc;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	color:#FFF;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
	-webkit-box-shadow: 0 0 20px 0px #888;
	-moz-box-shadow: 0 0 20px 0px #888;
	box-shadow: 0px 0px 20px 0px #CCCCCC;
	-webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -o-transition-duration:.5s;
	-ms-transition-duration:.5s;
}

.Menu .Topics .Main table td {
	position:relative;
	border-right:1px solid #4d5e7d;
	/*border:1px dashed #990000;*/
	margin:auto;
	text-align:center;
	pointer-events: auto;
	cursor: pointer; cursor: hand;
}

.Menu .Topics .Main table td:last-child {
	position:relative;
	border:none;
	margin:auto;
}

.Menu .Topics .Sub {
	overflow:hidden;
	margin-top:0px;
	height:120px;
	width:100%;
	position:absolute;
	/*border:dashed #990000;*/
	z-index:3;
}

.shrinkText {
	font-size: 12px !important;
}

.Menu .Topics .Sub table {
	position:absolute;
	top:-180px;
	float:top;
	margin: auto;
	left:5%;
	padding:5px;
	width:90%;
	height:60px;
	border:1px solid #4d5e7d;
	border-top-color:#999999;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	color:#FFF;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #999999 0%,#666666 100%); /* IE10+ */
	-webkit-box-shadow: 0 0 20px 0px #888;
	-moz-box-shadow: 0 0 20px 0px #888;
	box-shadow: 0px 0px 0px 0px #CCCCCC;
	-webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -o-transition-duration:.5s;
	-ms-transition-duration:.5s;
}

.Menu .Topics .Sub table td {
	position: relative;
	border-right: 1px solid #4d5e7d;
	/*border:1px dashed #990000;*/
	margin: auto;
	text-align: center;
	pointer-events: auto;
	cursor: pointer;
	cursor: hand;
}


.Menu .Topics .Sub table td:last-child {
	position:relative;
	border:none;
	margin:auto;
}

.pagelink  {
	cursor: pointer;
	cursor: hand;
}
	
.pagelink a:link {
	color:#fff;
	text-decoration:none;
}
.pagelink a:visited {
	color:#fff;
	text-decoration:underline;
}
.pagelink a:hover {
	color:#ccc;
	text-decoration:underline;
}
img {
	border:0;
}
iframe {
	background-color: transparent;
	overflow: hidden;
	z-index: 1;
}

.overGradient {
	color:#000;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #999999 0%,#cccccc 100%); /* IE10+ */
}


a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

@keyframes blink {  
    0% { opacity: 1; }
    50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
	100% { opacity: 1; }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
} 
.CurrentSectionC a:link {
	color:#fff;
	text-decoration:none;
}
.CurrentSectionC a:visited {
	color:#fff;
	text-decoration:underline;
}
.CurrentSectionC a:hover {
	color:#ccc;
	text-decoration:underline;
}

.onScreenLink {
	color: #0000FF !important;
}