/* CSS Document */

/* BIG-TIME credit goes out to Mike Purvis, inventor of the "Jello Mold", used here. It allows you to use MAX and MIN widths (even with Internet Explorer, which stubbornly ignores them).
Check Mike out here: http://uwmike.com/,
or see the Jello Mold here: http://www.positioniseverything.net/articles/jello-expo.html */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 10pt 'Trebuchet MS', Arial, Sans-Serif;
	background: white;
	color: black;
	font-family: Tahoma, sans-serif; 
	font-size: 8pt;}


.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

#footer {
	position: relative;
	width: 375px;;
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0;
	text-align: center;
	font-size: 8pt;
	border-top: 1px solid #888;
	color: #888;
	font-weight: bold;
	}

a:link, a:visited, a:hover {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	color: blue;
	}
	
a:visited {
	color: #333366;
	}

#content {
	position: relative;
	width: 375px;;
	margin: 0;
	text-align: left;
	padding: 0;
	clear: both;
}

#header {
	position: relative;
	left: 0px;
	top: 0;
	width: 375px;;
	height: 45px;
	text-align: left;
	padding: 0;
	background-color: white;
	}
	
#header p.courtesy {
	float: right;
	margin: 0;
	text-align: center;
	width: 130px;
	font-size: 8pt;
	color: #888;
	}
	
#header p.courtesy img {
	width: 120px;
	border: none;
	margin: -5px 0 0 -5px;
	padding: 0;
}
	
h1 {
	margin-top: 0;
	padding: 0 0 0 0;
	font-size: 1.5em;
	color: #0085a9;
	margin-bottom: 0;
	}

h2 {
	margin-top: 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
	color: #ef7c09; /* #99f; */
	margin-bottom: 0;
	}
	
h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #009;
	}
	
h4 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.0em;
	color: #009;
	margin-bottom: .5em;
	}

.right {
	text-align: right;
	}
	
.center {
	text-align: center;
	}
	
.rating {
	position: relative;
	float: none;
	top: 0;
	right: 0;
	width: 100%;
	text-align:center;
	font: bold 14pt Verdana, Arial, Helvetica, Sans-Serif;
	Color: #000;
	margin: 0;
	padding: 0;
	}

.colhead {
	background-color:  #0085a9;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	}

table {
	margin: 0;
	padding: 0;
}

td.prep {
	padding: 10px 0;
}

td.prep p {
	margin-bottom: 5px;
}

td.ratio {
	font-weight: bold;
	color: #0085a9;
	text-align: center;
}

td.gi {
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}


.lowgi {
	color: #3c0;
}

.medgi {
	color: #cc3;
}

.higi {
	color: #c00;
	
}

.vhgi {
	color: #f00;
}

.kidzone {
	font-size: 8pt;
	font-weight: bold;
	color: #ef7c09;
}

.totcal {
	margin: 0 10px 0 0; 
	float: right;
	color: #0085a9;
	font-weight: bold;
}

p.custom {
	margin: -5px 10px 0 10px;
	padding: 0;
	color: #ef7c09;
	font-size: 8pt;
	font-weight: normal;
}

span.formula {
	color: #0085a9;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
}

span.zone {
	color: #ef7c09;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
}

