.menu {
	background:WHITE;
	height:auto;
	width:44px;
	padding-left:0px;
	padding-top:2px;
	padding-right:4px;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	border: 2px solid;
	border-color:#58ACFA;
}
.menuTitle {
	font-size : 12px !important;
	padding: 2px;
	font-family: lucida console;
	text-align: center;
}
.menuItem{
	background:WHITE;
	padding : 5px;
	height:35px;
	width:30px;
	
}

.menuItem:hover{	
	border: 2px solid;
	height:35px;
	width:30px;
	border-color: #01A9DB;
	border-radius : 5px;
}

.drawToolWindow {
	background: transperant none repeat scroll 0 0;
    border-radius: 0;
    height: 20px;
    padding: 3px;
    position: absolute;
    width: 137px;
}

.drawToolTxtBox {
	width : 133px;
}


#verticalToolBar {
	background:#A9E2F3;
	height:480px;
	width:auto;	
	padding: 10px 15px 10px 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	border: 2px solid;
	border-color:#58ACFA;
	z-index: 100000000 !important;
	-moz-column-fill: auto;
    -moz-columns: 3 auto;
	-webkit-column-fill: auto;
	-webkit-columns : 3 auto;
	columns : 3 auto;
	column-fill: auto;
	max-width: 155px;
    min-height: 480px; 
    filter:alpha(opacity=85);
    opacity:.85;
    position: absolute;
}

#verticalToolBar:after {
	
}

<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->

.gisToolBar {
	background-color: rgba(87, 187, 160, 1.0) !important; 
	border : rgba(87, 187, 160, 1.0) !important;
	width : 800px;
}
.x-toolbar-default img {
    cursor: pointer;
}

.CueGisMapContainer .x-toolbar-default {
	background-color: rgba(87, 187, 160, 1.0) !important; 
	border-color: rgba(87, 187, 160, 1.0) !important; 
}


.circleOutRed {
	-moz-user-select: none;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 0;
    border: 1px solid transparent;
    width: 0em;
    height: 0;
    top: -40px;
    left: -24px;
}
.circleOutRed::before {
    animation-delay: -1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: fadeOut;
    animation-timing-function: ease-in-out;
    border: 0.5em solid RED;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 6em;
    left: -1em;
    margin: 0 auto;
    position: relative;
    top: -0.8em;
    transform-origin: center center 0;
    width: 6em;
}
.circleOutRed::after {
    animation-delay: -0.5s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: fadeOut;
    animation-timing-function: ease;
    border: 0.2em solid RED;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 6em;
    left: -1em;
    margin: 0 auto;
    position: absolute;
    top: -0.8em;
    transform-origin: center center 0;
    width: 6em;
}


.circleOutGreen {
	-moz-user-select: none;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 0;
    border: 1px solid transparent;
    width: 0em;
    height: 0;
    top: -49px;
    left: -30px;
}
.circleOutGreen::before {
    animation-delay: -1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: fadeOut;
    animation-timing-function: ease-in-out;
    border: 0.5em solid GREEN;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 4em;
    left: -1em;
    margin: 0 auto;
    position: relative;
    top: -0.8em;
    transform-origin: center center 0;
    width: 4em;
}
.circleOutGreen::after {
    animation-delay: -0.5s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: fadeOut;
    animation-timing-function: ease;
    border: 0.2em solid GREEN;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 4em;
    left: -1em;
    margin: 0 auto;
    position: absolute;
    top: -0.8em;
    transform-origin: center center 0;
    width: 4em;
}


@keyframes fadeOut {
0% {
    transform: scale(0);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1);
}
}


.circle {
   -webkit-animation-duration: 2s;
   -webkit-animation-name: animation;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
    
   -moz-animation-duration: 2s;
   -moz-animation-name: animation;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
    
   animation-duration: 2s;
   animation-name: animation;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   width: 6em;
   height: 6em;   
   border-style: solid;
   border-radius: 50px;
   border-width: 3px;
   border-color: RED transparent transparent transparent;
}

@-moz-keyframes animation {
    0% {-moz-transform: rotate(0);}
    50% {-moz-transform: rotate(180deg);}
    100% {-moz-transform: rotate(360deg);}
}

@-webkit-keyframes animation {
    0% {-webkit-transform: rotate(0);}
    50% {-webkit-transform: rotate(180deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@keyframes animation {
    0% {transform: rotate(0);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}