body {
	background-color : #FBFDFF;
	layer-background-color:#FBFDFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B2630;
	font-size: x-small;
	padding : 0;

	background: url(../../images/background_main_1024x768.gif) no-repeat fixed;
}
html {overflow-y: scroll;}
table.table tr td {
	background: white;
}
.yellow {
	color: yellow;
}
.chart {
	width: 100%;
}
span.note {
	font-weight: normal !important;
}
h1 {
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px black;
	box-shadow: 1px 5px 15px silver;
	
	background: #1a8fd1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOGZkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWRjZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1a8fd1 0%, #aedcf5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a8fd1), color-stop(100%,#aedcf5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a8fd1 0%,#aedcf5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a8fd1 0%,#aedcf5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a8fd1 0%,#aedcf5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a8fd1 0%,#aedcf5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8fd1', endColorstr='#aedcf5',GradientType=0 ); /* IE6-8 */
	
}
h3 {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	color: #0071D0;
}
@media all and (max-width: 767px) {
	.myhide {
		display: none;
	}
	h1 {
		font-size: 14px;
	}
}
table.small tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}
SMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TD,P {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #000000;
}
A {
	text-decoration: none;
	color : #FC5807;
	font-weight: bold;
}

A:hover   {
	text-decoration: underline;
	color : #FC5807;
}
.fa {
	padding: 6px 0;
}

div#buttons a {
	padding: 2px 7px;
	
}
.tableSubTitle1 {
	background: #424D73 !important;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableSubTitle2 {
	background: #C6DBE7 !important;
	font-weight: bold;
}
.tableSubTitle3 {
	background: #EFBDDD !important;
	font-weight: bold;
}
.tableSubTitle {
	background-color: #EFF7B5;
}
.goButton {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #1D9FE8;
	color : White;
	cursor: hand;
	font-weight : bold;
}
/***********************/
/*   SEARCH CLASSES    */
/***********************/
.syellow{background-color: yellow;}
.searchTitleBar{
	background-color: #54BDEA;
	font-size: xx-small;
}

.searchSubTitleBar{ 
	background-color: #ADDBA0;
	color : #000000;
	font-weight: bold;
}

.searchLightTable{ 
	background-color: #E3FADF;
}

A.searchPageLink {
	
}


A:hover.searchPageLink  {
	
}
.chapter {
	display: none;
}
p.bigger {
	font-size: 14px;
	line-height: 190%;
}
.onlyprint {
	display: none;
}
@media print {
	p.bigger {
		font-size: 14px;
		line-height: 170%;
	}
	p.pagebreak {
		page-break-after:always;
	}	

	h1.chapter {
		display: block;
		text-align: center;
		margin-top: 50%;
		font-size: 36px;
	}
	.onlyprint {
		display: block;
	}
	  .noprint {
	  	display: none;
	  }
	  a[href]:after {
	    content: none !important;
	  }
	.table-striped > tbody > tr:nth-child(odd) > td {
		background: #FFF9C5 !important;
	}  
	th.tableSubTitle1 {
		background: #424D73 !important;
		color: white !important;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	th.tableSubTitle2 {
		background: #C6DBE7 !important;
		font-weight: bold;
	}
	th.tableSubTitle3 {
		background: #EFBDDD !important;
		font-weight: bold;
	}
	
}
.ekloges-2021-div {
display: flex;
}

.ekloges-2021-link {
background-color: orange;
color: white;
width: 100%;
}