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

body {background-color:#fff; color:#000;}
a {color:#015BC0;}
dt {color:#015BC0;}

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

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

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

#content a {color:#015BC0;}
#content a:hover {background:#015BC0; color:#fff; text-decoration:none;}
#content .comment {border:1px solid #C0D6EC;}
#content .comment .info, #content tr.bg th, #content tr.bg td {background:#E1EFFE;}
#content .div {border:2px solid #AFD5FC; background:#E1EFFE;}

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