/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */

body {background-color:#fff; color:#000;}
a {color:#009DB6;}
dt {color:#033B73;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header #logo a {color:#fff;}
#header #slogan {color:#85EEFF;}

#tray a {color:#fff;}
#tray a:hover {color:#37E3FF;}
#tray ul li a#tray-active {color:#37E3FF;}

#content a {color:#009DB6;}
#content a:hover {background:#009DB6; color:#fff; text-decoration:none;}
#content .comment {border:1px solid #DDD;}
#content .comment .info, #content tr.bg th, #content tr.bg td {background:#f6f6f6;}
#content .div {border:2px solid #DDD; background:#f6f6f6;}

#footer {border-top:1px solid #ddd; color:#777;}
#footer a {color:#777;}
#footer a:hover {color:#333;}

/* ----------------------------------------------------------------------------------------------------------
Others
---------------------------------------------------------------------------------------------------------- */

.border {border:1px solid #ccc;}

.high {color:#006B88;}
.low {color:#777;}