
.extendedlist
{
  width: 100%;
  background: #233;
  padding: 0;
}

.extendedlist ul
{
   color: #7CC;
   list-style: none;
   padding: 0;
   border: solid 1px #555;
}

.extendedlist ul li
{
  padding: 0.2em 0.8em;
  font-family: arial;
  font-size: 1.2em;
  line-height: auto;
  height: 1.2em;
  border-top: solid 1px #555;
  border-collapse: collapse;
  scroll-behavior:smooth;
}

.extendedlist ul li.threeline
{
  height: auto;
}

.extendedlist ul li.twoline
{
  height: auto;
}

.extendedlist ul li span
{
  display: block;
  position: relative;
  top: 0em;
  left: 0.8em;
  line-height: 1.4em;
  font-family: monospace;
  font-size: 0.7em;
  color: #888;
}

.extendedlist ul li span.inl
{
  display: inline;
  line-height: 1.4em;
  font-family: monospace;
  font-size: 1em;
  margin:0;
  padding:0;
}

.extendedlist ul li a
{
   font-size: 1em;
   color: #7AA;
   margin: 0 0.5em;
}

.extendedlist ul li input[type="checkbox"]
{
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
  display: inline;
  float: left;
  margin-right: 13px;
}





.extendedlist ul li.dropdown
{
  padding: 0.3em 1.1em;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.9em;
  height: auto;
  border:none;
  background-color:#EEEEEE;
  color:#333;
}

.extendedlist ul li.dropdown h1, h2, h3, h4, h5, h6, p
{
  background:transparent;
}

.extendedlist ul li.dropdown h1, h2, h3, h4, h5, h6
{
  font-size: 1.1em;
}

.extendedlist ul li.dropdown p
{
   font-size: 0.8em;
}

.extendedlist ul li.dropdown p em
{
   font-size: 0.7em;
   line-height:0.8em;
   color:#777;
   background:transparent;
}



.extendedlist ul li.dropdownBlack
{
  padding: 0.4em 1.1em;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.8em;
  height: auto;
  border:none;
  background-color:#777;
  color:#AA3;
}

.extendedlist ul li.dropdownBlack h1, h2, h3, h4, h5, h6, p
{
  background:transparent;
  color:#95B0AE;
}

.extendedlist ul li.dropdownBlack h1, h2, h3, h4, h5, h6
{
  font-size: 1.0em;
}

.extendedlist ul li.dropdownBlack p
{
   font-size: 0.8em;
}

.extendedlist ul li.dropdownBlack span.mounts
{
   background:transparent;
   display:inline;
   font-size: 1.5em;
   margin:0;
   padding:0;
}

.extendedlist ul li.dropdownBlack a.mounts
{
   position:relative;
   left:0.8em;
   top:0px;
   background:transparent;
   display:inline;
   font-size: 1.4em;
   font-weight:bold;
   margin:0;
   padding:0;
   text-decoration:none;
}


.extendedlist ul li.dropdownBlack a
{
    background:transparent;
	color:#DDD;
}




.extendedlist ul li.dropdownProgress
{
  padding: 0.2em 0.9em;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.7em;
  height: auto;
  border:none;
  background-color:#376;
  color:#CCC;
}

.extendedlist ul li.dropdownProgress h1, h2, h3, h4, h5, h6, p
{
  background:transparent;
  color:#CCC;
}

.extendedlist ul li.dropdownProgress h1, h2, h3, h4, h5, h6
{
  font-size: 1.0em;
}

.extendedlist ul li.dropdownProgress p
{
   font-size: 0.8em;
}

.extendedlist ul li.dropdownProgress a
{
    background:transparent;
	color:#DDD;
}






.extendedlist ul li.errors
{
  padding:3px;
  margin:0;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.8em;
  height: 6.4em;
  border:none;
  background-color:#DDD;
  color:#222;
}

.extendedlist ul li.errors div.errors
{
	width:100%;
	margin: 0px auto 3px auto; 
	padding: 0;
	background-color:#BBB;
	color:#222;
	height: 4.8em;
	overflow-y: scroll;
	border: solid 1px #999;
	scroll-behavior:smooth;
	font-size: 0.9em;
}

.extendedlist ul li.errors div.errors h1, h2, h3, h4, h5, h6, p
{
  padding-left: 3px;
  font-size: 0.9em;
}

.extendedlist ul li.errors p
{
   font-size: 0.8em;
   color:#777;
}

.extendedlist ul li.errors p a
{
	background:transparent;
	color:#888;
}







.extendedlistctl
{
	width:98%;
	margin:0.3em auto;
	display:block;
	background: transparent;
}

.extendedlistctl fieldset
{
	font-family: Arial;
	padding: 0.3em 0.3em 0.6em 0.3em;
	border: 1px solid #CCCCCC;
	border-radius:5px;
	background: transparent;
}

.extendedlistctl fieldset legend
{
	background: transparent;
	color:#AAA;
	font-size: 0.9em;
	margin-left:7px;
}


.extendedlistctl fieldset label
{
	background: transparent;
	font-size: 1em;
	line-height: 1.2em;
	margin:0.3em 0.1em 0.3em 0.5em;
	color:#555;
}

.extendedlistctl fieldset input, select

{
	margin: 0.3em 0.8em 0.3em 0.1em;
	font-size: 0.9em;
	line-height: 1.1em;
	padding:0.2em;
	border: 1px solid #999;
	border-radius:2px;
	background: #FFF;
	color:#444;
}

.extendedlistctl fieldset input[type=checkbox]
{
	padding:0;
	margin: 0 0.8em 0 0.1em;
	line-height: 0.8em;
	height:0.8em;
}

.extendedlistctl fieldset input[type=button]
{
	padding:0.3em 1em;
	background:#DDD;
	color:#666;
	border: 2px solid #BBB;
	border-radius:4px;
}

.extendedlistctl fieldset input[type=button]:hover
{
	background:#BBB;
	cursor:pointer;
}

.extendedlistctl fieldset input[type=button]:active
{
	background:#FFF;
	color:#AAA;
}





