@charset "utf-8";
/* CSS Document */
BODY
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:10px;
	background:url(ui-diagnal-bg.png);/*#E5E5E5*/
	overflow:hidden;
}

.olControlEditingToolbar  {
            width: 116px;
        }

#header
{
	/*height:50px;*/
	vertical-align:middle;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: none !important;
	padding: 5px 5px 5px 5px; 
}
#header a
{
	color:#CCCCCC;
	text-decoration:none
}
#header a:hover
{
	text-decoration:underline
}

#loginsubmit input
{
	padding:5px;
	border:#666 solid 1px;
	background:#EEE;
}

#mappoints
{
	font-family:"Courier New", Courier, monospace;
	font-size:12px
}
img
{
	border:0px;
	outline:0px;
}

#objProperties input
{
	border:#CCCCCC 1px solid;
	background:none;
	background-color:transparent;
	color:#FFFFFF;
}

#objectslist .ui-selecting { background: #666; color:#CCC }
#objectslist .ui-selected { background:#000; color:#FFF; }
#objectslist { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#objectslist li { margin: 1px; padding: 4px; font-size: 10px; cursor:pointer; color:#999}/*#FFCC00*/




#myContainer {
	border: 10px solid #999999;
	background-color:#999999;
	margin-top:5px;
}
#con_canvas {
	background: #000;
	width: 250px;
	float:left;
	 /* overflow:auto;*********** */
	border: groove #ffffff 1px;
}

#con_canvas .selectBox
{
	background:#666;
	color:#FFFFFF;
	border:#FFF solid 1px;
	padding:2px;
	width:100%;
	margin-top:5px;
	font-family:"Courier New", Courier, monospace;
}

/* Darshana  */
 .selectBoxPathdata
{
	background:#666;
	color:#FFFFFF;
	border:#FFF solid 1px;
	padding:2px;
	margin-top:5px;
	font-family:"Courier New", Courier, monospace;
	/* overflow-y: scroll;
	overflow-x: scroll;
	overflow: scroll; */
	/* overflow-x:scroll;
	overflow-y:scroll;  */
	width: 210px;
	/* white-space:pre-wrap; */
	/* overflow: -moz-scrollbars-horizontal; */
	
	
}



/* .selectBoxPathdata option {
	width: 100%;
	display: block !important;
  } */

/* End darshana */

#map_canvas {
	background: #999;
	float:right;
	overflow:hidden;
	border:#ffffff solid 1px;
	padding:10px !important;
	color:#333;
}

#img_loading
{
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
	background:#000000 url(../images/loading-bar-black.gif) center center no-repeat;
	z-index: 100000;
	position:absolute;
}
#speed,#angle,#dstns,#balon,#odox
{
	position:absolute;
	z-index: 100001;
}



/*
#alertList .ui-selecting { background: #FECA40; }
#alertList .ui-selected { background: #F39814; color: white; }
*/
#alertList { list-style-type: none; margin:10px 0px 15px 0px; padding: 0; width: 100%; }
#alertList li { margin: 2px; padding: 2px; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif;}



.hidden{filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity:0.2;opacity: 0.2;}

#dstns input
{
	background-color:transparent;
	border:none;
	width:75px;/*117px;*/
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
	padding:4px
}

#angle #compass_canvas
{
	height:100px;
	width:100px;
	background:url(../common/compass/compass.png) center center no-repeat !important;
	text-align:center;
}
#compass
{
	vertical-align:middle
}
#balon
{
	padding:5px;
	top:105px;
	width:100px;
}
#odox input
{
	background-color:transparent;
	border:none;
	width:72px;
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
	padding:4px
}
.hiddenText
{
	background:transparent;
	border:none;
	outline:none;
	color:#CCCCCC;
	width:100%;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px
}
.dateFields
{
	background:transparent;
	border:none;
	outline:none;
	color:#fff;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px
}
.dateFields:hover
{
	background:#CCCCCC;
	color:#000000;
}
.dateFields:focus
{
	background:#FFFFFF;
	color:#000000;
}


.loading
{
	background: #FFFFFF url(../images/ajax-loader_0.gif) center no-repeat !important;
}










/* tables */
table.tablesorter {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	margin:0px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/*background-color: #e6EEEE;*/
	background-color:#ddd;
	/*border: 0px solid #FFF;*/
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 4px 18px 4px 4px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #EEE;
}










/*My Classes*/
.roundcorner, .topleftround {-moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; -khtml-border-top-left-radius: 15px; border-top-left-radius: 15px; }
.roundcorner, .toprightround {-moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px; -khtml-border-top-right-radius: 15px; border-top-right-radius: 15px; }
.roundcorner, .bottomrightround {-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px; -khtml-border-bottom-right-radius: 15px; border-bottom-right-radius: 15px; }
.roundcorner, .bottomleftround {-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; -khtml-border-bottom-left-radius: 15px; border-bottom-left-radius: 15px; }

