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

body {background-color:#fff; color:#000;}
a {color:#e50;}
dt {color:#295177;}

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

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

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

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

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