@charset "UTF-8"; /* -*- coding: utf-8 -*- */
/* Common style details for pages with scripts.
   $Id: scripted.css,v 1.1 2007-09-16 17:01:20 eddy Exp $
   */
@import url("site.css");
.error { background-color: red; }

/* Make selected input visible when keyboard-navigating: */
input:focus { background-color: yellow; }

/* Various reasons for hiding things: */
.unimplemented { display: none; }
.irrelevant { display: none; } /* Exposed when relevant */
.unscript { display:none; } /* Remove from class during body.onload */
