﻿/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family:"DIN Bold";
    src:url('fonts/DINWeb-Bold.eot');
    src:url('fonts/DINWeb-Bold.eot?#iefix') format('eot'),url('fonts/DINWeb-Bold.woff') format('woff');
}
@font-face {
    font-family:"DIN";
    src:url('fonts/DINWeb.eot');
    src:url('fonts/DINWeb.eot?#iefix') format('eot'),url('fonts/DINWeb.woff') format('woff');
}

* {
	padding: 0px;
	margin: 0px;
    outline: none;
    font-family: inherit;
}

*:active, *:focus {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 13px;
    overflow: hidden;
	font-family: 'Droid Sans', 'Lucida Sans Unicode', Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
}

#map {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 74px;
    right: 204px;
}

#timeline {
    position: absolute;
    z-index: 10;
    width: auto; /*100%;*/
    height: 74px;
    bottom: 0px;
    left: 0px;
    right: 204px;
    background-color: #2a424e;
}

.timelineInner {
    xmargin-left: 35px;
    margin-left: 0px;
    margin-right: 0px;
    xmargin-right: 40px;
    xborder-right: 2px solid white;
}


@media screen {
    #legend {
        position:absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;

        width: 204px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #eae8b7;

        color: #3d6678;

        z-index: 11;

    }

    #printLegend {
        display: none;
    }
}

@media print {

    #legend,
    #timeline,
    .legendShowButton,
    .mapRectangle,
    .timelineScale,
    .timelineTracks {
        display: none;
        /* make sure elements manually set to visible are also hidden */
        visibility: hidden;
    }

    #map {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }



/*
    #printLegend {
        position: absolute;
        top: 20px;
        left: 50px;
        right: 50px;
        height: 50px;
        background-color: #d5d267;
    }
*/


}

/* @page { margin: 0.5cm } */

.mapTone {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

#infopane {
    position:absolute;
    top: 30px;
    bottom: 50px;
    left: -2px;

    width: 200px;

    border: 2px solid black;
}

.background {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

.content {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    z-index: 1;
}

#infopane {
    display: none;
}

a {
    color: #000000;
}

table {
    border-collapse: collapse;
}

th {
    padding: 0 4px 0 4px;
    text-align: center;
}

th.empty {
    border: none;
}

td {
    padding: 2px;
    vertical-align: middle;
}

td.selectable {
    border: 1px solid #8fcee1;
    cursor: pointer;
    text-align: center;
}

td img {
    vertical-align: middle;
}

th.category {
    cursor: pointer;
}

td.selectable:hover,
th.category:hover
{
    background-color: #cfcb5d;
}

tr.row1 th,
tr.row2 th,
tr.row3 th,
tr.row4 th
{
    text-align: right;
}

.mapControls {
    font-weight: bold;
    padding: 5px 5px 2px;
    text-align: center;
}

.toggleableOff {
    display: none;
}

.toggle {
    cursor: pointer;
}




th {
    text-align: left;
}
td {
    text-align: left;
}

#legend a {
    text-decoration: none;
}
#legend a:hover {
    text-decoration: underline;
}

#legend h3 {
    font-size: 11px;
    margin: 7px 0 7px 12px;
}

.legendHead {
    width: 204px;
    height: 63px;
    background-color: #deebe2;
    xbackground-image: url(images/logo_head.gif);
    xbackground-repeat: no-repeat;
    xbackground-position: 80px 15px;
}

#logo {
    position: absolute;
    top: 15px;
    right: 17px;
}

#logo img {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
}

.accordionContent {
    background-color: #dddb86;
    overflow: hidden;
    position: relative;
}

.accordionTitle {
    cursor: pointer;
    padding: 3px 7px;
    height: 35px;
}

#verificationTitle,
#verificationContent {
    background-color: #d5d260;
}
#signatureTitle,
#signatureContent {
    background-color: #e1df92;
}
#nuclearTitle,
#nuclearContent {
    background-color: #f5cd60;
}

#verificationTitle:hover {
    background-color: #cfcb5d;
}
#signatureTitle:hover {
    background-color: #d9d68d;
}
#nuclearTitle:hover {
    background-color: #edc75c;
}

#verificationContent .selected {
    background-color: #ebe9b0;
    margin: 5px 0px;
}

#verificationContent .row {
    padding: 3px 10px;
    line-height: 13px;
}

#verificationContent {
    display: none;
    xheight: 254px;
}

#nuclearContent {
    display: none;
    xheight: 150px;
}

