/*  CSS Sheet for the Setup Page */
body {
	background-color: #FAFAF0 ;
    background-image: url(../image/bg_big_bottom.jpg);
    font: bold small-caps  10pt/12pt sans-serif;
	margin-top: 0em ;
	margin-left: .1em ;
	margin-right: .1em ;

}

div.control1 {
	background-color:  #f0f0f8;
	color: darkblue ;
	font: bold 10pt sans-serif ;
	width: 780px ;
	margin-left: .02px ;
	margin-right: .02px ;
}


/*  Sets small fonts for titles */
div.comments {
  font:  small-caps 8pt sans-serif ;

  }
div.small {
  color: darkblue;
  font:  bold small-caps 7.5pt/6.5pt sans-serif;
  }

div.help {
	color: maroon ;
	font: bold small-caps 7pt sans-serif
}

div.help a {
	text-decoration: none ;
}

table {
    background-color: #f0f8f0;
	color: black ;
	width: 100% ;
    border-top: .01em solid green ;
    border-left: .01em solid green;
    border-right: .3em solid green ;
    border-bottom: .3em solid green ;
  }
  
table p {
	font: 10pt sans-serif;
	text-indent: 3em ;
}
div.ret a {
	color: maroon ;
	font:  bold small-caps 7.5pt/6.5pt sans-serif;
	text-decoration: none ;
}
/* start php tool tip css */
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:maroon;
	font: bold small-caps 7.5pt sans-serif;
    text-decoration:none}

a.info:hover{z-index:36; color: white; background-color: maroon}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 2em; left: 0em; width: 15em;
    border:1px solid black;
    background-color: white; color:#000;
    text-align: center}
/* end php tool tip css */

/* headline controls */
h1 {
	font: bold small-caps 18pt/16pt sans-serif;
}

h2 {
	font: bold small-caps 16pt/14pt sans-serif;
}

h3 {
	font: bold small-caps 14pt/12pt sans-serif;
}

h4 {
	font: small-caps 11pt/9pt sans-serif;
}

h5 {
	font: small-caps 9pt/7pt sans-serif;
}
p {
font: bold small-caps  10pt/12pt sans-serif;
}
