﻿
<style>


//page

  .tdTopLeft{
      width: 90px;
      vertical-align: top;
      padding-left: 0px;
  //padding-right: 4px;
      border-right: 1px solid #999;
  }
.rightContent{
    width:100%;
    vertical-align: top;
//padding-left: 24px;
}

//map
  .graticule {
      fill: none;
      stroke: #777;
      stroke-width: .5px;
      stroke-opacity: .5;
  }

.land {
    fill: #222;
}

.boundary {
    fill: none;
    stroke: #fff;
    stroke-width: .5px;
}
.background{
    fill: #D3E9FF;
}

.route {
    fill: none;
//stroke-width: 5px;
}

.highcharts-tooltip span {
    height:auto;
    width:300px;
    overflow:auto;
    white-space:normal;
}

#one{

    text-align:center;
    padding: 2px;
    font-weight: bold;
    font-size: 15px;
    border-style:ridge;
    margin-left: 10px;
    margin-right: 10px;
}
#two{

    text-align:left;
    padding: 2px;
    font-weight: bold;
    color:#274B6D;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


#zoom_container {
    /*float: left;*/
    position: absolute;
    top: 10px;
    left: 10px;
}

.zoom-control {
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    box-shadow: none;
    width: 26px;
    height: 80px;
}

#zoom_container
a.zoom-in, #zoom_container a.zoom-out,
#zoom_container a.zoom-reset
{
    opacity: .75;
    background-image: url(/Meetings/ICAN2015/PublishingImages/zoom.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    color: transparent;
}

.zoom-in {
    background-position: 0 0;
    border-bottom: 1px solid #ddd;
}

.zoom-out {
    background-position: 0 -26px;
    border-bottom: 1px solid #ddd;
}

.zoom-reset {
    background-position: 0 -52px;
}






path.arc {
    cursor: move;
    fill: #fff;
}

.node {
    font-size: 10px;
}

.node:hover {
    fill: #1f77b4;
}

.link {
    fill: none;
    stroke: #1f77b4;
    stroke-opacity: .4;
    pointer-events: none;
}

.link.source, .link.target {
    stroke-opacity: 1;
    stroke-width: 2px;
}

.node.target {
    fill: #d62728 !important;
}

.link.source {
    stroke: #d62728;
}

.node.source {
    fill: #2ca02c;
}

.link.target {
    stroke: #2ca02c;
}

.plane {
    stroke-width: 0;
    border-width:5px;
    border-color:#98bf21;

}


</style>