.smallPrint {
    font-size: 9px;
    padding: 0px 10px;
}

h2 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
}

#legend h2 {
    color: #33718B;
    font-size: 13px;
    margin-top: 7px;
    font-family: "DIN Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-weight: normal;
}

h2 .line1,
h2 .line2 {
    display: block;
}

#signatureTitle h2 .line2 {
    font-size: 10px;
}

verificationTitle h2 {
    font-size: 12px;
}

#nuclearTitle h2 .line1 {
    font-size: 10px;
    line-height: 10px;
}

.legendImg {
    border: 1px solid #eae8b7;
    margin: 1px 5px 1px 0px;
    vertical-align: -2px;
}

.hidden {
    visibility: hidden;
}

.row {
    padding: 2px 10px;
    cursor: default;
}

.selectable {
    cursor: pointer;
}

.selectable img {
    margin-right: 5px;
}

.selectable:hover {
    background-color: #cfcb5d;
}

.selected {
    background-color: #eae8b7;
    cursor: default;
}

.details {
    background-color: #eae8b7;
    padding: 2px 10px;
}

.indented {
    xmargin-left: 15px;
}
/*
.infowindow,
.infoBubble {
    position: absolute;
    width: 150px;
    margin-left: -75px;
    padding-bottom: 4px;
    background: url(images/infoArrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    display: none;
    cursor: default;
    z-index: 100;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
*/
.infoBubbleLeft {
    margin-left: -140px;
    background-position: 135px 100%;
}

.infoBubbleRight {
    margin-left: 10px;
    background-position: 15px 100%;
}

.infoBubble .closeBtn {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    xbackground-color: #999;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 8px;
    cursor: pointer;
}

.infoBubble .closeBtn:before {
    content: "×";
}

body .sidebarBubble {
    width: 190px;
    margin-left: -95px;
}

#timeline .infoBubble {
    text-align: left;
}

.infowindow .content,
.infoBubble .content {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    cursor: default;
}

/*
.infoBubble .content {
    background-color: #eae8b7;
}
*/

.infowindow h3,
.infoBubble h3 {
    color: #699098;
    font-size: 100%;
    padding: 5px 2px;
}
/*
.infowindow .body,
.infoBubble .body {
    padding: 0px 2px 5px 2px;
    overflow: hidden;
    display: none;
}
*/
.disclaimer {
    display: none;
}

.trigger:hover {
    text-decoration: underline;
}

#stationCountTable {
    position: relative;
    width: 100%;
    padding-top: 7px;
    padding-left: 27px;
    margin-left: -10px;
    height: 67px;
    overflow: hidden;
    background-color: #ebe9b0;
}

#stationCountTable label {
    display: block;
    font-size: 8px;
    line-height: 10px;
    font-family: "DIN Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    text-transform: uppercase;
    color: #4C8AA5;

    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: bottom left;
    -moz-transform: rotate(-30deg);
    -moz-transform-origin: bottom left;
    -o-transform: rotate(-30deg);
    -o-transform-origin: bottom left;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: bottom left;
    transform: rotate(-30deg);
    transform-origin: bottom left;
}

#stationCountTable .status8label {
    -webkit-transform: translate(3px, 40px) rotate(-30deg);
    -moz-transform: translate(3px, 40px) rotate(-30deg);
    -o-transform: translate(3px, 40px) rotate(-30deg);
    -ms-transform: translate(3px, 40px) rotate(-30deg);
    transform: translate(3px, 40px) rotate(-30deg);
}
#stationCountTable .status4label {
    margin-left: 33px;
    -webkit-transform: translate(3px, 30px) rotate(-30deg);
    -moz-transform: translate(3px, 30px) rotate(-30deg);
    -o-transform: translate(3px, 30px) rotate(-30deg);
    -ms-transform: translate(3px, 30px) rotate(-30deg);
    transform: translate(3px, 30px) rotate(-30deg);
}
#stationCountTable .status2label {
    margin-left: 66px;
    -webkit-transform: translate(3px, 20px) rotate(-30deg);
    -moz-transform: translate(3px, 20px) rotate(-30deg);
    -o-transform: translate(3px, 20px) rotate(-30deg);
    -ms-transform: translate(3px, 20px) rotate(-30deg);
    transform: translate(3px, 20px) rotate(-30deg);
}
#stationCountTable .status1label {
    margin-left: 99px;
    -webkit-transform: translate(3px, 10px) rotate(-30deg);
    -moz-transform: translate(3px, 10px) rotate(-30deg);
    -o-transform: translate(3px, 10px) rotate(-30deg);
    -ms-transform: translate(3px, 10px) rotate(-30deg);
    transform: translate(3px, 10px) rotate(-30deg);
}
#stationCountTable .status0label {
    margin-left: 132px;
    -webkit-transform: translate(3px, 0px) rotate(-30deg);
    -moz-transform: translate(3px, 0px) rotate(-30deg);
    -o-transform: translate(3px, 0px) rotate(-30deg);
    -ms-transform: translate(3px, 0px) rotate(-30deg);
    transform: translate(3px, 0px) rotate(-30deg);
}

