/* Golf Design Specific */
/* Headings */
.cpg {
	color:#A0A0A0;
}
.pga2000 {
	color:#000099;
}
.jnse {
	color:#00CC00;
}
/* Header Images */
.wgc_front {
	background-image: url(../pics/headers/pebble_beach.jpg);
}
.wgc_home {
	background-image: url(../pics/headers/hanauma_cliffs.jpg);
}
.wgc_courses {
	background-image: url(../pics/headers/fairmont_le_manoir_richelieu.jpg);
}
.wgc_utilities {
	background-image: url(../pics/headers/somerset_hills.jpg);
}
.wgc_upload {
	background-image: url(../pics/headers/estonia.jpg);
}
.wgc_links {
	background-image: url(../pics/headers/kingsbarns.jpg);
}
/* Notes Display */
.link {
	color: blue;
	text-decoration: underline;
}
.notes {
	display: none;
	position:absolute;
	left: 0px;
	width: 100%;
}
a:hover .notes {
	display: block;
}
.notes span {
	background: white;
	display: block;
}
.notes_text {
	position: absolute; 
	border: 1px solid #666;
	min-width: 275px;
	margin: 10px;
	margin-left: 5px;
	z-index: 2;
	padding: 7px;
}
.txt_up {
	bottom: 0px;
}
.txt_down {
	top: 20px;
}
.paragraph {
	padding: 7px;
}
.grayed_out {
	position: absolute; 
	width: 100%;
	height: 1600px;
	opacity: 0.75;
	z-index: 1;
}
.go_up {
    bottom: 8px;
}
.go_down {
	top: 28px;
}
.exit {
	position: absolute;
	font-weight: bold;
	font-variant:small-caps;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 2;
}
.ex_up {
	top: -58px;
}
.ex_down {
	bottom: -61px;
}