/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
  area {
	display: block;
	cursor: pointer;
  }
 .map_container {
	border:1px solid #d3d3d3;
	overflow:hidden;
	position:relative;
	padding:3px;
 }
.map_mode_container {
    height: 167px;
    margin-left: 2px;
    margin-top: 5px;
    position: absolute;
    width: 24px;
    /*z-index: 999999999;*/
	z-index: 3;
}
.map_mode_icon {
    background-image: url("images/map_mode.png");
    height: 23px;
    width: 24px;
	background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    overflow: hidden;
}
.null {
    background-position: 0 0;
}
.null:hover {
    background-position: 0 -24px;
}
.null.selected {
    background-position: 0 -24px;
}
.fullextend {
    background-position: -23px 0;
}
.fullextend:hover {
    background-position: -23px -24px;
}
.fullextend.selected {
    background-position: -23px -24px;
}
.zoomframe {
    background-position: -47px 0;
}
.zoomframe:hover {
    background-position: -47px -24px;
}
.zoomframe.selected {
    background-position: -47px -24px;
}
.zoomin {
    background-position: -71px 0;
}
.zoomin:hover {
    background-position: -71px -24px;
}
.zoomin.selected {
    background-position: -71px -24px;
}
.zoomout {
    background-position: -96px 0;
}
.zoomout:hover {
    background-position: -96px -24px;
}
.zoomout.selected {
    background-position: -96px -24px;
}
.pan {
    background-position: -120px 0;
    width: 24px;
}
.pan:hover {
    background-position: -120px -24px;
    width: 24px;
}
.pan.selected {
    background-position: -120px -24px;
    width: 24px;
}
.nudge {
    background-position: -144px 0;
    width: 24px;
}
.nudge:hover {
    background-position: -144px -24px;
    width: 24px;
}
.nudge.selected {
    background-position: -144px -24px;
    width: 24px;
}
.label {
    background-position: -168px 0;
    width: 24px;
}
.label:hover {
    background-position: -168px -24px;
    width: 24px;
}
.label.selected {
    background-position: -168px -24px;
    width: 24px;
}
.tooltip {
    background-position: -192px 0;
    width: 24px;
}
.tooltip:hover {
    background-position: -192px -24px;
    width: 24px;
}
.tooltip.selected {
    background-position: -192px -24px;
    width: 24px;
}
.loaderIcon {
	background: url("images/ajax-loader.gif") no-repeat scroll 9px 5px transparent;
	/*background-repeat: no-repeat;*/
	width:32px;
	height:32px;
	position: absolute;
	top:35%;
	left:45%;
	z-index:101;
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	border:2px solid #808080;
	border-radius: 7px 7px 7px 7px;
}
.topmenu {
    overflow: hidden;
    /*padding: 0 0 0 12%;*/
    position: absolute;
	z-index: 2;
	width:99%;
}
.map_labels {
    font-size:12px;
}
.dropdown_style {
    background: url("images/Drop_down_arrow.png") no-repeat scroll right 3px #FFFFFF;
    cursor: pointer;
}
.rounded_corner {
    border: 1px solid #D3D3D3;
    border-radius: 8px 8px 8px 8px;
    color: #000000;
    height: 20px;
    margin-top: 3px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 550px;
}
.indicator_list_cont {
    border: 1px solid #D3D3D3;
    margin-left: 0;
	text-align: left;
}

/* overwrite css class for UI tree*/
.ui-widget-content {
	border: 0px solid #aaaaaa;
	background: url('') 50% 50% repeat-x;
	color: #222222;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.0em;
	margin-top:5px !important;
}
.map_mask {
	background-image: url("images/mask.png");
	position:absolute;
	z-index: 100;
}
.sliderConUI {
	width:98%;
	height:40px;
	position: absolute;
	bottom:0;
	margin-bottom:0px;
	left:10px;
	z-index:5;
	cursor:pointer;
	/*background-color:#ffffff;*/
}
.timePlayText {
	font-size:11px;
	color:#4892B9;
	font-family:verdana;
}
.timePlay {
	background: url("images/play_btn.png") no-repeat;
	float:right;
	height:25px;
	width:30px;
	margin-top:-4px;
	cursor:pointer;
}
.timePlay:hover {
	background: url("images/play_btn_alt.png") no-repeat;
}
.timePlay.selected {
	background: url("images/Pause_btn.png") no-repeat;
}
.timeSlide {
	float:left;
	height:5px;
	width:95%;
	border:1px solid #d3d3d3;
	margin-left:5px;
}
.timePeriodText {
	font-size:13px;
	color:#2B1A2F;
	padding-left:5px;
	margin-top:-12px;
	font-family:verdana;
}
.timeSlide label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 0px;
	font-size:10px;
	color:#888888;
}
.timeSlide label span{
	font-size:7px;
	color:#d3d3d3;
}
.ui-slider-horizontal { height: 0.1em !important; }
.ui-slider-handle {height: 0.7em !important; width: 0.9em !important; }

.legendCon {
	width:auto;
	height:auto;
	position: absolute;
	bottom:0;
	margin-bottom:44px;
	left:5px;
	z-index:5;
	text-align:left;
}

.NotchDiv {
	background: url("images/downArrow.png") no-repeat;
	width:14px;
	height:12px;
	margin-top:-1px;
	margin-left:10px;
	position: relative;
}
.triangle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #E3E3E3;
    z-index: 0;
}
.triangle2 {
	top: 0px;
	left: 0px;
    background-color: #E3E3E3;
    box-shadow: 1px 1px 4px #807967;
    width: 20px;
    height: 15px;
    top:-12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute; 
}
.triangle3 {
   /*box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);*/
   height: 14px;
   overflow: hidden;
   position: relative;
   width: 35px;
}
.triangle3:after {
  background: none repeat scroll 0 0 #E3E3E3;
  box-shadow: 1px 1px 3px 1px #807967;
  content: "";
  height: 61px;
  left: 21px;
  position: absolute;
  top: -52px;
  transform: rotate(45deg);
  width: 20px;
}

/* end overwrite css class for UI tree*/