.button {
		background: transparent;
		background-repeat: no-repeat;
    padding: 0px;
		width:22px;
		height:22px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right:1px;
    margin-bottom:3px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
} 

.button:hover {/*  background-color: #008CBA; #008CBA; Blue */
  background-color: #ddd	; /* #4CAF50;Green 	background: transparent;*/
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
  cursor:pointer;
}

.button:disabled {opacity:0.3; cursor:default;}

.imgagedisabled {opacity:0.5;}


/* Style buttons */
.btn {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn:hover {background-color: RoyalBlue;}

.archiverow{cursor:default;}
.archiverow:hover {cursor: pointer; /* Mouse pointer on hover */}
.archiverowselected{color: red; cursor:default;}
.archiverowselected:hover {cursor: pointer; /* Mouse pointer on hover */}

.buttondown {
 		background: transparent;
		background-repeat: no-repeat;
    padding: 4px;
		width:100%;
		height:auto;
    min-height:20px;
    border: none;
    text-align: left;
    text-decoration: none;
    display: block;
    margin:0px;
    box-shadow: 0px rgba(0,0,0,0.2);
    white-space: nowrap; 
}
.buttondown:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    cursor: pointer; /* Mouse pointer on hover */
}
