<style type="text/css">

.buttontitles{
    height: 1.5em;
    width: 100%; 
    border: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    color: blue;
    float: middle;
    text-align:middle;
}

.buttontitle{
    height: 1.5em;
    width: auto; 
    border: 0px;
    margin-right: 2px; 
    padding-top: 0px;
    color: blue;
    float: left;
}
.buttontitle:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    cursor: pointer; /* Mouse pointer on hover */
    color: blue;
}
.buttontitleL{
    font-size:1em; 
    width: auto; 
    border: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    color: blue;
    float: left;
}
.buttontitleL:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    color: blue;
   cursor: pointer; /* Mouse pointer on hover */
}
.buttontitleR{
  font-size:1em; 
    width: auto; 
    border: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    color: blue;
    float: right;
}
.buttontitleR:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    cursor: pointer; /* Mouse pointer on hover */
}

.buttontitleLBold{
    font-size:1em;
    font-weight: bold;    
    width: auto; 
    border: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    color: blue;
    float: left;
}
.buttontitleLBold:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    cursor: pointer; /* Mouse pointer on hover */
}

.buttontitleC{
    font-size:1em; 
    width: auto; 
    min-width: 5em;
    border: 0px;
    margin-right: 0px; 
    padding-top: 0px;
    color: blue;
    font-weight: bold;
    vertical-align:middle;
    background-color:#ddd;
    box-sizing: border-box;
    border: 1px groove ThreeDFace;
    box-shadow: 2px 2px #888888;
    float: center;
}
.buttontitleC:hover {
    background-color:#ddd; /* : DodgerBlue; Blue background */
    cursor: pointer; /* Mouse pointer on hover */
    color: red;
    border: 1px groove ThreeDFace;
    vertical-align:bottom;
    border-color: red;
    box-shadow: 2px 2px 2px 2px #888888;
    box-sizing: border-box;
 }

.minibutton {
    height: 1.5em;
    width: 2em; 
    margin-right: 2px; 
    padding-top: 0px;
}
.minibutton2 {
    height: 1.5em;
    width: 2em; 
    margin-right: 4px; 
    padding-top: 0px;
}
.minibutton3 {
    height: 1.2em;
    width: 2em; 
    margin:0px;
    margin-right: 2px; 
    padding:0px;
    padding-top: 0px;
}
.minibutton4 {
    height: 15px;
    width: 15px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-left: 1px; 
    padding-top: 0px;
    padding-left:0px;
    padding-right:1px;
    border: 1px groove ThreeDFace;
    text-align: center;
    vertical-align:middle;
    color:black;
    }

 .minibutton4:hover {   
 opacity: 1;
   height: 15px;
    border:0px 0px 2px 2px groove ThreeDFace;
    margin-left: 1px; 
    padding-top: 1px;
    padding-left:1px;
    padding-right:0px;
    background-color:#ddd; 
    color:black;
    cursor: pointer; /* Mouse pointer on hover */
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}

.minibutton4dummy {
    height: 13px;
    width: 17px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-left: 1px; 
    padding-top: 0px;
    padding-left:0px;
    padding-right:1px;
    border: 0px;
    text-align: center;
    vertical-align:middle;
    float:right;
 }

.gridviewselector {
    display: none; position: relative; top: auto;  left: 15px;
    overflow-y:scroll; height:400px;
    position: absolute;
		size: auto;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px solid #688f9e;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 6px;
    z-index: 2;
}
.gridviewselectorshow {
    display: block; position: relative; top: 0px;  left: 0px;
    overflow-y:scroll; height:400px;
    position: absolute;
		size: auto;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px solid #688f9e;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 6px;
    z-index: 2;
}

.gridviewselectorfreeze {
    height:80%; 
    width:100%; 
    background: white; 
    background-color: transparent; 
    display: none; 
    position:absolute; 
    left: auto;
    top: 20px;
    z-index: 1;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
		size: auto;
   box-shadow: 0px rgba(0,0,0,0.2);
}

.buttondown {
 		/*background: transparent;*/
		background-repeat: no-repeat;
    padding: 4px;
		width:100%;
		height:auto;
    min-height:20px;
    border: none;
    font-size: 1em;
    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 */
}

/* Dropdown Button*/ 
.dropbtn {
		background-color: white;
    color: blue;
    padding: 4px;
		margin:0px;
		margin-top:0px;
		margin-bottom:0px;
    font-size: 1em;
    border: none;
    cursor: pointer;
 }

* Dropdown Content (Hidden by Default) */
.dropdowncontent {
    display: none; position: absolute; top: 100%;  left: 50%;
 		background-color: #ddd;
    background-color: #f1f1f1;
    min-width: 60px;
		size: auto;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    min-width: 40px;
		size: auto;
		display: block;
		white-space: nowrap; 
		cursor:pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a:focus {
	background-color: #ddd;
	}
  
</style>