html {
  height:100%;
  width:100%;
  }
        
body {
  margin:0;
  width:100%;
  top: 95px;
  bottom: 30px;
  padding: 95px 0px 30px 0px;
  border:0;
  }
        
form {
  margin:0;
  }
       
.siteheader {
  //border: solid #ff0000;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:80px;
  margin:0;
  //min-width:800px;
  overflow:hidden;
  color:#418FDE;
  border-bottom: thick solid #418FDE;
  }

  .siteHeader .headerleft{
    //border: dotted #00FF00;
    position:absolute;
    display:inline-block;
    top:0px;
    left:0px;
    height:80px;
    text-align:left
    } 

  .siteHeader .headerright{
    //border: dotted #00FF00;
    position:absolute;
    display:inline-block;
    top:0px;
    right:0px;
    height:80px;
    text-align:right
    }
        
  .siteheader .headerleft .logo {
    //border: solid #ffff00;
    display:inline-block;
    height: 60px;
    width: 100px;
    background-size: contain;
    margin: 5px 5px 5px 5px;
    //padding: 3px;
    text-align: center;
    vertical-align: middle;
    color: #418FDE;
    }
   
  .siteheader .headerright .navItem {
    //border: dotted #0000FF;
    display: inline-block;
    height: 60px;
    width: 70px;
    margin: 5px 5px 5px 5px;
    //padding: 3px;
    text-align: center;
    vertical-align: middle;
    color: #418FDE;
    }

    .siteheader .headerright .navItem:hover {
      box-shadow: 0 0 7px 3px #46b8da;
      background-color: #BCF5A9;
      color: #FF0000;
      border-radius: 10px 10px 10px 10px;
    }

.sitecontent {
  height:100%;
  width:99%;
  overflow:auto;
  }

  .sitecontent .sitecontentheader {
    text-align:center;
    font-weight:bold;                                                                                        
    font-style:italic;                                                                                       
    font-size:20px;
    color:#418FDE;                                                                                          
    }

  .sitecontent .navItem2Group {
    //background-color:#5a5a5a;
    border:3px solid #418FDE;
    border-radius:10px;
    display:inline-block;
    //margin:10px;
    width:100%;
    }

    .sitecontent .navItem2Group .navItem2GroupHeader {
      background-color:#418FDE;
      border:3px solid #418FDE;
      font-weight:bold;                                                                                        
      font-style:italic;                                                                                       
      font-size:20px;
      color:#FFFFFF;
      //color:#418FDE;                                                                                          
      }

    .sitecontent .navItem2Group .navItem2 {
      display: inline-block;
      height: 60px;
      width: 70px;
      margin: 5px 5px 5px 5px;
      text-align: center;
      vertical-align: middle;
      color: #418FDE;
      }

      .sitecontent .navItem2Group .navItem2:hover {
        box-shadow: 0 0 7px 3px #46b8da;
        background-color: #BCF5A9;
        color: #FF0000;
        border-radius: 10px 10px 10px 10px;
        }
              
.sitefooter {
  position:absolute;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  min-width:800px;
  overflow:hidden;
  height:20px;
  background:#418FDE;
  color:#FFFFFF;
  text-align:center;
  font-size:0.75em;
  }
        
  .siteFooter .left{
    float:left;
    overflow:hidden;
    padding-left:10px
    }

  .siteFooter .right{
    overflow:hidden;
    min-width:200px;
    padding:0 10px 0 10px;
    text-align:right
    }
     
.stlbtn {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  width:125px;
  height:35px;
  color:#FFFFFF;
  background-color:#418FDE;
  //background-color:green;
  text-align:center;
  border-radius:15px;
  padding:2px;
  }

  .stlbtn:hover {
    text-decoration:underline;
    color:#FFFF00;
    text-align:center;
    }
      
.stlbtl {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  width:100%;
  height:35px;
  color:#FFFFFF;
  background-color:#418FDE;
  text-align:center;
  border-radius:15px;
  padding:2px;
  }

  .stlbtl:hover {
    text-decoration:underline;
    color:#FFFF00;
    text-align:center;
    }
   
.stlbts {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  width:50px;
  height:35px;
  color:#FFFFFF;
  background-color:#418FDE;
  //background-color:green;
  text-align:center;
  border-radius:15px;
  padding:2px;
  }

  .stlbts:hover {
    text-decoration:underline;
    color:#FFFF00;
    text-align:center;
    }

