
.inMap_routeDetails_tr{
	cursor: pointer;
}


.inMap_tabHeader{
	margin-top:10px;
	border-collapse: collapse;

}
.inMap_tabHeader th{
	color:#aaa;
	border: solid 1px #aaa;
	padding: 10px;
	cursor: pointer;
	font-weight: normal;

	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;


}

.inMap_tabHeader th:hover{
	color:#aaa;

}

.inMap_tabHeaderselected{
	color: #444 !important;
	border-bottom:none !important;
	font-weight: bold !important;
}




.inMap_tabHeader td{

	border-bottom: solid 1px #aaa;


}


.inMap_tabBody{
border: solid 1px #aaa;
	border-top:none;

}

.inMapTableTitle{
	color: #ff6900 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-transform: uppercase;

}


.inMapinfoBoxHeaderClose{
	color:#fff;
	font-weight: bold;
font-size: 18px;
}
.inMapinfoBoxHeaderTitle {


	color: #67aace;

	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
	text-transform: uppercase;

}

.inMapinfoBoxBody {
	padding:10px;

}
.inMapinfoBox {

	background: #fff;
	/*position:inherit;*/
	width:400px;
	/*display: none;*/

	border-right:solid 1px #000;
	z-index:120;

	font-size:11px;
	color:#222;
	float:none;

	margin-bottom:2px;
	margin-top:10px;

}

.inMapinfoBoxAlter {

	background: #243853 !important;
	border-top:dotted 1px #67aace;
	/*position:inherit;*/
	width:100%;

}

.CalculateFlightPlanDiv {

	background-image:url(images/80black.png);
	background-repeat: repeat;
	position:absolute;
	width:400px;
	/*display: none;*/

	border-right:solid 1px #000;
	z-index:130;
	top:0px;
	left:410px;
	height:600px;
	font-size:11px;
	color:#fff;
	overflow: scroll;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}


.inMapinfoBoxHeader {
cursor: pointer;
	background: #0C2340;

}
.inMap_point_tr:hover{
	background: #FF6900;
	cursor: pointer;
	font-weight:bold;
}

.inMap_point_tr{
	cursor: pointer;

}

.inMapinfoBoxTable{
	width: 100%;
	border-collapse: collapse;

}

.inMapinfoBoxTable th{
	padding: 5px;
	text-align: left;
	color: #67aace;

	border-bottom: solid 1px #666;

}

.inMapinfoBoxTable tbody tr{



}

.inMapinfoBoxTable tbody tr:hover{



}


.inMapinfoBoxTable tbody td{


	padding: 2px 2px 2px 10px;

	border-bottom: dotted 1px #666;
	color: #fff;
}
.inMap_airport{
width:20px;
	height:20px;
background-image:url(images/navigator/airport.png);
	background-repeat: no-repeat;

}

.inMap_point{
	width:10px;
	height:10px;
	background-image:url(images/navigator/point.png);
	background-repeat: no-repeat;

}

.staticroutepoint{
	text-align:center;
	padding: 1px;
	font-size:11px;
	font-weight:bold;
	-webkit-border-left-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #5fbf5f;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
}

.routepoint{
	text-align:center;
	padding: 1px;
	font-size:11px;
	font-weight:bold;
	-webkit-border-left-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #43afe1;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
}
.routepoint:hover{
	background: #f1b00b;
	color: #222 !important;
	text-decoration:none;
	cursor: pointer;

}

.inMap_dialogBoxTitlte{
	border-bottom:solid 1px #ccc;
	padding-bottom:3px;
	font-size:12px;
}

.inMap_dialogBoxTitlte h1{

	font-size:13px;
	font-weight: bold;
}

.inMap_dialogBoxName{
	padding:3px;
	padding-left:5px;
	color:#0C2340;
	font-size:13px;
	font-weight: normal;
	text-transform: uppercase;
}

.NBtootlTip{
	font-size:11px !important;
	color:#fff!important;
	background: #ff6900 !important;
	padding:1px !important;
	border:0px !important;
}

.NBtootlTipsmall{
	font-size:8px !important;
	color:#000000!important;
	background: none !important;
	padding:1px !important;
	border:0px !important;
	box-shadow:none !important;;
}