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

body {background-color:#fff; color:#000;}
a {color:#0083a5;}
dt {color:#0083a5;}

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

#header #logo a {color:#fff;}
#header #slogan {color:#C1F2FF;}

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

#content a {color:#0083a5;}
#content a:hover {background:#0083a5; color:#fff; text-decoration:none;}
#content .comment {border:1px solid #ADE2EF;}
#content .comment .info, #content tr.bg th, #content tr.bg td {background:#EBFBFF;}
#content .div {border:2px solid #9EECFF; background:#EBFBFF;}

#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:#0083a5;}
.low {color:#777;}