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

body {background-color:#fff; color:#000;}
a {color:#51B602;}
dt {color:#3D81BF;}

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

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

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

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

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