/* CSS Document */

table {
    border-collapse: collapse;
    margin-left: auto;
	margin-right:auto;
    font-family:-apple-system,BlinkMacSystemFont,Roboto,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	line-height:1;
	padding-bottom:1px;
	text-decoration:none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	min-width:400px;


}
thead tr {
    background-color: #006633	;
    color: #ffffff;
    text-align: center;

}
thead td{
    background-color: #006633	;
    color: #ffffff;
    text-align: center;

}




 th, td {
    padding: 6px 6px;
	text-align:right;


}
tbody tr {
    border-bottom: 1px solid #dddddd;
}

tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

tbody tr:last-of-type {
    border-bottom: 2px solid #006600;
}

.titles   {text-align:left}

#grad1 {

  background-image: linear-gradient(to bottom right, #bdd8cb, #ffffff);
  position: relative;

}





.special
{
background: linear-gradient(#e66465, #9198e5);
}

.menulistO2020 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15px;
    font-weight: bold;
    background-color: #006633 ;
    color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
	margin-right:10px;
border-top-color:#FFFFFF;
border-top-style:solid;
border-top-width:1px;
	width:100%;
	margin-bottom:5px;
	min-width:360px;
	
	
}


/* Style The Dropdown Button */
.dropbtn {
  background-color: # background-color: #006633;
  padding:5px;
  color:#FFFFFF;
  font-size: small;
  border: none;
  cursor: pointer;
  text-decoration:none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  font-weight: 400;
  font-size:small;
  margin-bottom:0px;
  min-width: 135px;
  text-align:left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 600;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  font-weight: 400;
  font-size:small;
  margin-bottom:0px;
  min-width: 130px;
  text-align:left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 600;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000000;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}
/* Links inside the dropdown */
.dropdown-content2 a {
  color: #000000;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #EEEEEE}
/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #EEEEEE}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content2 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {
   background-color: #FFFFFF;
   color:#006633
}
.dropbtn;hover {
   background-color: #FFFFFF;
   color:#006633
}

.shome td {text-align:left}


.dropdown2 {
text-align:center;
font:Arial;
font-size:11px;
padding-bottom:5px;
text-decoration:none;
color:#FFFFFF;
background-color:#006633;

}

.dropdown3 {
marign;auto;
text-align:center;
font:Arial;
font-size:14px;
text-decoration:none;
color:#FFFFFF;
background-color:#006633;

}
