#popUpImage {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 650px;
  height: 400px;
  z-index: 10000;
  display: none;
}
#popUpTop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 650px;
  height: 30px;
  background-color: #333333;
}
#closeBtn {
  left: 620px;
  top: 0;
  border: 2px solid #bbb;
  z-index: 1200;
  color: #ddd;
  padding: 1px 4px 2px 4px;
}
#closeBtn:hover {
  color: #ec8787;
  border-color: #c54a1c;
}
#closeBtn:active {
  color: #c27070;
  border-color: #8d3514;
}
#textPopUp {
  position: absolute;
  left: 0px;
  width: 635px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #333333;
}
#copyrightDiv {
  position: absolute;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#pictureImage {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 650px;
  height: 330px;
}
#ethnicDropHTML5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 auto 40px auto;
  width: 650px;
  height: 420px;
  position: relative;
  background: #000 url(../images/frame.png) 0 0 no-repeat;
}
#ethnicHeader {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fcfcc8;
  font-size: 18px;
}
.imgOverlay {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  z-index: 2;
  width: 650px;
  height: 400px;
}
#map {
  float: left;
  clear: both;
  width: 650px;
  height: 360px;
  position: relative;
  top: 58px;
}
#ethnicDropRightMenu {
  position: absolute;
  width: 140px;
  left: 504px;
  top: 20px;
  color: #fff;
  padding: 5px 0 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
}
#ethnicDropAccordionMenu {
  position: relative;
  width: 134px;
  top: 0px;
  left: 3px;
  background-color: #8c9d70;
}
.buttonHeader {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 130px;
  height: 24px;
  padding: 6px 0 0 2px;
  cursor: default;
  /*background:-moz-linear-gradient(65% 35% 90deg, #85986b, #a8b791 30%);*/
  background: #a8b791; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNhOGI3OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODU5ODZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #a8b791 30%, #85986b 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #a8b791),
    color-stop(100%, #85986b)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #a8b791 30%,
    #85986b 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #a8b791 30%,
    #85986b 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a8b791 30%, #85986b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a8b791 30%, #85986b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b791', endColorstr='#85986b', GradientType=0 ); /* IE6-8 */
  border: solid 1px #666;
}
.buttonHolder {
  position: relative;
  margin: 0 0 2px 0;
}
.drag {
  position: relative;
  left: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  width: 123px;

  /*background:-moz-linear-gradient(50% 50% 90deg, #dde2d4, #eaede5 10%);*/
  background: #eaede5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlYWVkZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRlMmQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #eaede5 10%, #dde2d4 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, #eaede5),
    color-stop(100%, #dde2d4)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #eaede5 10%,
    #dde2d4 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #eaede5 10%,
    #dde2d4 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaede5 10%, #dde2d4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eaede5 10%, #dde2d4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaede5', endColorstr='#dde2d4', GradientType=0 ); /* IE6-8 */
  border: solid 1px #666666;
  padding: 3px;
  margin: 2px 0 2px 0;
  cursor: pointer;
}
.drag:hover {
  background: #f5f5f5;
}
.drop {
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  /*float:left;*/
  text-align: center;
  padding: 2px 0px 0px 0px;
  z-index: 5;
  opacity: 0.8;
}
.clickable {
  border: 2px solid #666;
  cursor: pointer;
}
.clickable:hover {
  border: 2px solid #ffffff;
}
.ethnicDropOutsideBox {
  position: relative;
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
}
#ethnicDropHintBox {
  position: absolute;
  width: 622px;
  min-height: 18px;
  z-index: 800;
  top: 40px;
  left: 0;
  color: #f5ab62;
  padding-left: 28px;
  padding-top: 3px;
  font-size: 12px;
  background: #29272f;
}
.circleImg {
  position: absolute;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
#ethnicDropComBox {
  width: 200px;
  padding: 5px;
  height: 334px;
  background: rgba(0, 0, 0, 0.2);
}
#ethnicDropComImg {
  position: absolute;
  top: 22px;
  width: 200px;
  height: 150px;
  border: 1px solid #f0f0f0;
}
#ethnicDropContent {
  margin: 0px 0px 0px 0px;
  padding: 0px 3px 8px 6px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#InstrImg {
  position: absolute;
  top: -54px;
  right: 0;
  font-size: 11px;
  background: #fff;
  margin: 12px 12px;
  text-align: center;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: 17px;
  height: 17px;
  line-height: 1.6em;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
}
#InstrImg:hover {
  color: red;
  box-shadow: none;
}
#InstrImg:active {
  background: #ddd;
}
#ethnicDropWelcomeBox {
  position: absolute;
  z-index: 2000;
  top: 80px;
  left: 180px;
  background-color: #f5f5f5;
  opacity: 0.9;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 280px;
  margin: 0px;
  padding: 10px;
  padding-bottom: 15px;
}
#ethnicDropWelcomeContent {
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000000;
  font-size: 11px;
}
.close {
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 270px;
  top: 1px;
  border: 2px solid #666;
  padding: 2px 4px;
  margin: 5px;
  border-radius: 3px;
  font-family: Verdana, Geneva, sans-serif;
}
#ethnicDropCloseX:hover {
  color: red;
  border-color: orangered;
}
#ethnicDropCloseX:active {
  color: #b70808;
  border-color: #b33000;
}
.ethnicDropInstrTitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
}
.mainTitle {
  float: left;
  margin-right: 6px;
  padding-left: 17px;
  padding-bottom: 4px;
  color: #fef5e7;
  font-size: 1.2em;
}
#ethnicSubHeader {
  float: left;
  color: #fef5e7;
  margin-top: 3px;
}
.targetHover {
  position: relative;
}
.targetHover:after,
.clickable:after {
  content: "";
  position: absolute;
  width: 118px;
  height: 26px;
  top: -5px;
  left: -5px;
  border: 1px dashed #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 2px #fff;
}
.clickable:after {
  border: none;
  box-shadow: none;
}
