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

body {background-color:#fff; color:#000;}
a {color:#006B88;}
dt {color:#006B88;}

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

#header #logo a {color:#fff;}
#header #slogan {color:#80E3FF;}

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

#content a {color:#006B88;}
#content a:hover {background:#006B88; color:#fff; text-decoration:none;}
#content .comment {border:1px solid #ADE2EF;}
#content .comment .info, #content tr.bg th, #content tr.bg td {background:#E8F9FE;}
#content .div {border:2px solid #ADE2EF; background:#ECF8FB;}

#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;}