body{
	position:relative;
	float: center;
	margin:8px;
	padding:0;
    padding-top: 50px;
    padding-bottom: 50px;
	width:95%;
	background-image: linear-gradient(bottom, rgb(241,241,241) 3%, rgb(245,245,245) 52%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 3%, rgb(245,245,245) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 3%, rgb(245,245,245) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 3%, rgb(245,245,245) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 3%, rgb(245,245,245) 52%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.03, rgb(241,241,241)),
		color-stop(0.52, rgb(245,245,245))
	);
	font-family: Helvetica, Arial, sans-serif;
	border: 0 none;
	
	}
.popup {
    position:absolute;
    top:25%;
    left:7%;
    margin:0 0 0 0; /* [-(height/2)px 0 0 -(width/2)px] */
    display:none;
    -moz-box-shadow: 1px 1px 3px #888;
    -webkit-box-shadow:1px 1px 3px #888;
    box-shadow: 1px 1px 3px #888;
    font-size: 12px;
    padding: 6px;
    boarder-radius:5px;
    border: 1px solid #dcdcdc;
    color:rgba(0, 0, 0, 1);
    background-color:white;
  }
div.graph{
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	-moz-border-radius: 5px;
	background-color: rgba(255, 255, 255, .8);
	color:rgba(0, 0, 0, 1);
	border: 1px solid #dcdcdc;
	boarder-radius:5px;
}

div.sbdTable{
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	-moz-border-radius: 5px;
	boarder-radius:5px;
	border: 1px solid #dcdcdc;
	padding-bottom:3px;
	width:100%;
}

div.infoBox{
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	font-size: 10px;
	padding: 6px;
	boarder-radius:5px;
	border: 1px solid #dcdcdc;
	color:rgba(0, 0, 0, 1);
	text-align:center;
	background-color:white;
}
div.textBox{
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	font-size: 12px;
	padding: 6px;
	boarder-radius:5px;
	border: 1px solid #dcdcdc;
	color:rgba(0, 0, 0, 1);
	text-align:left;
	background-color:white;
}
#gMapDiv{
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	background-color: rgba(0, 0,0, .8);
	padding:1pt;
	color:rgba(0, 0, 0, 1);
	boarder-radius:5px;
}
select.filterSelect{
	width:100%;
}
b.title{
	padding:10px;
}
span.name{
	padding-left:6px;
	font-weight:bold;
}
div.myHeader{

}
span.time{
    color: #ff;
    font: bold 12px Helvetica, Arial, sans-serif;
}
#itemSelect{
	margin-right: 10px;
	position:relative;
	top:3px;
}
#imeiSelect{
	margin-left: 12px;
	margin-right:12px;
	width:90px;
	height:34px;

    color: #ff;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    
}
#slider{
	height:10px;
	width:90px;
}
/*		begin google buttons		*/

.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
a.button {
 /*   color: #6e6e6e;
 */
 	color: rgba(0,0,0,1);
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}
a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.save {
    background: url(sprite.png) 10px 7px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.add {
    background: url(sprite.png)  10px -27px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.delete {
    background: url(sprite.png)  10px -61px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.flag {
    background: url(sprite.png)  10px -96px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.up {
    background: url(sprite.png)  13px -133px no-repeat #f3f3f3;
    width: 18px;
}
a.down {
    background: url(sprite.png)  13px -168px no-repeat #f3f3f3;
    width: 18px;
}
a.save-big {
    background: url(sprite.png) 15px 11px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.add-big {
    background: url(sprite.png)  15px -23px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.delete-big {
    background: url(sprite.png)  15px -57px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.flag-big {
    background: url(sprite.png)  15px -92px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.up-big {
    background: url(sprite.png)  15px -128px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
a.down-big {
    background: url(sprite.png)  15px -163px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}


