
html {background-color: white;}

body {margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid gray;
	padding: 20px 0px 0px 0px;	/* Top Right Bottom Left */
	font-family: "Tahoma", "Arial", "sans-serif", "Verdana";
	font-size: small;
	line-height: 1.3em;}

.divPageHeader {background-color: white;
	border-top: 1px solid gray;
	height: 180px;	/*163*/
	padding: 0px 0px 0px 15px;	/* Top Right Bottom Left */
	position: fixed;	/* or absolute*/
    top: 0px;
    width: 100%;}

h1 {font-size: 130%;}
h2 {font-size: 110%;}
h3 {font-size: 90%;}
h4 {font-size: 70%;}

table, th, td {border: 1px solid black;
			border-collapse: collapse;
			font-size: 90%;
			line-height: 0.5em;}

th, td {padding: 10px;
		font-size: 90%;}

th{text-align: left;}

tblAcronyms, td {border: 1px solid white;}

p.line {background: blue;
		height: 2px;
		position: fixed;
		/*top: 150px;*/
		width: 100%;}

span.wordwrapformula {word-wrap: break-word;}

span.codefontshort{font-size: small; 
					font-family: "Courier New", "Courier", "monospace";}

p.codefont{font-size: 11px; font-family: "Courier New", "Courier", "monospace";}
	.keywordblue {color: blue;}
	.keywordgreen {color: green;}
	.keywordred {color: red;}

p.disclaimercodefont{font-size: 10px;
		font-style: italic;}

/* Style the Tab */
.tab {background-color: #f1f1f1;	/*#f1f1f1;*/
	border: 1px solid #ccc;
    overflow: hidden;
	text-align: left;
	/*position: fixed;*/
}

/* Style the buttons that are used to open the Tab Content */
.tab button {background-color: inherit;	/*inherit;*/
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
	font-size:90%;
    padding: 10px 10px;
    transition: 0.3s;
	text-align: left;
}

/* Change background color of buttons on hover */
.tab button:hover {background-color: #ddd;
}

/* Create an active / current tablink class */
.tab button:active {background-color: #337DFF;	/* Blue */
	border: none;}

/* Style the tab content */
.clsTabContent button:active {
	background-color: #ffff00;	/* Yellow */
	border: 1px solid #ccc;
    border-top: none;
    display: none;
    padding: 6px 12px;
}

h1 {	display: inline-block;}

/*dropdown
.dropbtn {
	background-color: #3498DB;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 16px;
	padding: 16px;
}

/* Dropdown button on hover & focus
.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content
.dropdown {
	display: inline-block;
	position: relative;
}

/* Dropdown Content (Hidden by Default)
.dropdown-content {
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
	min-width: 160px;
	position: absolute;
	z-index: 1;
}

/* Links inside the dropdown
.dropdown-content a {
	color: black;
	display: block;
	padding: 12px 16px;
	text-decoration: none;
}

/* Change color of dropdown links on hover
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button)
.show {display:block;}

a.menu_links {
    cursor: pointer;
}*/

/*-------------------------------------------------------------*/

/* Navigation */
.clsNavigation {
	background-color: #DCDCDC; /* Black*/
	bottom: 0;
	left: 0;
	margin-top: 177px;	/*166*/
	margin-bottom: 5px;
	margin-left: 15px;
	max-height: 0px;	/* Changed this with JavaScript */
	overflow-x: hidden; /* Disable horizontal scroll */
	overflow-y: scroll;
	padding-top: 25px; /* Place content 60px from the top */
	position: fixed;	/*fixed or absolute /* Stay in place */
	right: 0;
	top: 0; /* Stay at the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the clsNavigation */
	width: 0; /* Changed this with JavaScript */
	z-index: 990; /* Stay on top */
}

/* Navigation Links */
.clsNavigation a {
	color: #111;
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	list-style-type: none;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	transition: 0.3s;
}

/* Navigation hover color change */
.clsNavigation a:hover {
	color: #A9A9A9;
}

/* Navigation Close Button */
.clsNavigation .clsNavigationClose {
	border: 2px solid #800000;
	border-radius: 4px;
	color: #800000;
	font-size: 10px;
	font-weight: Bold;
	height: 12px;
	margin-left: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 7px;
}

/* Push the page content to the right when the Navigation Pane is opened #IdDivBody*/
#IdDivBody {
	padding: 15px;
	padding-top: 150px;
	transition: margin-left 0.5s;
}

/* On smaller screens, where height is less than 450px, change the padding and font size */
@media screen and (max-height: 450px) {
	.clsNavigation {padding-top: 15px;}
	.clsNavigation a {font-size: 18px;}
}
