ul li {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.1em;
}
ul {
  padding: 0px 20px 0px;
  margin: 0px;
}
#info-icon {
  cursor:help;
  position:absolute;
  top: 5px;
  right:97px;
  z-index:50;
}

body {
  padding: 8px 0px;
  font-size: 16px;
}
 
img {border:0px none;}
a, a:link  {text-decoration:none; font-weight: bold; color:#2B659B;}
a:visited {color: #2B659B;}
a:hover {color:gray;}  
#window {
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
/*  behavior: url(./css/ie-css3.htc);  FOR IE, BUT Slow performance in IE
  background: #fff; *//* must be set for IE CSS3 */
  padding:15px 15px 10px 15px;
}
table {margin:0; padding:0; border: 0 none;}

/* for windowed mode */
#WUGcInfo {font: 70%/1.3em Tahoma,Verdana,Arial,sans-serif; }
.c-lside a {
  font-weight: normal;
  text-decoration: underline;
  color: #bbb;
}
.c-rside a {
  color: #75A3D1;
}
#refresh-button {
  position:absolute; top: 4px; right:50px; z-index:50;
}
#WUG-error {
  text-align:center; color:red;
}

/* moved from inline */
#window {
border:2px solid gray; margin:0px auto; position: relative; margin-top: 15px;
}
#inner {
margin-top:37px;
}
#container {
margin:0px auto;
}
#gbuttons {
text-align:right; position:absolute; right: 5px; top: 5px;
}
#graph-switch {
position:absolute; top: 15px; left: 15px;
}
#GraphTime {
margin-left:10px;
}
#resize {
margin:0px auto; padding: 6px; border:1px solid lightgrey;
}
#size-switch {
text-align: left;
}
#new-window {
position:absolute; top:5px; right:0px; z-index:50;
}
.selectDate {
text-align:center; margin-bottom: 40px;
}

/* improve style for highcharts 2.0 */
.highcharts-tooltip {
  line-height: 1.5em;
}