body, html {
    background: url("./background.gif") repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    padding: 3px 3px 3px 3px;
    height: 98%;
}

h2, html {
	font-size: 14pt;
	text-align: center;
}

table.swp {
  border: 1px solid #000000;
  border-collapse: collapse;
  white-space: nowrap;
}

tr.archeo_swp {
  /*background:transparent*/  
  background-color: #666666;
  /*background-color: #badbea;*/
  font-weight: bold;
  font-family: sans-serif;
  color: #fffff;
 }

tr.swp_light {
  background-color: #ffffff;
}

tr.swp_dark {
  background-color: #e0e0e0;
}

td.swp {
    /*color: rgb(0, 88, 156);*/
    color: black;
    border: 0px;
    padding-top: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
}

div.main_page {
    position: relative;
    display: table;
    
    width: 800px;
    height: 100%;

    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;

    border-width: 1px;
    border-color: #212738;
    border-style: solid;

    background-color: #FFFFFF;

    text-align: center;
}

div.page_header {
    height: 99px;
    width: 100%;

    background-color: #F5F6F7;
}

div.page_header span {
    margin: 15px 0px 0px 50px;
    
    font-size: 180%;
    font-weight: bold;
}

div.page_header img {
    margin: 3px 0px 0px 40px;

    border: 0px 0px 0px;
}

div.table_of_contents {
    clear: left;
    min-width: 200px;
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    text-align: left;
  }

div.table_of_contents_item {
    clear: left;
    width: 100%;
    margin: 4px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

div.table_of_contents_item a {
    margin: 6px 0px 0px 6px;
}

div.content_section {
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    text-align: left;
}

div.content_section_text {
    padding: 4px 8px 4px 8px;
    color: #000000;
    font-size: 100%;
}

div.content_section_text pre {
    margin: 8px 0px 8px 0px;
    padding: 8px 8px 8px 8px;
    border-width: 1px;
    border-style: dotted;
    border-color: #000000;
    background-color: #F5F6F7;
    font-style: italic;
}

div.content_section_text p {
    margin-bottom: 6px;
}

div.content_section_text ul, div.content_section_text li {
    padding: 4px 8px 4px 16px;
}

div.section_header {
    padding: 3px 6px 3px 6px;
    background-color: #8E9CB2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
}

div.section_header_red {
    background-color: #CD214F;
}

div.section_header_grey {
    background-color: #9F9386;
}

.floating_element {
    position: relative;
    float: center;
}

div.table_of_contents_item a,
div.content_section_text a {
    /*text-decoration: none;*/
    /*font-weight: bold;*/
    color: #647380;
    text-decoration: none;
}

div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
    /*color: #000000;*/
    color: #647380;
    text-decoration: underline;
}

div.table_of_contents_item a:hover {
    /*    background-color: #000000;*/
    
    /*    color: #FFFFFF;*/
}

div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
    /*    background-color: #DCDFE6;*/
    
    /*    color: #000000;*/
    color: #647380;
    text-decoration: none;
}
/*  div.content_section_text a:link{
      text-decoration: underline;
  }
*/
div.content_section_text a:hover {
    /*    background-color: #000000;*/
    
    /*    color: #DCDFE6; */
    color: #647380;
    text-decoration: underline;
}

div.validator {
}

/* The Modal (background) */
div.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
/*    height: 100pt; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
div.modal-content {
    background-color: #fefefe;
    margin: 90pt auto; /* 15% from the top and centered */
    /*margin-left: auto; /* 15% from the top and centered */
    /*margin-right: auto; /* 15% from the top and centered */
    /*margin-top: 90pt;*/
    padding: 20px;
    border: 1px solid #888;
/*    width: 50%; /* Could be more or less, depending on screen size */
    width: 600px; /* Could be more or less, depending on screen size */
/*    .main_page*/
/*    overflow: scroll; /* Enable scroll if needed */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#ql th{
    padding: 2px;
    border: solid 2px gainsboro;
    text-align: center;
}

#ql td{
    padding: 5px;
    border: solid 2px gainsboro;
    /*color: grey*/
}

#ql{
    /*      border: solid 0px;*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

#Kplist th{
    padding: 2px;
    border: solid 2px gainsboro;
    text-align: center;
}

#Kplist td{
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 2px gainsboro;
    border-right: solid 2px gainsboro;
    /*color: grey*/
}

#Kplist{
    /*      border: solid 0px;*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    text-align: center;
    border-collapse: collapse;
}
.button {
    background-color: #c0c0c0; /* Green */
    border: none;
    color: white;
    padding: 5px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
</style>