.stltxn {
  width:50px;
  color:#418FDE;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  }
  .stltxn:focus {
    box-shadow:0 0 20px blue;
  }

.stltxs {
  width:100px;
  height:30px;
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stltxs:focus {
    box-shadow:0 0 20px blue;
  }

.stltxm {
  width:250px;
  height:30px;
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stltxm:focus {
    box-shadow:0 0 20px blue;
  }

.stltxl {
  width:450px;
  height:30px;
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stltxl:focus {
    box-shadow:0 0 20px blue;
  }

.stlnot {
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  overflow:auto;
  }
  .stlnot:focus {
    box-shadow:0 0 20px blue;
  }

.stlcbm {
  width:250px;
  height:30px;
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-color:#418FDE;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stlcbm:focus {
    box-shadow:0 0 20px blue;
  }
.stlcbo {
  width:450px;
  height:30px;
  color:#418FDE;
  font-size:20px;
  background-color:#FFFFFF;
  border-color:#418FDE;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stlcbo:focus {
    box-shadow:0 0 20px blue;
  }

.stlcbf {
  background-color:#418FDE;                                                                               
  color:#FFFFFF;
  width:85%;
  font: italic bold 18px arial;
  border-width:0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
  .stlcbf:focus {
    box-shadow:0 0 20px blue;
  }

.stlcbx {
  width:75px;
  height:30px;
  font-weight:bold;
  font-size:16px;
  border-style:dashed;
  border-width:1px;
  border-radius:5px;
  padding-left:5px;
  }
  .stlcbx:focus {
    box-shadow:0 0 20px blue;
  }

.stllst {
  border:1px solid black;
  padding:15px;
  border-radius:10px;
  box-shadow: 10px 10px 10px #999;
  min-width: 800px;
  }      
  .stllst th {                                                                                                 
    background-color:#418FDE;                                                                               
    border-radius:5px;
    font: italic bold 18px arial;
    color:#FFFFFF;                                                                                          
    }                                                                                                        
  .stllst td {                                                                                                 
    font: bold 16px arial;
    white-space:nowrap;                                                                                      
    }

.stlfrm {
  border:1px solid black;
  padding:15px;
  border-radius:10px;
  box-shadow: 10px 10px 10px #999;
  }
  .stlfrm th {                                                                                                 
    background-color:#418FDE;                                                                               
    border-radius:5px;
    font: italic bold 20px arial;
    color:#FFFFFF;                                                                                          
    }                                                                                                        
  .stlfrm td {                                                                                                 
    font: bold 20px arial;
    white-space:nowrap;                                                                                      
    }                                                                                                        
        
.stllbt {
    font-weight:bold;
    font-style:italic;
    font-size:20px;
    //color:#418FDE;
    }                                                                                                        
        
.stllbl {
    font-weight:bold;
    font-style:italic;
    font-size:20px;
    color:#418FDE;
    }                                                                                                        

/* Customize the label (the container) */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #808080;
  }

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #418FDE;
  }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  }

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
  }

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 6px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }
    
.isResizable {
  //background: rgba(255, 0, 0, 0.2);
  //font-size: 2em;
  //border: 1px solid black;
  overflow: hidden;
  resize: both;
  //width: 160px;
  //height: 120px;
  //min-width: 120px;
  //min-height: 90px;
  //max-width: 400px;
  //max-height: 300px;
  }

/*----- Tabs -----*/
  #tabs ul {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    list-style-type: none;
    }

  #tabs ul li {
    display: inline-block;
    clear: none;
    height:35px;
    }

  #tabs ul li a {
    display: block;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
//    background: #f6f6f6;
    background: #FFFFFF;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
//    width: 130px;
    color: #418FDE;
    text-decoration: none;
    font-weight: bold;

//    position: relative;
//    margin-top: 16px;
//    margin-left: 6px;
//    z-index: 9999;
//    border-bottom: 0px;
    }

  #tabs ul li a:hover {
    color:#FFFF00;
    }

//  #tabs ul li.active {
//    color:#418FDE;
//    }

//  #tabs ul li.active a {
//    color:red;
//    border-bottom: 0px;
//    }

  #tabs ul li a:active {
    color:red;
    border-bottom: 0px;
    }

  #tabs #tabContent {
    padding: 0 15px;
    clear:both;
    overflow:hidden;
    line-height:19px;
//   position: relative;
    top: 20px;
    z-index: 5;
//    height: 150px;
  }

  p { padding-left: 15px; }

/* footer */
@media print {
    #header, #menu, #footer { display:none; }
    #content { left:0px; top:95px; width:100%; height:100%; overflow:visible; }
}

.required {
    color:red;
}