/* Styles-Archive-ByDate.css */

.Archive_ByDate_Preamble
{
  border:1px solid black;
  padding:2px;
  text-align:center;
  width:100px;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: red;
  background-color: #eeeeee;
}

.Archive_ByDate_YearMonth
{
  border: 1px solid black;
  text-align:center;
  font-size: 16px;
  width:300px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: red;
  background-color: #eeeeee;
}

.Archive_Div_Date
{
  border: 1px solid red;
  position:absolute;
  top:120px;
  left:400px;
  width:300px;
  height:300px;
  z-index: 1;
  background-color: #eeeeee;
}

.Archive_Button_Selection_Earlier
{
  border: 1px solid black;
  padding:2px;
  text-align:center;
  font-size: 16px;
  width:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: blue;
  background-color: #eeeeee;
  z-index:1;
}

.Archive_Button_Selection_Later
{
  border: 1px solid black;
  padding:2px;
  text-align:center;
  font-size: 16px;
  width:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: red;
  background-color: #eeeeee;
  z-index:1;
}

.Archive_Button_Selection_Date
{
  border: 1px solid black;
  padding:2px;
  text-align:center;
  font-size: 16px;
  width:134px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: black;
  background-color: #eeeeee;
  z-index:1;
}
.Archive_Button_Selection_Date:hover{background-color: lightblue;}

.Archive_Button_Selection_Date_Selected
{
  border: 1px solid black;
  padding:2px;
  text-align:center;
  font-size: 16px;
  width:134px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: red;
  background-color: #ffeeee;
  z-index:1;
}


