body{
margin:0;
padding:0;
background-color:white;
font-family: ff-netto-web, sans-serif;
font-size:11px;
color:#000000;
}

/*
p, pre, td {font-family: ff-netto-web, sans-serif;font-size:11px;}
h1, h2, h3 {font-family: ff-netto-web, sans-serif;text-decoration:none;}
 */
a:link {font-family: ff-netto-web, sans-serif;font-size:11px;color:grey;text-decoration:none;text-transform:uppercase;}  
a:visited {font-family: ff-netto-web, sans-serif;font-size:11px;color:grey;text-decoration:none;text-transform:uppercase;} 
a:hover {font-family: ff-netto-web, sans-serif;font-size:11px;color:grey;text-decoration:none;text-transform:uppercase;}  
a:active {font-family: ff-netto-web, sans-serif;font-size:11px;color:grey;text-decoration:none;text-transform:uppercase;}

#dbshade {box-shadow: 5px 5px 5px #888888;}

#hbox{ 
position:absolute;
top: 0;
background-color:#000000;
width: 150px; 
font-family: ff-netto-web, sans-serif;
font-size:11px;
font-weight :normal;
padding: 3px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top:1px solid #000000;
border-bottom: 1px solid #000000;
line-height:18px;
color:white;
z-index:100;
visibility: hidden;
}

#hanchor{ 
font-weight: normal;
margin: 0px 0px;
cursor:crosshair
}


#cuo
{

border= 0;
table-layout:fixed;
border-collapse: collapse;

vertical-align: baseline;
text-align:center;
}

/* ----------------------------- no move appear on the left */
 a.ttipcallout {outline:none; }
 a.ttipcallout strong {line-height:30px;} 
 a.ttipcallout:hover {text-align:center; text-decoration:none;}
 a.ttipcallout span { z-index:30;display:none; padding:14px 20px; margin-top:-30px; margin-left:8px; width:250px; line-height:16px; }
 a.ttipcallout:hover span{ display:inline; position:absolute; color:#fff; border:1px solid #000; background:#000;}
 .callout {z-index:20;position:absolute;top:15px;border:0;left:-12px;}
 /*CSS3 extras*/
 a.ttipcallout span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }
/* ----------------------------- */


/* ----------------------------- bbl tooltip below this line */

/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


/* 

{ 
	margin: 0; 
	padding: 0; 
}


body { 
	font: 11px ff-netto-web, sans-serif;	background: #BADA55;  
	text-align: center; 
}


*/
#page-wrap { 
margin: 80px auto; 
}


/*
p { 
margin: 40px 300px;
}


a { color: lightgrey; 
}


*/
h1 { font-size: 32px;
	font-family: ff-netto-web, sans-serif; font-stretch: condensed;
 text-transform: uppercase;
}

.tooltip, .arrow:after {
  background: black;
  border: 2px solid white;
}


.tooltip {
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
  font: bold 14px ff-netto-web, sans-serif;
  font-stretch: condensed;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6px 5px 9px -9px black,
                      5px 6px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black,
                   5px 6px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black,
              5px 6px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}

.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
}

.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}
