/* 	Styles for Gregory's Reference Checker:
	http://www.garretson.info/cgi-bin/refchecker.pl
*/

body {
	background: #ffffff;
	color: #000000;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	}

* html body {				/* seen by IE only */
	font-size: x-small; 	/* for IE5/Win */
	f\ont-size: x-small; 	/* invisible to IE5/Win; seen by other IE versions */
	}

div#page, div#submission, div#report, dd {
	background: #CCEE99;
	}

h2, dl, p.note {
	background: #A7C37D;
	}
	
div#page {
	margin: 2%; 			/* on each side, remember */
	padding: 2%; 			/* on each side, remember */
	width: 92%;
	}

h1 {
	margin: .5em 0;
	font-size: 200%;
	}

span#subtitle {
	font-size: 50%;
	}

h2 {
	margin: .5em 0;
	padding: 1em;
	font-size: 120%;
	}

dl {
	display: inline; 		/* IE hack to avoid margin doubling */
	float: left;
	margin: .6em 0;
	width: 100%;
	}

dt {
	display: inline; 		/* IE hack to avoid margin doubling */
	float: left;
	margin: 2% 1%; 			/* add 2% to the width */
	width: 28%;
	font-size: 140%;
	font-weight: bold;
	text-align: right;
	}

dd {
	display: inline; 		/* IE hack to avoid margin doubling */
	float: right;
	margin: 1%; 			/* add 2% to the width */
	padding: 1%; 			/* add another 2% to the width */
	width: 66%;
	}

a {
	color: #FF660B;
	font-weight: bold;
	}

h2 a, p.note a {
	color: #ffc080;
	color: #FF660B;
	}
	
h2 a {
	font-size: 80%;
	}
	
div#text {
	clear: both;
	padding: 1em 0 0 0;
	}

div.center {
	text-align: center;
	}

p {
	margin: 1em 0;
	}

p.note {
	padding: .5em;
	}

.hit {
/* 	color: #ff0000; */
	color: #FF660B;
	}

.important {
/* 	color: #ffffff; */
	color: #FF660B;
	}

/*** styles specific to the submission page ***/

div#submission {
	margin: 2%; 			/* on each side, remember */
	padding: 2%; 			/* on each side, remember */
	width: 92%;
	}

div#submission dt {
	width: 48%;
	font-size: 120%;
	}

div#submission dd {
	width: 46%;
	}


/*** styles specific to the report page ***/

div#report {
	margin: 2%; 			/* on each side, remember */
	padding: 2%; 			/* on each side, remember */
	width: 92%;
	}

div#report dt {
	width: 20%;
	font-size: 120%;
	}

div#report dd {
	width: 74%;
	}


