/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 .move  { text-align:left;  }

/*

margin:50px 30px;

MONDAY added 
.balloon
before table 

Fine in FF, 
in IE makes HINT box  TOO BIG

so . . .
removed margin:50px 30px;
. . .
helps, exxcept on hover   HINT goes big again

--
DELETING TABLE FROM LOWER DOWN PAGE AND BRINGING 
border-collapse:collapse;
UP HERE
*/
.balloon table  {
font-family: verdana, sans-serif; 
width:90%;
height:auto;
margin:0;
padding:0;
border-collapse:collapse;
}

.balloon ul {
padding:0; 
margin:0;
margin-left:0;
border:0;
list-style-type: none;
}


/* LINK  SHOWN ON PAGE
- must be wide enough to overlap popup bubble  - TOO SHORT - MAKES POPUP VANISH ON HOVER  
width:4em;  
HEIGHT is ESSENTIAL
height:1.1em; - makes hint box right size on hover in FF (not IE)
ADDING "display:inline;" makes box too tall in ffox
(it is always too tall in IE)
 */

/* this places the box to right or left of div  */
	.balloon ul li {
	width:5em;
	float:right;
	text-align:center;
	margin:0;
	padding:1px;
	/*padding:2px 0 6px 0;*/
	height:1.1em;
	color:#b8860b; 
	border:ridge thick #FFBD32;
	}	
	.balloon ul li#LHScallout  {
	width:12em;
	float:left;
	text-align:center;
	margin:0 -10em 0 0;
	padding:.5em 1em;
	/*padding:2px 0 6px 0;*/
	 height:2em;  
	color:#b8860b; 
	border:ridge thick #FFBD32;
	}

/*   ~~~~~   S I Z E  ~~~~~
This controls size of hint box on hover 
height:1.1em; 
*/
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
padding:2px 0 6px 0;
color:#b8860b; 
border:none;
height:1.1em; 
background:#fff;
/*
color:#000; 
width:150px; 
height:150px; 
*/
}

.balloon ul li a img, .balloon ul li a:visited img {
border:0;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

/*   T O D A Y   ~~~~~~~ deleted Mon 15 sept 
AND RESTORED
SEEMS TO MAKE 
no difference 

iF TABLE NEAR TOP IS REMOVED (LEAVING JUST THIS ONE), THEN THERE'S A LIST MARKER IN ff BUT NOT IN 
IE  
table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}
 */


/*  THIS WOULD GO BELOW BALLOONDL
BUT NOT NEEDED FOR A SINGLE POP UP STYLE
.balloon dl#web2 {background:transparent url(../sites/bottom2.gif) no-repeat bottom left; height:auto;}
.balloon dl#web3 {background:transparent url(../sites/bottom3.gif) no-repeat bottom left; height:auto;}
.balloon dl#web4 {background:transparent url(../sites/bottom4.gif) no-repeat bottom left; height:auto;}
.balloon dl#web5 {background:transparent url(../sites/bottom5.gif) no-repeat bottom left; height:auto;}
.balloon dl#web6 {background:transparent url(../sites/bottom6.gif) no-repeat bottom left; height:auto;}
.balloon dl#web2 dt {background:transparent url(../sites/top2.gif) no-repeat top left;}
.balloon dl#web3 dt {background:transparent url(../sites/top3.gif) no-repeat top left;}
.balloon dl#web4 dt {background:transparent url(../sites/top4.gif) no-repeat top left;}
.balloon dl#web5 dt {background:transparent url(../sites/top5.gif) no-repeat top left;}
.balloon dl#web6 dt {background:transparent url(../sites/top6.gif) no-repeat top left;}
/*

/*  for repair 
~~~~ I M A G E S    H E R E   ~~~~~~~
WARNING: in ie6, moving over colour gradient borders makes the gradients and pointer VANISH - - then they return 
 */


/* cut to the chase
width,   padding are 'extra' to original */
.balloon dl {
width:200px;
 padding:0 0 20px 0; 
background:transparent url(/images/balloon-bottom.gif) no-repeat bottom left; 
height:auto;
}

.balloon dt  {
margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #000; background:transparent url(/images/balloon-top.gif) no-repeat top left; text-align:center;
} 

.balloon dd { 
margin:0; padding:5px 15px; color:#000; font-size:1em; border:1px solid #000; border-width:0 1px; background:#fff;
}

.balloon dd p {
padding:0; margin:10px 0; line-height:1.5em;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
visibility:visible;
color:#000; 
position:relative;
cursor:default;
}

/* left:-200px;  so that it 
POINTS AWAY TO A QUESTION  ON OTHER SIDE*/
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-120px;
left:-200px;  
cursor:default;
}
	/* MAKE 210PX TO HAVE POINTER POINTING AT THE BOX  */
	.balloon ul li:hover dl.pointright,
	.balloon ul li a:hover dl.pointright {
	visibility:visible;
	color:#000;
	top:-120px;
	left:210px;  
	cursor:default;
	}



/*
~~~~~  P O S I T I O N   P O I N T E R ~~~~~
WARNING: in ie6, moving over colour gradient borders makes the gradients and pointer VANISH - - then they return 
~~~~
Just before close of final </dd> 
ADD an  EMPTY
<em></em>
*/
.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:transparent url(/images/bubble-pointer.gif);
}

/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TO USE AN <EM> INSIDE BUBBLE, 
ADD THIS ID ~~~ UNTESTED!!!

#nopointer { 
background:transparent; background-image:none;
}

~~~~~~    OR     ~~~~~~~

.balloon ul li:hover dl em #nopointer,
.balloon ul li a:hover dl em  #nopointer, {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:transparent; background-image:none;
}
~~~~~~~~~~~~~~~~~~~~~~~~
*/


/*
~~~~~  E N D   O F    P O S I T I O N I N G   P O I N T E R ~~~~~
*/


.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}