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

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

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

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

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

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

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