/*
.rnstations #stationCountTable {
    background-image: url(images/station_table_header_rn.gif?20130312);
}
*/

#stationCountTable div.num {
    width: 23px;
    padding: 2px;
    margin-left: -2px;
    margin-right: 8px;
    float: left;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);

    cursor: pointer;
}

#stationCountTable div.num:hover {
    background-color: #e1df92;
}

div#stationCountTable div.numActive {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    cursor: default;
}


.clear {
    clear: both;
}

.spacer {
    clear: both;
    height: 10px;
}

#legend .form {
    margin-left: 10px;
    margin-bottom: 10px;
}

#legend select {
    width: 184px;
    margin-top: 5px;
}

label {
    vertical-align: middle;
}

.checkbox {
    vertical-align: middle;
}

select {
    margin-bottom: 4px;
}

.zoomButton {
    display: inline-block;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 1px 3px 0 3px;
    margin-right: 3px;
    font-size: 13px;
    vertical-align: 6px;
    text-transform: uppercase;
    font-family: "DIN Bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-weight: normal;
}

.zoomLabel {
    vertical-align: -2px;
}

.zoomOut {
    padding: 1px 3px 0 3px;
}

.zoomWorld {
    font-size: 9px;
    line-height: 10px;
    padding: 4px 7px 0px 6px;
    vertical-align: 6px;
}

.disclaimerHead {
    background-color: #9e9d62;
    display: none;
}

.disclaimerHead h2 {
    padding: 3px;
}

.disclaimerBody {
    color: black;
    background-color: white;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    padding: 8px 10px;
    font-size: 9px;
	line-height: 10px;
	margin: 10px 0 0;
	/* ie hack to get opacity */
	zoom: 1;
}

.disclaimerBody p {
    margin-bottom: 5px;
}

#debug {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 99;
    padding: 4px;
}


.timelineScale {
    top: 0px;
    height: 35px;
    color: #ffffff;
}

.timelineTracks {
    top: 35px;
}

.timelineTrack {
    height: 13px;
    cursor: default;
}



.track-default {
    background-color: #eeeeee;
}

.track-sig {
    background-color: #a7dfea;
}

.track-rat {
    background-color: #d3d88a;
}

.track-cert {
    background-color: #d3d88a;
}

.track-stat_a {
    margin-top: -13px;
}

.track-stat_a .trackLabel,
.track-stat_u .trackLabel{
    color: white;
}

.tick {
    bottom: 0px;
    height: 15px;
    border-left: 3px solid #5e889e;
    margin-left: -1px;
}

div.tick0 {
    height: 7px;
    border-left: 1px solid #5e889e;
    margin-left: 0px;
}

.tickLabel {
    top: 5px;
    font-size: 9px;
    margin-left: -2px;
    color: #ffffff;
    cursor: inherit;
}

.eventMark {
    width: 6px;
    height: 6px;
    margin-left: -2px;
    margin-bottom: 3px;
    cursor: default;
    background-image: url('images/eventmark_gen.gif');
    overflow: hidden;
}

.track-sig .eventMark {
    background-image: url('images/eventmark_sig.gif');
}

.track-rat .eventMark {
    background-image: url('images/eventmark_rat.gif');
}

.track-cert .eventMark {
    width: 5px;
    height: 5px;
    background-image: url('images/eventmark_cert.gif');
}

.track-cert .eventMark:hover {
    width: 7px;
    height: 7px;
    margin-left: -3px;
    margin-bottom: 2px;
    background-image: url('images/eventmark_cert_hover.gif');
}

.dateLabel {
    height: 100%;
    font-size: 9px;
    color: #666666;
    line-height: 12px;
    padding-left: 2px;
    border-left: 1px solid #999999;
    cursor: inherit;
}

.trackLabel {
    height: 100%;
    font-size: 9px;
    color: #666666;
    line-height: 12px;
    padding-left: 4px;
    cursor: inherit;
    xmargin-left: -30px;
}

