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

body {background-color:#fff; color:#000;}
a {color:#1961E7;}
dt {color:#7D9B3B;}

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

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

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

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

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