@charset "UTF-8";
/* CSS Document */

  body{background-color:#7ad7fd;}
   
  table.elementstable {
	  background-color:#7ad7fd; 
      border-collapse: collapse;
	  position:absolute; top:0; left:0; right:0; width:100%;
	  color:#000000; white-space:normal;}
	  
 table.elementstable2 {
	  background-color:#7ad7fd; 
      border-collapse: collapse;
	  position:absolute; top:175px; left:0; right:0; width:100%;
	  color:#000000; white-space:normal;}
	  
  table.elementstableMenu {
	  background-color:#7ad7fd; 
      border-collapse: collapse;
	  position:absolute; top:0; left:0; right:0; width:100%;
	  color:#000000; white-space:no-wrap;}

  table.elementstable td.title {	  
      width:100%; 
	  text-align:center; font-size:280%; font-style:italic;
	  padding-left:15px; padding-right:15px;
	  border-bottom:1px solid #7d7d7d;}
	  
  table.elementstable td.notTitleAdd {	  
      width:100%; 
	  text-align:center; font-size:35px; color:#0000ff;
	  padding-bottom:20px;padding-top:20px;
	  padding-left:15px; padding-right:15px;
	  border-bottom:1px solid #7d7d7d;}
	  
  table.elementstable td.bottom {	  
      width:100%; 
	  text-align:left; font-size:20px; font-style:italic;
	  padding-left:15px; padding-right:15px;
	  background-color:#7ad7fd; }
	  
  table.elementstable td.topRight {	  
      width:100%; 
	  background-color:#7d7d7d;
      height:125px;
      padding-bottom:30px;padding-top:30px;
	  padding-left:80px; padding-right:80px;
	  border-bottom:1px solid #7d7d7d;}
	  
  table.elementstable td.topLeft {	  
      width:100%; 
	  background-color:#7d7d7d;
      height:125px;
      padding-bottom:45px;padding-top:45px;
	  padding-left:80px; padding-right:80px;
	  border-bottom:1px solid #7d7d7d;}
	  
  table.elementstableMenu td.menu {	  
      width:100%; 
	  text-align:left; font-size:50px;
	  padding-bottom:50px;padding-top:50px;
	  padding-left:30px; padding-right:30px;
	  border-bottom:1px solid #7d7d7d;}
	  
  table.elementstableMenu td.menuTop {	  
      width:100%; background-color:#7d7d7d;
	  height:120px;
	  display:block;
	  color:white;
	  text-align:center; font-size:80px;
	  padding-bottom:20px;padding-top:30px;
	  padding-left:15px; padding-right:15px;
	  border-bottom:1px solid #7d7d7d;}
	 
	
	  
	  .delete {
    vertical-align: middle;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.delete1 {
	font-size:35px;color:red;border-radius:8px;
	font-weight: bold;
    background-color: white;
    color: red;
    border: 2px solid red;
}

.delete1:hover {
	font-size:35px;color:red;border-radius:8px;
	font-weight: bold;
    background-color:red;
    color: white;
}


	  .changeimage {
    vertical-align: middle;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.changeimage1 {
	font-size:35px;color:orange;border-radius:8px;
	font-weight: bold;
    background-color: white;
    color: orange;
    border: 2px solid orange;
}

.changeimage1:hover {
	font-size:35px;color:orange;border-radius:8px;
	font-weight: bold;
    background-color:orange;
    color: white;
}


  .blue {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	white-space:no-wrap;
}

.blue1 {
	font-size:35px;color:blue;border-radius:8px;
	font-weight: bold;
    background-color: white;
    color: blue;
    border: 2px solid blue;
	white-space:no-wrap;
}

.blue1:hover {
	font-size:35px;color:red;border-radius:8px;
	font-weight: bold;
    background-color:blue;
    color: white;
	white-space:no-wrap;
}
	  
	  
	  
	  
	  li.row {
	  vertical-align: middle;
	  width:95%;
	  min-height: 100px;
	  text-align: left;
	  padding-left:20px;padding-right:20px;
	  padding-bottom:30px;padding-top:30px;
	  border-bottom:1px solid #7d7d7d;
	  }
	  
	  text.nameData {
	  font-size:35px;color:black;font-style:italic;vertical-align: middle;
	  }
	  
	  
	  
  table.elementstable a {width:100%;}
  table.elementstable a:visited {color:#000000;}
  table.elementstable a:link {color:#000000; text-decoration: none;}
  table.elementstable a:hover {color:#000000;}
  
  
  table.elementstableMenu a {display:block; width:100%;}
  table.elementstableMenu a:visited {color:#000000;}
  table.elementstableMenu a:link {color:#000000; text-decoration: none;}
  table.elementstableMenu a:hover {color:#000000;}
	
	
  img.image {max-height:120px; max-width:120px; border-style:solid; border-width: 2px; vertical-align: middle;}
  
  img.spacer {width:35px;vertical-align: middle;}
  
  img.icon {height:35px; width:35px;}


} 