.pointBox label,
.infoDiv,
.infoWindow,
.hint,
.body{
    color: #666;
    text-align: justify;
    font-family:Arial;
    font-size:12px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:15px;
}

hr{
    background:#CCCCCC none repeat scroll 0 0;
    border:medium none;
    height:1px;

}

.pointBox{
    /*
    width: 780px;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px
    -moz-border-radius-topright: 10px 
    */
}

.pointBox label{
    color: white;
    font-size: 14pt;
    font-weight: bold;
    
}

.inputList{
    margin: 0;
    padding: 0;
    list-style-type: none;

}


.pointBox input{
    height: 22px;
    font-size: 12pt;
    color: #666;
    border: 1px solid #CCC;
    font-weight: bold;
}

.selectedPoint input{
    background: #DDF;
 /*   border: 2px solid #005588; */
}

.pointBox label{
    display:block;
    float:left;
    margin-right: 7px;
    margin-bottom: 2px;
    text-align:right;
    width: 62px;
}

.pointBox{
  /*  border: 1px solid #0044BB;*/
    border-bottom: none;
}

.pointBox {
/*    background: #0066CC; */
    padding: 10px;
    /*for IE: */
    /* padding-bottom: 15px; */
    height: 22px;
}

.routeManagerMapCanvas{
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    -moz-border-radius-topleft : 7px;
    -webkit-border-top-left-radius : 7px;
}

.infoDiv{
    margin: 5px;
    margin-bottom: 0;
    color: #666;
    font-weight: bold;
}

.middlePoint{
    font-size: 10pt;
    padding: 1px 10px;
}
.middlePoint INPUT{
    font-size: 9pt;
    height: 18px;
}
.middlePoint LABEL{
    font-size: 9pt;
}

.infoWindow{
    font-size: 11pt;
    margin-top: 15px;
    color: #666;
}

.inlineImage{
    vertical-align: middle;
}

.clickable{
    cursor: pointer;
}

.PointList{
    background: #bbe5a5 url(../../img/site/RouteManager/css/degrade_listbox.png) repeat-y scroll 0 0;
    border: 1px solid #CCC;
    border-top: 0;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius : 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius : 7px;
}

/** BUTTONS **/
.buttonbar{
    background: transparent;
    text-align: right;
    height: 43px;
}

.buttonbar img{
    vertical-align: bottom;
}

.buttonbar .buttonPanel{
    font-size: 37px;
    border: 1px solid #CCC;
    border-bottom: 0;
    background: #ecf8e2 url(../../img/site/RouteManager/css/degrade_buttonbar.png) repeat-x;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius : 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius : 7px;
    padding-left: 12px;
    padding-right: 12px;
}
/* Safari and Chrome only */
body:first-of-type .buttonbar span{ font-size: 37px; } 
body:first-of-type .buttonbar{height: 48px;}
body:first-of-type .buttonbar img{ margin-top: 5px; } 

.barbutton{
    border: 2px solid transparent;
    margin-left: 6px;
    margin-right: 6px;
}

/* IE only */
.barbutton{
  //  margin: 0;
}

.buttonbar .hover{
    border: 2px solid white;
}

.v-hint,
.hint{
    position : absolute;
    display: none;
    z-index: 15;
    border: 1px solid black;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc; /*url(pointer.gif) no-repeat -100px -100px;*/

    max-width: 150px;

}

.hintText{
   margin: 0; 
   font-size: 10pt;
}

.hintPointer{
    position: absolute;
    left: 5px;
    top: -10px;
    width: 19px;
    height: 10px;
    background: url(../../img/site/RouteManager/css/pointerup.gif) left top no-repeat;
    z-index: 16;
}
