/* PHCL style sheet
 * SCCS: @(#)DefaultStyle.css	1.4 08/28/13 17:29:18
 */
body { background-color: #00c8ff; /* PHCL logo background */
       color: #000000;}

a:link { color: #0000ff;
}

a:hover { color: #0000ff;
}

#main h2 {	width:90%;
		margin-left:10%;
}

h1 { text-align: center}

h2 {	font-weight: bold;
	font-size: large;
}

*.discode {
  background-color: #99e9ff;
  border: 1px solid black;
  margin: 1px;
  padding: 10px;
  font-family: monospace;
}

#left {
  position: absolute;
  height: 100%;
  width: 130px;
  border-right: thick solid #0000ff;
}
#left a:link, #left a:visited, div.left_nolink {color: #0000ff; }
#left a:hover { color: #0000ff; }
#left p { font-size:6pt;}	/* Leave a small gap between menu items */
#left div {display:block; background-color: #00c8ff; }

#main {
  position: absolute;
  height: 100%;
  left: 160px;
}

#left > div {
  margin-bottom: 20px;
}

img {
	border-width: 0;
	text-align: center;
}

/* Hover over tool tip */
.tooltip {
  position:absolute;
  visibility: hidden;
  background-color: yellow;
  padding:5px;
  border-style: solid;
  border-width:1px;
  border-color: #000;
  min-width:10em;
  text-align: center;
  z-index:12;
}
a:hover + .tooltip {
  visibility:visible;
}

