.cB {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.m10 {
  margin: 10px;
}
.mT10 {
  margin-top: 10px;
}
.mL6 {
  margin-left: 6px;
}
.mL10 {
  margin-left: 10px;
}
.cL_90_x_30 {
  display: block;
  float: left;
  width: 100%;
}
.cL_90_x_30 .l {
  float: left;
  width: 120px;
}
.cL_90_x_30 .m {
  margin-left: 130px;
  margin-right: 40px;
}
.cL_90_x_30 .r {
  float: right;
  width: 30px;
}
.MGMap {
  position: relative;
  display: block;
  width: 600px;
}
.MGMap.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.MGMap.fullscreen .MGMapCanvas {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 100;
}
.MGMap.fullscreen .MGMapLoader {
  height: auto;
  bottom: 0;
}
.MGMap.fullscreen .MGMapControls {
  top: auto;
  bottom: 0;
  z-index: 10001;
}
.MGMapCanvas {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background: #ffffff;
}
.MGMapLoader {
  position: absolute;
  height: 600px;
  width: 600px;
  top: 0;
  left: 0;
  z-index: 10000;
  background: url(../images/layout/spinner.gif) center center no-repeat rgba(255, 255, 255, 0.5);
}
.MGMapOptions {
  display: none;
  position: absolute;
  padding-top: 30px;
  background: #d1d1d1;
  z-index: 10000;
}
.MGMapOptions .padder {
  padding: 10px;
}
.MGMapOptions .padder div {
  cursor: pointer;
}
.MGMapOptions .padder .active {
  text-decoration: underline;
}
.MGMapSlider {
  position: relative;
  top: 8px;
}
.MGMapSpeedSliderLabel {
  display: inline-block;
  float: right;
  width: 100px;
  margin-right: 15px;
}
.MGMapSpeedSlider {
  position: relative;
  top: 8px;
  display: inline-block;
  float: right;
  width: 100px;
  height: 30px;
}
.MGMapHeader {
  display: block;
  position: relative;
  z-index: 1000000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e8e8e8), color-stop(0.8, #d1d1d1));
  background-image: -moz-linear-gradient(center top, #e8e8e8 20%, #d1d1d1 80%);
}
.MGMapHeader .padder {
  padding: 0 10px;
}
.MGMapHeader .padder .MGMapTitle {
  margin-left: 6px;
  float: left;
}
.MGMapHeader .padder .MGMapTimeDisplay {
  float: left;
}
.MGMapControls {
  position: absolute;
  display: block;
  top: 600px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  z-index: 10001;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e8e8e8), color-stop(0.8, #d1d1d1));
  background-image: -moz-linear-gradient(center top, #e8e8e8 20%, #d1d1d1 80%);
}
.MGMapRewindButton {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% 0px;
}
.MGMapRewindButton:hover {
  background-position: 100% -20px;
}
.MGMapRewindButton.active {
  background-position: 100% -40px;
}
.MGMapPlayButton {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% -60px;
}
.MGMapPlayButton:hover {
  background-position: 100% -80px;
}
.MGMapPlayButton.active {
  background-position: 100% -100px;
}
.MGMapEndButton {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% -120px;
}
.MGMapEndButton:hover {
  background-position: 100% -140px;
}
.MGMapEndButton.active {
  background-position: 100% -160px;
}
.MGMapFullscreenButton {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% -180px;
}
.MGMapFullscreenButton:hover {
  background-position: 100% -200px;
}
.MGMapFullscreenButton.active {
  background-position: 100% -220px;
}
.MGMapOptionsButton {
  display: block;
  height: 20px;
  width: 20px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% -240px;
  float: left;
}
.MGMapOptionsButton:hover {
  background-position: 100% -260px;
}
.MGMapOptionsButton.active {
  background-position: 100% -280px;
}
.MGMapLoopButton {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprites/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% -300px;
}
.MGMapLoopButton:hover {
  background-position: 100% -320px;
}
.MGMapLoopButton.active {
  background-position: 100% -340px;
}
.MGButton {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.MGMapPoint {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: none;
  border: none;
  display: block;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
}
.MGMapPoint.Container {
  margin-top: -25px;
  margin-left: -25px;
  overflow: hidden;
}
.MGMapPoint.Temperature {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.MGMapPoint.Temperature .name {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  left: 0;
  line-height: 12px;
  padding: 2px;
  position: absolute;
  top: 0;
}
.MGMapPoint.Temperature .temp {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  left: 30px;
  line-height: 16px;
  padding: 2px;
  position: absolute;
  top: 20px;
}
.MGMapPoint.Temperature img {
  position: absolute;
  top: 0px;
  left: -5px;
}
.MGMapPoint.Wind .direction {
  position: relative;
  top: 40px;
  left: -30px;
}
.MGMapPoint.Wind .speed {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 58px;
  font-weight: bold;
  color: #000;
}
.MGMapPoint.Wind .speed .unit {
  font-size: 12px;
}
.MGMapCityLabel {
  display: inline-block;
  font-family: Verdana;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
  overflow: hidden;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.MGMapCityLabelDot {
  width: 7px;
  height: 7px;
  overflow: hidden;
  background-color: #FFDD00;
  border: none;
}
.MGMapCityLabelText {
  margin-left: 5px;
  margin-top: 0px;
}
.olImageLoadError {
  background-color: transparent !important;
}
.layerTypeAdminBorders {
  z-index: 10000 !important;
}
