/* Start of CMSMS style sheet 'CSS Tooltips' */
/* ================================================================ 
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 {
font-family: trebuchet ms, sans-serif; 
}
.balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
.balloon ul li {
float:right;
width:21px;
height:20px;
}
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:21px; 
height:20px; 
color:#000; 
}
.balloon ul li a img, .balloon ul li a:visited img {
border:0;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}

h5 {
font-size:14px;
font-weight: bold;
line-height:1.3em;
}

.balloon dl {margin:0; padding:0 0 22px 0; height:auto; background:transparent url(uploads/test/info_bottom.png) no-repeat bottom left;}
.balloon dt {height:22px; width:200px; margin:0 0 0 3px; background:transparent url(uploads/test/info_top.png) no-repeat top left;}
.balloon dd {margin:0; width:160px; padding:0 20px 0 22px; color:#333; font-size:1em; background:url(uploads/test/info_bg.png) repeat;}

.newstitle {
clear: both;
color:#fff;
font-weight:bold;
font-size:1em;
width:143px;
padding: 3px 8px;
margin: 0 0 4px 0;
background:#999;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#8fa549; 
position:relative;
cursor: pointer;
cursor:hand;
text-decoration: none;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
color:#8fa549;
top:-2px;
left:20px;
cursor:default;
}

.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(../sites/pointer.gif);*/
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
color:#8fa549;
background:transparent;
text-decoration:none;
font-weight: bold;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:underline;
color: #b9cb82;
background:transparent;
}
/* End of 'CSS Tooltips' */

