/* http://www.scientificpsychic.com/etc/css-mouseover.html */

span.droptr { /* border-bottom: thin dotted; */ background: #ffeedd; }
span.droptr:hover { text-decoration: none; background: #ffffff; z-index: 6; }
span.droptr span { position: absolute; left: -9999px; margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px; border:1px solid black; z-index: 6; }
span.droptr:hover span { left: 2%; background: #ffffff; } 
span.droptr span { position: absolute; left: -9999px; margin: 4px 0 0 0px;
	padding: 5px 5px 5px 5px; border:1px solid black; }
span.droptr:hover span { margin: 0px 0 0 260px; background: #ffffff; z-index:6; }

span.droptl { /* border-bottom: thin dotted; */ background: #ffeedd; }
span.droptl:hover { text-decoration: none; background: #ffffff; z-index: 6; }
span.droptl span { position: absolute; left: -9999px; margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px; border:1px solid black; z-index: 6; }
span.droptl:hover span { left: 2%; background: #ffffff; } 
span.droptl span { position: absolute; left: -9999px; margin: 4px 0 0 0px;
	padding: 5px 5px 5px 5px; border:1px solid black; }
span.droptl:hover span { margin: 0px 0 0 400px; background: #ffffff; z-index:6; }

/*******************************************************/
/*******************************************************/

.DipoleLenTable { margin:0px;padding:0px; width:100%; /* box-shadow: 10px 10px 5px #888888; */
	border: 1px solid #3f7f00; }

.DipoleLenTable table{ border-collapse: collapse; border-spacing: 0; width:100%; height:100%; margin:0px; padding:0px; }

.DipoleLenTable tr:hover td{ 	 }

.DipoleLenTable tr:nth-child(odd) { background-color:#9cf18e; }

.DipoleLenTable tr:nth-child(even) { background-color:#C6F7BD; }

.DipoleLenTable th{ vertical-align:middle; border:1px solid #3f7f00; border-width:0px 1px 1px 0px;
	text-align:center; padding:2px; /* font-family: "Comic Sans MS", cursive, sans-serif; */ font-size: 12pt;
	/* font-size:12px; font-family:Arial; */ font-weight:bold; color:#000000; }

.DipoleLenTable td{ vertical-align:middle; border:1px solid #3f7f00; border-width:0px 1px 1px 0px;
	text-align:center; padding:2px; /* font-family: "Comic Sans MS", cursive, sans-serif; */ font-size: 11pt;
	/* font-size:12px; font-family:Arial; */ font-weight:normal; color:#000000; }

.DipoleLenTable tr:last-child td{ border-width:0px 1px 0px 0px; }

.DipoleLenTable tr td:last-child{ border-width:0px 0px 1px 0px; }

.DipoleLenTable tr:last-child td:last-child{ border-width:0px 0px 0px 0px; }

.DipoleLenTable tr:first-child td{ background-color:#9cf18e; border:0px solid #3f7f00;
	text-align:center; border-width:0px 0px 1px 1px; /* font-family: "Comic Sans MS", cursive, sans-serif; */ font-size: 12pt;
	/* font-size:12px; font-family:Arial; */ font-weight:bold; color:#000000; }

/* Control the border for the table header */
/* .DipoleLenTable tr:first-child:hover td{ background-color:#5fbf00; } */
.DipoleLenTable tr:first-child td:first-child{ border-width:2px 0px 1px 0px; }
.DipoleLenTable tr:first-child td:last-child{ border-width:2px 0px 1px 1px; }

