* {
  box-sizing: border-box; 
}

html, body * {
  background-color: black;
  color: #788;
  font-family: sans-serif, arial, helvetica;
  margin: 0;
  padding: 0;
}
div, img {
  margin: 0;
  padding: 0;
}
#container {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

#news {
  border-radius: 3px;
  color: #666;
  display: none;
  font-size: 12px;
  height: 338px;
  left: 20px;
  margin: 1px;
  padding: 1px;
  position: fixed;
  top: 380px;
  width: 400px;
}

#news_content {
  border: 1px solid silver;
  height: 298px;
  width: 398px;
  overflow: auto;
}

.news_item {
  padding: 5px;
  margin-bottom: 10px;
}

.news_item h3 a {
  color: #068;
}

#chart {
  background-color: navy;
  border-radius: 3px;
  color: #666;
  display: none;
  font-size: 12px;
  height: 338px;
  left: 20px;
  margin: 1px;
  padding: 1px;
  position: fixed;
  top: 40px;
  width: 400px;
}

.links {
  background: inherit;
  display:inline-block;
  margin-left: 50px;
  vertical-align: top;
}

.links a {
  background: inherit;
  color: black;
  font-size: 12px;
  margin-right: 20px; 
  text-decoration: underline;
  text-shadow: none;
  vertical-align: top;
}

.links a:hover, .links a:focus {
  color: blue;
}
  
.banner {
  background-color: silver;
  border-radius: 3px 3px 0 0;
  color: white;
  font-size:16px;
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
  text-shadow: 1px 2px 3px black;
}
.close {
  background-color: inherit;
  float:right;
  text-align: right;
  vertical-align:top;
}
.close a {
  background-color: inherit;
  color: white;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  text-shadow: 1px 2px 3px black;
}
.close a:hover, .close a:focus {
  color: red;
}

#chart_graphic {
  border-radius: 0 0 3px 3px;
}

#menu {
  left: 0;
  position: fixed;
  top: 5px;
}
#menu ul li {
  display: inline-block;
}
#menu ul li a {
  border: 1px solid black;
  border-radius: 0 0 5px 5px;
  color: silver;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:focus {
  background-color: white;
  color: black;
  transition: 0.5s color, 1s background-color;
}

#active_status {
  color: black;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: top;
}

/* height/width/top/left should be widget_w/widget_w respectively */
.widget_container {
  display: inline-block;
  height: 80px;
  left: -80px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -80px;
  vertical-align: middle;
  width: 80px;
}

/* height/width/border-radius are within widget_w/widget_w respectively */
.widget {
  border-radius: 20px;
  color: #e0e0e0;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 60px;
  line-height: 1;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}
.widget_symbol {
  background-color: inherit;
  color: inherit;
  line-height: 1.5;
  margin-top: 10px;
}
.widget_value {
  background-color: inherit;
  color: inherit;
  font-size: 10px;
}
.widget_change {
  background-color: inherit;
  color: inherit;
  font-size: 10px;
}

.red {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f76778+0,8f0222+44,4f0000+100 */
background: rgb(247,103,120); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,103,120,1) 0%, rgba(143,2,34,1) 44%, rgba(79,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,103,120,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(79,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,103,120,1) 0%,rgba(143,2,34,1) 44%,rgba(79,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,103,120,1) 0%,rgba(143,2,34,1) 44%,rgba(79,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,103,120,1) 0%,rgba(143,2,34,1) 44%,rgba(79,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,103,120,1) 0%,rgba(143,2,34,1) 44%,rgba(79,0,0,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76778', endColorstr='#4f0000',GradientType=0 ); *//* IE6-9 */
}
.red_old {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); *//* IE6-9 */
}
.green {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); *//* IE6-9 */
}
.std {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); *//* IE6-9 */
}
.std2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); *//* IE6-9 */
}
