.toolPanel_OpenLayer{
	background: url(../images/create_route/tools-bg.png) no-repeat top left;
	height: 66px;
	width:242px;
	position: absolute;
	top:10px;
	left:0px;
	right:0px;
	margin:0px auto !important;
}
.toolPanel_OpenLayer div.olButton{
	margin-top:2px;
}
.toolPanel_OpenLayer div.olButton:first-child{
	margin-left:3px;
}

.byThisMapPanel_OpenLayer{
	background: transparent;
	height:65px;
	width:173px;
	position: absolute;
	top:10px;
	right:132px;
	display:none;
}

.buyThisMapBtn_OpenlayerItemInactive{
	background: url(../images/buy.png);
	height:65px;
	width:173px;
	cursor:pointer;
}

.mapPanel_OpenLayer{
	background-color:transparent;
	height: 208px;
	width:66px;
	position: absolute;
	top:10px;
	right:5px;
}

.mapPanel_OpenLayer div{
	margin-bottom: 5px;
}

.mapPanel_OpenLayer div:last-child{
	margin-bottom :0px;
}

.undoBtn_OpenlayerItemInactive, .clearBtn_OpenlayerItemInactive, .reverseBtn_OpenlayerItemInactive, 
.undoBtn_OpenlayerItemActive, .clearBtn_OpenlayerItemActive, .reverseBtn_OpenlayerItemActive{
	width: 78px;
	height: 58px;
	display:inline-block;
}

.undoBtn_OpenlayerItemInactive{
	background-image: url(../images/create_route/undo_normal.png);
    
}
.undoBtn_OpenlayerItemInactive:hover{
    background-image: url(../images/create_route/undo_pressed.png);
    cursor:pointer;
}
.undoBtn_OpenlayerItemActive{
	background-image: url(../images/create_route/undo_pressed.png);
}

.clearBtn_OpenlayerItemInactive{
	background-image: url(../images/create_route/clear_normal.png);
}
.clearBtn_OpenlayerItemInactive:hover{
    background-image: url(../images/create_route/clear_pressed.png);
    cursor:pointer; 
}
.clearBtn_OpenlayerItemActive{
	background-image: url(../images/create_route/clear_pressed.png);
    cursor:pointer;
}

.reverseBtn_OpenlayerItemInactive{
	background-image: url(../images/create_route/reverse_normal.png);
}
.reverseBtn_OpenlayerItemInactive:hover{
    background-image: url(../images/create_route/reverse_pressed.png);
    cursor:pointer;
}
.reverseBtn_OpenlayerItemActive{
	background-image: url(../images/create_route/reverse_pressed.png);
}

.mapLayersBtn_OpenlayerItemInactive, .mapLayersBtn_OpenlayerItemActive, .editMapBtn_OpenlayerItemInactive, 
.editMapBtn_OpenlayerItemActive, .settingsBtn_OpenlayerItemInactive, .settingsBtn_OpenlayerItemActive{
	width:66px;
	height: 66px;
	display:block;
}
.mapLayersBtn_OpenlayerItemInactive, .mapLayersBtn_OpenlayerItemActive{
	background-image:url(../images/create_route/map_layers.png);
}
.editMapBtn_OpenlayerItemInactive, .editMapBtn_OpenlayerItemActive{
	background-image:url(../images/create_route/edit_map.png);
}
.settingsBtn_OpenlayerItemInactive, .settingsBtn_OpenlayerItemActive{
	background-image:url(../images/create_route/settings.png);
}

.mapLayersPanel {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 0 0;
    box-shadow: 2px 2px 2px #D7D7D7;
    height: auto;
    padding-bottom:5px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 285px;
    font-size: 16px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    color:#000000;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
}
.mapLayersPanel a
{
  font-size: 16px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    color:#000000;
    display:block;
    width:100%;  
}
.mapButtonsItemInactive:hover
{
    cursor:pointer;
    display:block;
}
.mapbtn
{
   font-family: 'font001-regular',Helvetica,sans-serif;
   font-size: 16px;
   color:#000000;
   font-weight: normal;
}
.mapbtnpublisher span
{
   font-family: 'font001-regular',Helvetica,sans-serif;
   font-size: 10px;
   color:#959595;
   font-weight: normal; 
   
}
.publisherNameSpan
{
     font-size: 10px;
   color:#959595;
   font-weight: normal;
   font-family: 'font004',Arial,Verdana,Helvetica,sans-serif; 
}
.mapButtonsItemInactive:hover
{
    text-decoration :underline;
    color:#00b2e5 !important;
}
.layerNameSpan
{
    font-size: 16px;
   color:#959595;
   font-weight: normal;
   font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
}

.editMapPanel{
	background-color:white;
	height: auto;
    padding-bottom:5px;
	width:80px;
    padding-left: 10px;
	position: absolute;
	top:81px;
	right:10px;
     border: 1px solid #CCCCCC;
    border-radius: 4px 4px 0 0;
    box-shadow: 2px 2px 2px #D7D7D7;
}
.editMapPanel a {
    color: #707070;
    display: block;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}
.editMapButtonsItemInactive
{
    padding-bottom:3px;
}
.editMapButtonsItemInactive:hover
{
    text-decoration :underline;
    color:#00b2e5 !important;
}

.settingsPanel{
	background-color:white;
	height: 165px;
	width:175px;
	position: absolute;
	top:152px;
	right:10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 0 0;
    box-shadow: 2px 2px 2px #D7D7D7;
}

.distance_slider{
	width: 150px;
	margin : 0px auto;
    font-size: 16px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-weight: normal;
    padding-top:10px;
    
}
.distance_slider lable
{
   padding-left:5px; 
}

.showDistance{
	margin-top: 10px;
    font-size: 16px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-weight: normal;
    margin-left:10px;
}
.showDistance label
{
    padding-left: 0px;
}

.searchDiv {
    border-bottom: 1px solid #CCCCCC;
    height: 54px;
    margin-top: 16px;
    width: 100%;
}

.inputSearchDiv{
	width: 313px;
	height:36px;
	vertical-align: middle;
    margin-left: 14px;
    position: relative;
}

.inputSearchDiv input{
	width:300px;
	height:34px;
	margin:auto auto;
	vertical-align: middle;
	border:#CCCCCC 1px solid;
    font-size: 18px;
    font-family: 'font004', Arial, Verdana, Helvetica, sans-serif;
    color:#b7b7b7;
    padding-left:12px;
}

.searchResultDiv {
    background-color: white;
    border: 1px solid #CCCCCC;
    display: none;
    height: auto;
    margin: 0 auto 0 14px;
    margin-top:-20px;
    position: absolute;
    width: 312px;
    z-index: 1000;
    padding-bottom: 10px;
    overflow-y:auto;
    overflow-x: hidden;
}
.searchResultDiv h1 {
    color: #F5842E;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-top: 13px;
    font-weight: 400;
}

.searchResultDiv ul {
    list-style-type: none;
    margin: 0;
    padding: 3px 0px 0px 0px;
}

.searchResultDiv ul li{
	padding: 3px 10px 0px 12px;
    color:#707070;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
}
.searchResultDiv ul li:hover{
    text-decoration :underline;
    color:#00b2e5;
    cursor: pointer;
}

.searchResultDiv ul li a{
   color:#00b2e5;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
}


.routeDive{
	width:313px;
	margin:0px auto;
	display:block;
}
.routeHeader{
	width:100%;
	height:50px;
}

.routeHeader .routeHeaderLeft {
    float: left;
    padding-left: 14px;
    padding-top: 23px;
    font-size: 20px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    color:#f5842e;
    border-left: 1px solid #CCC;
}
.saveRouteButton {
    background-color: #F5842E;
    border: medium none !important;
    color: #FFFFFF !important;
    display: block;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 89px !important;
    padding-left:0px !important;
    cursor: pointer;
    height: 38px;
}
 .editPoint
 {
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    color:#00b2e5;
    display:none;
    padding-left: 5px;
     
 }
.routeHeader .routeHeaderRight {
    float: right;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom:14px;
    height: 38px;
    
}

.routeDetails input, .routeDetails textarea, .routeDetails select{
	width:300px;
    margin-left:14px;
	padding: 5px 0px 5px 12px;
    border:1px solid #CCC;
    color:#b7b7b7;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
}
.routePrivacy
{
  width:313px !important;
  margin-top:10px;
  padding-left:10px !important;  
}
.routeDirections{
   padding-left: 14px; 
}
.routeDirections h1
{
   font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px; 
    color:#f5842e; 
    font-weight: 400;
    padding-top:13px;
}
.routeDetails textarea{
	height: 116px;
    margin-top:10px;
}
.routeDirections span, .routeDirections input{
	width:100%;
}

.routeDirections input {
    border: 1px solid #CCCCCC;
    height: 20px;
    padding-left: 4px;
    font-family:'font004', Helvetica, sans-serif;
    font-size:14px;
    color:#707070;
}

.olModifiablePathOver {
cursor: pointer;
} 

.distanceUnits {
    border-bottom: 1px solid #CCCCCC;
    padding-left: 10px;
    padding-top: 10px;
}

#metricLable, #ImperialLable{
	display:block;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-weight: normal;
}

/* avoid pink tiles */
.olImageLoadError {
    background-color: transparent !important;
}
#tableDirections{
    color:#707070;
     font-family: 'font004',Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
}
#tableDirections tr td
{
    padding-bottom:4px;
}
table#tableDirections tr:hover
{
     
}
table#tableDirections span
{
    color:#00b2e5;
}
table#tableDirections span.distance
{
    color:#707070;
}
.olControlPanZoomBar
{
    margin-top:-50px;
}
/*Open API Section*/
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
.olControlAttribution {
    font-size: 14px;
    right: 3px;
    bottom: 15px;
    position: absolute;
    display: block;
    font-family: "font004" !important;
    font-weight:400;
    background: rgba(100%, 100%, 100%, 0.8);
    padding:5px;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

div.olControlMousePosition {
    bottom: 0;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 80px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: hidden;
}

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlPanPanel {
    top: 10px;
    left: 5px;
}

.olControlPanPanel div {
    background-image: url(../images/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
}

.olControlZoomPanel div {
    background-image: url(../images/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}

div.olControlZoom {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width:22px;
    line-height: 19px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}


/**
 * Animations
 */

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

li.loadingResult{
	background: url(../images/loading_spinner.gif) center no-repeat;
	height: 40px;
}

.routeDiv{
	overflow-y: auto;
	overflow-x: hidden;
}

#osmResults_close {
    bottom: 0;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 18px;
    padding-top: 10px;
}

#searchResultHeader{
	position: relative;
}

.searchDiv input[type="submit"] {
    background: url(../images/search.png) no-repeat transparent;
    border: 0 none;
    cursor: pointer;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 10px;
    text-indent: -1000px;
    top: 10px;
    width: 18px;
}

#controlMapLayer_loading{
	height: 40px !important;
}
