* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Arial;
	color: rgb(150, 150, 150);
	width: 100%;
	
}

body, nav, main {
	background-color: rgba(33, 41, 46, 1);
}

p, div, body {
	margin: 0px;
}

/*img, li, a {
	-webkit-user-select: none;
}*/

p {
	margin-bottom: 10px;
}

.note {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.note ul {
	margin-top: 5px;
}

.cubasisonly {
	height: 40px;
	position: relative;
	float: right;
	right: 30px;
	margin: 0px;
	display: block;
	margin-bottom: -20px;
}

h1, h2, h3, strong, dt, a.active, a:hover, a:active {
	color: #E8F1F8;
}

h1 {
	font-size: 20pt;
	margin-bottom: 17px;
	margin-top: 50px;
}

h2 {
	margin-bottom: 5px;
	font-size: 16pt;
}

h3 {
	margin-bottom: 5px;
}

input {
	background-image: url('help_search_bar.png');
	background-size: 100% 100%;
	background-color: transparent;
	border: 0px none;
	color: white;
	font-size: medium;
	padding-left: 2em;
	padding-top: 0.3em;
	padding-right: 0px;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}

a {
	color: rgb(102, 131, 149);
}



/** Navigation styles */
nav {
	position: fixed;
	min-width: 200px;
	max-width: 10%;
	top: 41px;
	left: 5px;
}

nav ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 5px;
}

nav li {
	list-style-type: none;
	padding-bottom: 7px;
	color: white;
}

nav li ul {
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

nav li a {
	text-decoration: none;
}

nav li a:active {
	font-weight: bold;
}

nav li li {
	list-style-position: inside;
	list-style-type: disc;
}

nav li li li{
	list-style-position: inside;
	list-style-type: circle;
}

p ul li li {
	list-style-position: inside;
	list-style-type: disc;
}

div#search img {
	height: 100%;
}

/** Is needed by the JavaScript scrollfix **/
.spacer {
	height: 75px;
}

main {
	position: absolute;
	left: 200px;
	padding-left: 115px;
	height: 100%;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	right: 0px;
	min-with: 665px;
	max-width: 100%;
	overflow-x: hidden;
}

main p, main li, .note {
	width: 80%;
}

main li{
	padding-bottom: 3px;
}


li .note {
	width: 100%;
}

main ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

li img, img.ico {
	height: 25px;
	position: relative;
	left: -100px;
	top: 0px;
	margin: 0px;
	display: block;
	margin-bottom: -20px;
}

header img {
	padding-top: 5px;
	padding-bottom: 5px;
}

section {
	clear: both;
}

section .cubasisonly {
	clear: both;
	background-color: "black";
	background-image: "help_cubasisonly.png";
	background-position: top right;
	background-size: 100px;
}

section ul {
	padding-top: 5px;
}

section ul  li{
	padding-top: 2px;
}

:target{
    display: block;    
    position: relative;     
    padding-top: 60px;
	
    
}

:target:before {
	content: "";
	display:block;
	position:relative;
	margin-top: -34px;
	background: url("help_break.jpg") no-repeat;
	width: 337px;
	height: 5px;
	visibility: show;
	padding-top: 20px;
}



dl {
	margin-top: 0px;
	margin-bottom: 0px;
}

dt {
	display: block;
	clear: both;
	font-size: 12pt;
	margin-top: 15px;
}

dd {
	width: 75%;
	margin-left: 0px;
}

dl p {
	width: 100%;
}

dd li {
	width: 100%;
}

dt:first-child {
	margin-top: 0px;
}


@media (min-width: 1200px) {
	main {
		padding-right: 20%;
		min-width: 800px;
		font-size: 115%;
	}
}


h2 img {
	height: 30px;
	position: relative;
	left: -100px;
	top: 5px;
	margin-bottom: -25px;
	display: block;
}


dl .note strong {
	font-weight: normal;
	font-size: 12pt;
}

nav img {width: 90%;
}



body, nav, main {
	background-color: rgba(33, 41, 46, 1);
	margin-left: 40px;
}

nav ul {
	margin-top: 22px;
	margin-bottom: 8px;
	padding-left: 5px;
}