.kmlexport{ background-image:url(../images/icons%20small/Google_Earth_icon.png) !important}
.zoomtoall{ background-image:url(../images/icons%20small/Zoom-icon.png) !important}
.vehclepth{ background-image:url(../images/icons%20small/path.png) !important}
.allvhicle{ background-image:url(../images/icons%20small/cars.png) !important}
.configure{ background-image:url(../images/icons%20small/Google-Maps-icon.png) !important}

/*DATETIMEPCKER*/
.wpd {
    position: absolute;
    width: 208px;
    padding: 5px;
    height: 221px;
    background: #CCC;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
}

.wpd .header {
	position: relative;
	margin: -5px -5px 3px -5px;
}


.wpd .header .next,
.wpd .header .previous,
.wpd .header .title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    display: block;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
    background-image: -webkit-linear-gradient(top, #CCC, #999);
    background-image: -moz-linear-gradient(top, #CCC, #999);
    background-image: -ms-linear-gradient(top, #CCC, #999);
    background-image: -o-linear-gradient(top, #CCC, #999);
    background-image: linear-gradient(top, #CCC, #999);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCC', EndColorStr='#999');
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    height: 22px;
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
}


.wpd .header .title {
	text-align: center;
	margin: 0px 33px;
    padding: 3px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;


}

.wpd .header .next{
    -moz-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
    padding: 1px 5px 1px 4px;
}

.wpd .header .previous{
    -moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
    padding: 1px 3px 1px 6px;
}


.wpd .header .disabled,
.wpd .header .title.disabled:hover,
.wpd .header .previous.disabled:hover,
.wpd .header .next.disabled:hover{
    color: #233610;
    background: #CCC;
    cursor: default;
    text-shadow: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
}

.wpd .header .next:hover,
.wpd .header .previous:hover,
.wpd .header .title:hover{
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}


.wpd .header .next:active,
.wpd .header .previous:active,
.wpd .header .title:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
}

.wpd .header .title:focus
{
    outline: 0;
    background: #fafafa;
}

.wpd .header .titleText {
	font-weight: bold;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wpd .header .next,
.wpd .header .previous,
.wpd .header .closeButton {
	position: absolute;
	width: 24px;
	text-align: center;
    padding-bottom:4px;
	top: 0px;
	cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.wpd .header .previous {
	left: 0px;
}
.wpd .header .next {
	right: 0px;
}
.wpd .header .closeButton {
    display: none;
	right: 5px;
	
}

.wpd .header .upArrow{
    font-size: 85%;
    vertical-align: 2px;
    padding-left: 5px;

}

.wpd .body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 193px;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.wpd .time {
	width: 100%;
	height: 100%;
}

.wpd .time .hour,
.wpd .time .separator,
.wpd .time .minutes,
.wpd .time .ampm {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14x;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.wpd .time .hour,
.wpd .time .minutes,
.wpd .time .ampm {
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wpd .time .hour {
	left: 10px;
}
.wpd .time .separator {
	background: transparent;
	border: 0;
	width: 10px;
	left: 71px;
    top: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.wpd .time .minutes {
	left: 90px;
}

.wpd .time .ampm {
    left: 150px;
}

.wpd .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.wpd .days .day {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 27px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
    font-weight: bold;
}

.wpd .days .day0 {
	margin-right: 0;
}

.wpd .days .week5 .day {
	margin-bottom: 0;
}

.wpd .days .title {
	font-weight: 200;
	cursor: default;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.wpd .days .otherMonth {
    font-weight: normal;
}

.wpd .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 69px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
    font-size: 14px;
	
}

.wpd .months .month3,
.wpd .months .month6,
.wpd .months .month9,
.wpd .months .month12 {
	margin-right: 0;
	width: 64px;
}

.wpd .months .month10,
.wpd .months .month11,
.wpd .months .month12 {
	margin-bottom: 0;
}

.wpd .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 50px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
    font-size: 14px;
}

.wpd .years .year3,
.wpd .years .year7,
.wpd .years .year11,
.wpd .years .year15,
.wpd .years .year19 {
	margin-right: 0;
	width: 47px;
}

.wpd .years .year16,
.wpd .years .year17,
.wpd .years .year18,
.wpd .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

.wpd .selected {
	background: #000 !important;
	color: #fff !important;
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wpd .unavailable {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.wpd .days .week .day:hover,
.wpd .months .month:hover,
.wpd .years .year:hover {
	background: #fff !important;
    color: #000 !important;
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.roundCorners{
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;    
	border-radius: 10px !important;
}
.setShadow{
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=0, Strength=5);
}