#timeline .highlight {
    border: 2px solid #ffffff;
    z-index: 15;
}


.eventMark .eventMarkLabel {
    position: absolute;
    bottom: 5px;
    display: none;
    background-color: #f6f6f6;
    padding: 5px;
    width: 150px;
    font-size: 10px;
    margin-left: -1px;
    z-index: 10;
}

.eventMark:hover .eventMarkLabel {
    display: block;
}

.timelineStat {
    width: 8px;
    margin-left: 1px;
    xborder: 1px solid #999999;
}

.timelineStatComponent {
    width: 8px;
}

.track-stat_a .timelineStat {
    bottom: 0px;
    border-bottom: none;
}
.track-stat_u .timelineStat {
    top: 0px;
    border-top: none;
}

.timelineStat .statUSA {
    background-color: #62c8d3;
}

.timelineStat .statUSSR {
    background-color: #cdcd8c;
}

.timelineStat .statUK {
    background-color: #f57d22;
}

.timelineStat .statFrance {
    background-color: #439bd5;
}

.timelineStat .statChina {
    background-color: #ef3323;
}

.timelineStat .statIndia {
    background-color: #e45b85;
}

.timelineStat .statPakistan {
    background-color: #74b156;
}

.timelineStat .statDPRK {
    background-color: #b95f5c;
}


.timelineNow {
    top: 0px;
    width: 1px;
    height: 35px;
    border-left: 1px dotted #ffffff;
}

.timelineArrow {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 19px;
    height: 10px;
    background-image: url('images/timeline_arrow.gif');
    background-repeat: no-repeat;
}

.timelineArrowLabel {
    display: none;
}

.dateline {
    height: 100%;
    border-left: 1px dotted white;
}

.datelineLabel {
    top: -11px;
    left: -40px;
    width: 80px;
    height: 8px;
    font-size: 7px;
    line-height: 7px;
    text-align: center;

    padding-top: 1px;
    background-color: #ffffff;
    color: #000000;

    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.reportPanel {

    position: absolute;
    bottom: 74px;
    width: 200px;
    padding: 9px 2px;

    line-height: 12px;
    text-align: center;

    color: #ffffff;
    background-color: #446b7d;
}

.reportPanel a {
    color: #ffffff;
}


.pdfPanel {
    display: none;
    margin-top: 5px;
}

.pdfPanel img {
    margin: -2px 0 0 7px;
    border: none;
    vertical-align: -4px;
}

.pdfInfo {
    font-size: 10px;
}

input.linkURL {
    width: 173px;
    margin: 4px 0 0 0;
}

.timelineControl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 204px;
    height: 74px;
    background-color: #345b6d;
    color: white;
    overflow: hidden;
}

.timelineControl .head {
    height: 34px;
}

.timelineControl .body {
    height: 33px;
}

#legend .timelineControl h2 {
    align: left;
    color: white;
    font-size: 13px;
    margin-bottom: 3px;
}

.todayButton {
    display: none;
    position: absolute;
    top: 48px;
    left: 66px;
    width: 66px;
    height: 8px;
    text-decoration: underline;
    background-image: url('images/showtoday.gif');
    background-repeat: no-repeat;
}

.button {
    cursor: pointer;
}

.timelineHidden .head {
    cursor: pointer;
}

.mapRectangle {
    position: absolute;
    border: 1px dotted white;
	stroke: white;
	stroke-width: 1;
	fill: white;
	fill-opacity: 0.2;
}

.mapRectangle .handle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 15px;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    margin: -1px;
    background-image: url('images/lupe_small.gif');
    background-repeat: no-repeat;
    background-position: 5px 2px;

}

.europe .handle {
    right: auto;
    left: 0px;
}

.accordionTitle {
    position: relative;
}

.footnote {
    display: inline;
    position: relative;
    cursor: pointer;
    vertical-align: 15%;
    padding-left: 1px;
}

.footnote .content {
    display: none;
}

#nuclearFootnote {
    display: inline;
    background-color: transparent;
    z-index: 100;
}

.squareButton {
    position: absolute;
    top: 0px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.legendHideButton {
    left: 0px;
}

.legendShowButton {
    right: 0px;
}

.timelineControl .hideButton {
    left: 0px;
    z-index: 11;
}

.timelineControl .showButton {
    left: 0px;
    z-index: 10;
}

.timelineDate {
    text-align: center;
}

.countryLegendIcon {
    width: 7px;
    height: 7px;
}
