/* Styles-Archive-Consolidated.css */

.Archive_Button_Activate
{
  user-select:none;
  position:absolute;
  border:1px solid black;
  text-align:center;
  font-size:26px;
  line-height:26px;
  height:30px;
  width:200px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color:blue;
  background-color:#eeeeee;
}

.Archive_Consolidated_Div
{
  user-select:none;
    border:1px solid black;
    top:600px;
    left:0px;
    height:400px;
    text-align:left;
    position:absolute;
    background-color: white;
    z-index:1;
}

.Archive_PlayToday
{
  user-select:none;
  border: 1px solid black;
  text-align:center;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color:blue;
  height:24px;
  line-height:24px;
  font-weight:bold;
  background-color: white;
}

.Archive_PracticePuzzle
{
  user-select:none;
  border: 1px solid black;
  text-align:center;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color:green;
  height:24px;
  line-height:24px;
  font-weight:bold;
  background-color: white;
}

.Archive_Consolidated_Title
{
  user-select:none;
  border: 1px solid black;
  text-align:center;
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: red;
  background-color: white;
}

.Archive_Consolidated_Select_Div
{
  position:absolute;
  border: 0px solid black;
  text-align:center;
  background-color:white;
  height:200px;
}

.Archive_Button_Header
{
  border: 1px solid black;
  background-color:lightpink;
  position:relative;
  text-align:center;
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  text-align:center;
  height:26px;
  width:250px;
}

.Archive_Button_Selection
{
  user-select:none;
  border:1px solid black;
  padding:2px;
  text-align:center;
  width:60px;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color:black;
  background-color: #eeeeee;
}
.Archive_Button_Selection:hover{background-color: lightblue;}