body{
	font-family: Arial, serif;
}

#outline{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}

#table{
	display:table;
	width:100%;
	padding: 0;
}

#title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #870052;
	background-image: url('../images/title_icon.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: white;
}

#title h1{
	margin-left: 115px;
}

#left-block{
	width: 200px;
	height: 100%;
	display:block;
	float: left;
	margin: 0px;
	text-decoration-color: transparent;
}

#right-block{
	width: 798px;
	display:block;
	float: left;
	margin: 0px;
	padding-top: 10px;
	line-height: 25px;
	padding-bottom: 20px;
	border-left: 2px solid #870052;	
}

#bottom-block{
	width: 100%;
	height: 50px;
	background-color: #870052;
	line-height: 25px;
	text-align: center;
	color: white;
}

.menu-div{
	height: 100px;
	margin: 0px;
	padding: 0px;
	line-height: 100px;
	padding-left: 10px;
}

.menu-div:hover{
	background-color: #D40963;
	color:white;
	cursor: pointer;
	border-right: 4px solid #870052;
}

.menu-div h3{
	font-weight: normal;
	font-size: large;
	font-weight: bold;
}


a{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;	
	text-decoration-color: inherit;
}

h3{
	margin: 0px;
}

.emailink{
	font-weight: bold;
}

#main-text{
	display: block;
}

#right-block p{
	text-align: justify;
}

.menu-text{
	margin: 0px;
	margin-left: 30px;
	margin-right: 5px;
	padding: 0px;
	text-align: justify;
	font-size: large;
	text-indent: 0em;
	line-height: 25px;
	display: none;
}

.info{
	font-style: italic;	
	font-size: medium;
	line-height: 25px;
	color: #0a0aff;
}

.info img{
	vertical-align: middle;
	padding-right: 0.5em;
}


/* Videos */ 

#video-block{
	width: 100%;
	display: flex;
}

#menu_video{
	width: 640px;
	margin: auto;
}

#menu_video button{
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: large;
	font-weight: bold;
	outline: none;
}

#menu_video button:hover{
	cursor: pointer;
	background-color: #585858;
	color:white;
}

.video-iframe{	
	justify-content: center;
	margin:auto;
	display: block;
	display: none;
	width: 640px;
	height: 360px;
	padding: 0px;
	border: 0;
}

.video-legend{
	font-style: italic;
	display:none;
}

.button_selected{
	background-color: #585858;
	color:white;
}

/* DATA */

#agreement{
	text-align: center;
	margin-bottom: 40px;
}

#agreement p{
	text-align: center;
}

{
	
}

.dataTypeBlock{
	float:left;
	width:778px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.dataTypeBlock-active{
	background-color: #ededed;
}

.titleDownload{
	width: 100%;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0px;
}

.titleDownloadLevel1:hover{
	cursor:pointer;
}

.titleDownload h3, .titleDownload h4{
	display: block;
	float: left;
	vertical-align: middle;
	margin: 10px;
}

.titleDownload h3, #agreement h2{
	color: #D40963;
}

.buttonExpandData{
	display: block;
	float: right;
	margin: 10px;
}

.buttonExpandDataLevel2{
	cursor: pointer;
}

.collapse_sign{
	font-weight: bolder;
}

.descriptionDownload{
	float: left;
	width: 100%;
}

.descriptionDownload p{
	margin-block-end: 0px;
	margin-block-start: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.contentDownload{
	float: left;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
	max-height: 0px;
	padding: 0px;
	margin-top: 1em;
}

.dataFileBlock{
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	float: left;
	width: 748px;
}

.dataFileBlock-active{
	background-color: #d6d6d6;
}

.dataFileBlock p, ol, ul{
	margin-block-start: 0px;
	margin-block-end: 1em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.collapsableText{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  float: left;
}

.downloadicon{
	vertical-align: middle;
	padding-right: 0.5em;	
}

.code{
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

.figure{
	text-align: center;
}

.figure figcaption{
	float: right;
}