
/*PAGE*/

* {
    margin: 0;
    padding: 0;
    
}

body {
    
    background-color: lightgray;
}


#mainWrapper {
    
    width: 95%;
    margin: auto;
    border: 1px solid black;
    
}


/*BANNER*/

#mainBanner {
    
    background-color: lightsteelblue;
    /*padding: 10px;*/
    min-height: 100px;
}

.bannerDivs {
    /*padding: 10px;*/
    display: inline-block;
    min-width: 30%;
    padding: 10px;
}

#bannerLeft {
      /*float: left;*/
  }
 
#bannerRight {
     align-items: right;
  }

  /*login system stuff*/


  

  /*menu bar stuff*/

  #menuBar {
      
      
      border: 1px black yellow;
      padding: 5px;
      background-color: lightskyblue;
  }
  
  #menuBar li{
      
      display: inline;
      list-style-type: none;
      padding: 10px;
      text-decoration: none;
      
      
  }
  
 
  #menubar li:hover {
      
      /*background-color: aquamarine;*/
  }
  
  
  #mainContent {
     
      /*padding: 10px;*/
  }
  
  #mainFooter {
     
      display: block;
      border: 1px solid black;
      background-color: wheat;
      
  }
  
  .mainSection {
      
      margin-top: 30px;
      margin-bottom: 30px;
      
      
  }
  
  
  .sectionTitle {
      
      font-size: 18px;
      color: blue;
      margin-bottom: 25px;
      margin-top: 25px;
  }
  
  
  
  table,tr,th,td {
      
      border: 1px solid black;
      padding: 5px;
      /*width: 100%;*/
      border-collapse: collapse;
  }
  
 
  
   /*form stuff*/
  
  .drawNum{
      
      width: 50px;
      margin-right: 15px;
      margin-left: 15px;
      background-color: lightcoral;
      
  }
  
  .drawNumBonus{
      
      background-color: lightgreen;
  }
  
  #drawType{
      
      margin-right: 20px;
      margin-left: 20px;
      
  }
  
  

  
  
  .calendarDay{
      
      color: green;
      font-weight: bold;
      font-size: 20px;
      align-content: top;
      width: auto;
     
      
  }
  
    .calendarDayToday{
      
      color: green;
      background-color: white;
      padding: 5px;
      font-weight: bold;
      font-size: 20px;
      align-content: top;
      width: auto;
     /*border-radius: 50%;*/
     
      
  }
  
  .calendarDayCell {
      
      vertical-align: top;
      
  }
  
  .calendarMonthHeader {
      
      font-size: 1.5em;
      
  }
  
  
  .singleDraw {
      
      border: none;
  }
  
  .singleDraw td {
      
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: lightcoral;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      
  }
  
   .singleDrawED td {
      
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: purple;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      
  }
  
  .singleDrawLottoMain td {
      
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: blue;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      
  }
  
  .singleDrawLottoPlus1 td {
      
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: red;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      
  }
  
  .singleDrawLottoPlus2 td {
      
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: darkorange;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      
  }
  
  td.bonusNum {
      
      background: green;
      
  }
  
   td.bonusNumED {
      
      background: coral;
      
  }
  
  
   /*rule stats table*/
  
   #ruleScoreTable th,td {
       
      border: 1px solid black;
      padding: 5px;
      /*width: 100%;*/
      border-collapse: collapse;
       
   }
  
   
   #singleRuleSummaryTable td {
       
      border: 1px solid black;
      padding: 5px;
      /*width: 100%;*/
      border-collapse: collapse;
      background-color: lightgreen;
       
   }
   
   /*date selection include*/
   
   #dataSelectionDiv{
       
       background-color: lightslategray;
       
       padding: 10px;
       
       
   }
   
   #dataSelectionTable {
      text-align: right;
      /*display: block;*/
      margin-left: auto;
   }
   
   
   /* rule set stats table */
   
   .ruleSetDates{
       
       overflow: auto;
       
       
   }
   
   .ruleSetRows{
       
       max-height: 150px;
       background-color: lightyellow;
       overflow: auto;
   }
   
   
   #drawsPerMonthDiv {
       
       margin-left: 50px;
       
   }
   
   .noteDiv {
       
       width: 100%;
       background-color: lightpink;
   }
   
   .noteTable {
       
        width: 100%;
   }
   
   .archived {
       
       background-color: lightgrey;
       text-decoration: line-through;
       
   }  
   
   
   #calDirDiv {
       
       align-items: center;
       margin-bottom: 50px;
       
   }
   
   #calDirDiv a:link, a:visited {
       
       background-color: lightslategray;
       padding: 10px 20px;
       text-decoration: none;
       margin-left: 50px;
       margin-right: 50px;
       
   }
   
    #calDirDiv a:hover, a:active {
       
       background-color: lightskyblue;
  
   }
   
   .presentSingleGuessDiv td {
       
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      background: #426cf5;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
       
   }
   
   #hotColdTableDiv td {
       
      border: 1px solid black;
      padding: 5px;
      /*width: 100%;*/
      border-collapse: collapse;
      color: white;
      font-weight: bold;
      align-content: center;
      
   }
   
   #hotColdTable {
       
       background-image: linear-gradient(#0384fc, #fc3503);
       margin: 20px 20px 20px 20px;
      
   }
   
   #NumberStatsDiv {
       /*display: inline;*/
       /*float: left;*/
       margin: 10px 10px 10px 10px;
   }
   
   #hotColdTableDiv {
       /*display: block;*/
       /*float: right;*/
        margin: 10px 10px 10px 10px;
   }
   
   
   
   
   #recordTotal {
       
       background-color: darkgoldenrod;
       
   }