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

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

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

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

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

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

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