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

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

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

#header #logo a {color:#fff;}
#header #slogan {color:#3E5260;}

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

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

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