* { 
	margin: 0; 
	padding-top: 0;
}
html, body { 
	font: 16px Verdana, Tahoma; 
	color: #454545; 
	line-height: 1.6em; 
	overflow: auto; 
}

#header {
    background-color:black;
    color:white;
    height:80px;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    /*height:400px;*/
    width:200px;
    float:left;
    padding:6px;	      
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
   padding:10px;	 	 
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

li a {
    display: block;
    color: #000;
    padding: 2px 0 2px 16px;
    text-decoration: none;
}

li a.active {
    background-color: #4CAF50;
    color: white;
} 

/* Change the link color on hover */
li a:hover {
    background-color: #99FF66;
    color: white;
}

input[type=text] {
   /* width:20%;  */
	font: 16px Verdana, Tahoma; 
	color: #454545; 
    padding: 6px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 1px solid  #555;
    outline: none; 
}
input[type=text]:focus {
    background-color: lightblue; 
}

input[type=password] {
   /*width:20%; */
	font: 16px Verdana, Tahoma; 
	color: #454545; 
    padding: 6px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}
input[type=password]:focus {
    background-color: lightblue;
}

.button {
	background:url(../images/buttom.png);
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	BORDER-BOTTOM-STYLE: none; 
	color:#ffffff;
	font-weight:bold; 
	width: 87px; 
	height: 24px; 
	padding-left:0px;
	font-family: Tahoma;	
}
#p01 {
    color: red;
}
#section {
    width:80%;
    float:right;
    padding:8px;	 	 
}
#select1  {
   font: 16px Verdana, Tahoma; 
   color: #454545; 
   padding: 6px 10px;
    margin: 4px 0;
}
#select2  {
   font: 16px Verdana, Tahoma; 
   color: #454545; 
   padding: 6px 10px;
    margin: 4px 0;
}

#select3  {
   font: 16px Verdana, Tahoma; 
   color: #454545; 
   padding: 6px 10px;
    margin: 4px 0;
}

#select4  {
   font: 16px Verdana, Tahoma; 
   color: #454545; 
   padding: 6px 10px;
    margin: 4px 0;
}


// start submenu

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

li .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
}

.dropdown-content a:hover {
	background-color: #4CAF50 ;
	color: white;
}

.show {display:block;}

// end sub menu



#nav a:active, #nav a:focus, #nav a:hover {
	color:white; 
}
#nav a.highlite {
	background-color: #4CAF50 ;
	color: white;
}
.menu_active {
	background-color: #4CAF50 ;
	color: white;
}

table.admintable td 					 { padding: 3px; }
table.admintable td.key,
table.admintable td.paramlist_key {
	background-color: #f6f6f6;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}


.small {
	font-size: 11px;
}

.gray {
	color:#666666;
}	
.red {
	color: #c40000;
}

.green {
	color: #00ff00;
}
.orange {
	color:#ffcc33;
}