/* Styles_Dropdown_More.css */

.MoreActions_Div
{
  border: 1px solid red;
  position:absolute;
  top:120px;
  left:400px;
  width:300px;
  height:300px;
  visibility: hidden;
  z-index:5;
  background-color:#eeeeee;
}

.Dropdown_More_Button
{
  border: 0px solid black;
  padding:2px;
  text-align:center;
  font-size:24px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color:blue;
  min-width: 165px;
  background-color: #eeeeee;
}
.Dropdown_More_Button:hover{background-color: lightblue;}

.Dropdown_More_Button_Disabled
{
  border:0px solid black;
  padding:2px;
  text-align:center;
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;  
  color: #666666;
  min-width:165px;
  background-color: #EEEEEE;
}

  