﻿/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* --- bubblebar styles --- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* --- bubble bar --- */

div#CTL_BubbleBar {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100000;
	padding: 0px 5px 0px 10px;
	background-image: url(../images/trans.png);
	display: none;
	width: 220px;
	overflow: hidden;
}

div#CTL_BubbleBar UL {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style-type: none;	
}

div#CTL_BubbleBar LI {
	display: block;
	padding-bottom: 5px;
}

div#CTL_BubbleBar LI a.miniBubble, div#CTL_BubbleBar LI a.miniBubble:VISITED {
	display: block;
	width: 210px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

div#CTL_BubbleBar LI a.miniBubble div.top {
	background-image: url(../images/bubbleshell/v2_green.png);
	background-position: 0px -220px;
	height: 5px;
	overflow: hidden;
}

div#CTL_BubbleBar LI a.miniBubble div.content {
	padding: 0px 5px 0px 5px;
	background-color: #77e357;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#CTL_BubbleBar LI a.miniBubble div.content  p {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
div#CTL_BubbleBar LI a.miniBubble div.content  p.stuff {
	display: block;
	text-align: right;
}

div#CTL_BubbleBar LI a.miniBubble div.content  span.user {
	font-weight: bold;
}

div#CTL_BubbleBar LI a.miniBubble div.bottom {
	background-image: url(../images/bubbleshell/v2_green.png);
	background-position: 0px -233px;
	height: 5px;
	overflow: hidden;	
}

div#CTL_BubbleBar div.userList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #eee; 
}

div#CTL_BubbleBar div.userList h2 {
	font-size: 1em;
}

div#CTL_BubbleBar div.userList ul {
	margin-top: 5px;
	
} 
div#CTL_BubbleBar div.userList li {
	display: inline;
}
div#CTL_BubbleBar div.userList li strong {
	color: #666;
}
/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* --- end of stylesheet --- */
/* ---------------------------------------------------------------------------------------- */