/*
	GNPS (custom) Style Sheet -
	
	POC: GNPS (301) 227-2077	
*/

body.margin
{
margin-left:0;
margin-top:0;
margin-right:0;
margin-bottom:0;
}

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}

div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

h1.header
{
text-align: left;
text-indent: 4px
}

/* a.opacity
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5
}
*/

h2.header
{
text-align: left;
text-indent: 0px
}

h3.header
{
text-align: left;
text-indent: 4px
}

h4.header
{
text-align: left;
text-indent: 4px
}

div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}

div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

div.color
{
background-color:lightgray;
}

#hintbox
{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor
{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


/*-------------------------------------*/
