/* ================================================================ 
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.
=================================================================== */
 
 /* common styling */
.balloon_login {

	
font-family: verdana, sans-serif; 
width:500px;
height:350px;
margin:50px 125px;
font-size:76%; 
text-align:center;
color:#000; 
font-size:11px; 
line-height:16px;
margin:!5px !0 !15px !0; /* ?? */
}
.balloon_login ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
.balloon_login ul li {
float:left;
margin:!5px; /* don't need - for main menu */
width:270px; /* main menu hover area width */
height:25px; /* size of image link, extends the main menu hover area downward from link  */
border:!5px solid #000; /* border around image link */
}
/* main menu */
.balloon_login ul li a, .balloon_login ul li a:visited {
display:!block; /* comment out to have link text inline with MY link image on left of text */
text-decoration:none; 

width:270px; /* width of td of menu item */
height:!150px; /* size of image link area*/
color:!#000; /* text color of imge link area */
background:!#fff; /* bg color of image link area */
}
.balloon_login ul li a img, .balloon_login ul li a:visited img {
border:0;
}

.balloon_login ul li dl {
visibility:hidden; /* makes balloon visible in IE / FF */
position:absolute;
}

/* ############################################################# */
/* Makes login popup text and input boxes small in both IE & FF */
.balloon_login table {
margin:-2px;
border:;
padding:0;
border-collapse:collapse;
font-size:1em;

}
.balloon_login input  {
	margin:-2px;
	border:;
	padding:0;
	border-collapse:collapse;
	font-size:1em;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #DDDDDD;
	border-collapse: collapse;
}
/* ############################################################# */

.balloon_login dl {width:200px; padding:0 0 20px 0; background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dt {margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #000; background:transparent url(balloons/top4gr.gif) no-repeat top left; text-align:center;}
.balloon_login dd {margin:0; padding:5px 15px; color:#000; font-size:80%; /* size of nornal text in balloon */ border:10px solid #000; border-width:0 1px; background:#FFFFFF url(balloons/info.gif) no-repeat bottom right;/*#DEDECA*/}
.balloon_login dd p {padding:0; margin:10px 0; line-height:1.5em;}
.balloon_login dl#web2 {background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dl#web3 {background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dl#web4 {background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dl#web5 {background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dl#web6 {background:transparent url(balloons/bottom4gr.gif) no-repeat bottom left; height:auto;}
.balloon_login dl#web2 dt {background:transparent url(balloons/top4gr.gif) no-repeat top left;}
.balloon_login dl#web3 dt {background:transparent url(balloons/top4gr.gif) no-repeat top left;}
.balloon_login dl#web4 dt {background:transparent url(balloons/top4gr.gif) no-repeat top left;}
.balloon_login dl#web5 dt {background:transparent url(balloons/top4gr.gif) no-repeat top left;}
.balloon_login dl#web6 dt {background:transparent url(balloons/top4gr.gif) no-repeat top left;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
/* browser=? */
.balloon_login ul li:hover,
.balloon_login ul li a:hover {
color:!#000; 
position:relative;
cursor: pointer;
cursor:hand;

}

/* browser=IE/FF */
.balloon_login ul li:hover dl,
.balloon_login ul li a:hover dl {
visibility:visible;
color:!#000;
top:-50px; /* use to position pointer at link text */
left:95px; /* use to position pointer at link text , position popup left or right */
cursor:default;

}

/* browser=IE/FF */
.balloon_login ul li:hover dl em,
.balloon_login ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:transparent url(xballoons/pointer.gif); /* turns pointer on/off */
}

/* browser=IE/FF */
.balloon_login ul li:hover dl a,
.balloon_login ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline; /* use to set link decor in balloon  */
display:inline;
font-size:10px; /* size of text in ballon link text */
}

/* browser=IE/FF */
.balloon_login ul li:hover dl a:hover,
.balloon_login ul li a:hover dl a:hover {
text-decoration:none; /* use to set link decor in balloon  */
background:transparent;
}