/* ================================================================ 
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.
=================================================================== */
 
/*

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
*/
 .move  { text-align:left;  }

.balloon { display:block; overflow:visible; width:12em;  
padding-bottom:.8em; }

.balloon table  {
font-family: verdana, sans-serif; 
width:90%;
height:auto;
margin:0;
padding:0;
border-collapse:collapse;
}

.balloon ul {
margin:0;
padding:0;
margin-bottom:1.1em;  
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)
 */
 
.balloon ul li { 
text-align:center;
margin:0;
padding:1px;
height:1.1em;
color:#b8860b; 
border:ridge thick #FFBD32;
width:4.5em;
/* Show the box at right or left side of div  */
/* float:right; */ 
}
/* HINTBOX (AS A BUTTON) (WHICH IS HOVERED OVER TO GET THE POPUP) */
.balloon ul li#LHScallout  {
width:5em;
float:left;
text-align:center;
margin:0 -12em 1em 0;
padding:.2em .5em;
/*padding:2px 0 6px 0;*/
 height:3.5em;  
color:#b8860b; 
border:ridge thick #FFBD32;
}

/*   ~~~~~   S I Z E  ~~~~~
CONTROL SIZE OF HINT BOX ON HOVER 
height:1.1em; 
*/
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
padding:.2em 0 1em 0;
color:#b8860b; 
border:none;
height:1.1em; 
background:#fff;
/* 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   ~~~~~~~
W A R N I N G: in ie6, moving over colour gradient borders makes the gradients and pointer VANISH - - then they return 
*/


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

/* 
balloon-top.gif is 200px × 50px */
.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 + IE7 first, 
with IE5.5 + 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
top:-120px;
left:-200px; 
*/
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-40px; 
right:-20px;
cursor:default;
}
/* MAKE  POINTER  */
.balloon ul li:hover dl.pointright,
.balloon ul li a:hover dl.pointright {
visibility:visible;
color:#000;
top:-90px;
left:80px;  
cursor:default;
}



/*
~~~~~  P O S I T I O N   P O I N T E R ~~~~~
W A R N I N G: 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 { display:inline;
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline;
}

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