/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Droid Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-image: url(black.jpg); background-repeat: repeat;
    color : #f5f5f5 ; /*#515151;*/
    font-family: 'UniversElseRegular', Helvetica, sans-serif;
}

#legend {
    width:200px; /*235px;*/
    border-radius: 5px 5px 5px 5px;
    border: 2px solid gray;
    position: absolute;
    top: 450px;
    left: 50px;
    margin: 10px;
    background: rgba(45, 45, 45, .5); 
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    font-size:0.8em;
    color: white;
    cursor: move;
}
#legend_us {
    width:200px; /*235px;*/
    border-radius: 5px 5px 5px 5px;
    border: 2px solid gray;
    position: absolute;
    top: 375px;
    left: 10px;
    margin: 10px;
    background: rgba(45, 45, 45, .5); 
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    font-size:0.8em;
    color: white;
    cursor: move;
}


#plusone {
    position : absolute;
    top: 10px;
    left : 110px;
}

#countries {
    width: 100%;
    font-size:14px;
}

#country_name_popup {
    color: black;
    border-radius: 5px;
    border: 1px solid #515151;
    background: rgba(45, 45, 45, .5);
    margin: 10px;
    padding: 10px;
    font-size:0.8em;

    position:fixed;

    display:none;
    z-index: 102;
	 color: white;
}

#container{
    margin: auto;
    width:1200px;
    position: absolute;
}

#badge
{
    position:absolute;
    left: 1050px;
    top: 700px;
    z-index:100;
}
#logo
{
    position:absolute;
    left: 1280px;
    top: 710px;
    z-index:100;
}
h1 {
    display:inline;
}

a h1  {
    text-decoration: none;
}

h2 {
     margin: -7px -17px 6px -0.8px;
    padding: 2px 2px 13px 0;
    font-size: 18px;
}

h3{
    margin-bottom: 10px;
    margin-top:-2px;
    font-size: 14px;
}

h4 {
    padding: 0px 0px 0px 0;
    margin-bottom: 7px;
    font-size: 16px;
}

a.blackLink {
    color:black
}
#country_select_div{
       /*color: black;*/
    border-radius: 3px;
    border: 1px solid black;
    background: #111111;
    margin: 10px ;
    padding: 10px ;
    font-size:0.8em;
    float: left;
    height: 50px;
    width: 320px;
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    left: 1000px;
    top:  5px;
}
#state_select_div{
       /*color: black;*/
    border-radius: 3px;
    border: 1px solid black;
    background: #111111;
    margin: 10px ;
    padding: 10px ;
    font-size:0.8em;
    float: left;
    height: 50px;
    width: 270px;
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    left: 750px;
    top:  5px;
}
#back2main{
	position: absolute;
   left: 20px;
   top:  20px;
}
#info_div{
	border-radius: 1px;
    border: 1px solid black;
    background: #111111;
    margin: 10px;
    padding: 10px;
    font-size:1em;
    float: left;
    /*position:absolute;*/
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    left: 50px;
    top:  710px;
    width: 120px;
    height: 20px;
    text-align: center;
}
#copyright_div{
	border-radius: 1px;
    border: 1px solid black;
    background: #111111;
    margin: 10px;
    padding: 10px;
    font-size:1em;
    float: left;
    /*position:absolute;*/
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    left: 190px;
    top:  710px;
    width: 120px;
    height: 20px;
    text-align: center;
 }
#contact_div{
	border-radius: 1px;
    border: 1px solid black;
    background: #111111;
    margin: 10px;
    padding: 10px;
    font-size:1em;
    float: left;
    /*position:absolute;*/
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    /*left: 330px;*/
    left: 190px;
    top:  710px;
    width: 120px;
    height: 20px;
    text-align: center;
}
#paper_div{
	border-radius: 1px;
    border: 1px solid black;
    background: #000000;
    margin: 10px;
    padding: 10px;
    font-size:1em;
    float: left;
    /*position:absolute;*/
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    left: 50px;
    top:  750px;
    width: 1000px;
    height: 20px;
    text-align: left;;
}
#canvas_container{
	position: absolute;
	left: 50px;
	top:  100px;
	background-image: url(world_signal_ylorbr_1396.png);
}
#canvas_container_us{
	position: absolute;
	left: 150px;
	top:  100px;
	background-image: url(US_signal_tilamisu.png);
}
a {
    color:#f5f5f5;
    margin-top: -80px;
    z-index: -10;
}


#title {
    color: #999999;
    /*float:right;*/
    font-size:24px;
    padding: 10px;
    position:absolute;
    top : -10px;
    left : 30px ; /*10px;600px;*/
    margin: 0 0 0 0;
    /*text-align: left;*/
}


#credits {
    padding: 10px;
    margin-top: -20px;
    font-size:0.8em;
}

td {
    height: 1.5em;
}
td.country_name{
    height: 1.5em;
    padding-left:0em;
}

#legend .country_name{
  cursor: pointer;
  font-size:14px;
}

#progressbar {
    height : 1em;
    position:absolute;
    width: 350px;
    top: 623px;
    left : 476px;
    width: 450px;
}
#progressbarMessage {
    height : 1em;
    position:absolute;
    width: 350px;
    top: 625px;
    left : 481px;
    width: 450px;
    font-size: 0.75em;
    text-align: center;

}

#popup_country_name{
    display:block;
    font-size: 1.4em;
    padding-bottom:4px;
    margin-bottom:4px;
    border-bottom: 1px solid black;
    /*width:250px;*/
    width: 200px;

}

#country_name_popup th{
    text-align: right;
}
#country_name_popup th{
    text-align: left;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


button.skip {
  background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 150px; }
  button.skip:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer; }
  button.skip:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }
