/* $Id:$ */

li {
	margin-bottom:0.2em;
}

BODY {	margin-left : 2em;
	margin-right : 2em;
	margin-bottom: 2em;
	margin-top: 2em;
	font-family: "Trebuchet MS",sans-serif,arial,helvetica;
	color: black;
	background: white;
}

A:link	{ 
	color:#CC0066; 
}
A:hover {
	background: #99CCFF;
} 
A:visited	{ 
	color:#660099;  
}

H1, H2, H3, H4 {
   font-family: "Trebuchet MS",arial,helvetica,sans-serif;
}

H1 {
	font-size: 180%;
	font-weight: bold;
	color: #0000CC; 
}

H2 {
	font-size: 125%;
	font-weight: bold;
	color: #ffffff; 
	background: #0000CC;
	padding-bottom: 0.5%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0.5%;
	border: 0.1px solid none; 
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #0000CC; 
	margin-left: 0.5em;
	margin-bottom: 0.2em;
}

H4{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #660099; 
}

DL DT {
	font-weight: bold;
}

DL {
	margin-bottom: 0.2em;
}

TT, PRE {
	font-family: "Lucida Console", "Courier New", "Courier", "Andale Mono";
}

P	{
	margin-left: 1em;
	margin-right: 1em;
	}

DD	{
	margin-left: 3em;
	margin-right: 1em;
	}

DT 	{
	margin-left: 1em;
}

P.highlight {
	background: #FFFF99;
	padding: 0.6em; 
	border:none; 
	font-weight: bold;
        margin-left: 10%;
	margin-right: 10%;
} 

P.sidebar {
	font-size: 80%
}

P.navbar {
	background: #FFCCFF;
	color:#CC0066; 
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
	border: thin #660099 solid;
	font-size: 80%;
}
P.navbar A:link {
	text-decoration: none;
}
P.navbar A:visited {
	text-decoration: none;
}
P.navbar A:hover {
	background: #660099;
	color:#FFFFFF; 
	text-decoration: none;
} 


a.info{
    position:relative; /*this is the key*/
#    z-index:1; 
#    background-color:#ccc;
    color:#000;
    font-size: 80%;
    text-decoration:none}

#a.info:hover{z-index:25; background-color:#99CCFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:0em; width:10em;
    border:3px solid #99CCFF;
    background-color:#99CCFF; color:#000; z-index:1;
    text-align: left}

