@charset "utf-8";
/* CSS Document */

body {color:black; background-color:white; font-family:Tahoma, Geneva, sans-serif; margin:10px;
background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(189,189,189)),
  color-stop(0.62, rgb(255,255,255)),
  color-stop(0.81, rgb(219,219,219))
);
background-image: -moz-linear-gradient(
  center bottom,
  rgb(189,189,189) 0%,
  rgb(255,255,255) 62%,
  rgb(219,219,219) 81%
);}
a {color:#397070;}
h1 {font-family:Verdana, Geneva, sans-serif; font-size:20px;}
h2 {font-family:Verdana, Geneva, sans-serif; font-size:16px;}
.warning {background-color:#FC9; border:1px solid black;font-size:12px; padding:5px; margin-bottom:10px;}
.mild {background-color:#FF9;}
.severe {background-color:#F30;}
.navigation {text-align:center; width:100%;}
ul#icons {margin: 0; padding: 0; text-align:center;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
