/* 
    Document   : style
    Created on : Mar 8, 2016, 11:37:59 AM
    Author     : Venu V
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1 { margin-top:150px; margin-left:100px;}
.mainContainer {
	width : 1920px;
	height: 1080px;
	border: 0px black solid;
	background-image: url("../images/map.png");
	margin: 0px;
}

.pointerElm {
  position: absolute;
  z-index: 100;
  width : 30px;
  height: 44px;
}

.CCImgPointer { color : red; }

.CCDragElement {
  background-color: #ccc;
  border: 1px solid black;
  opacity: 0.2;
  position: absolute;
  z-index: 99;
}
