div.infobubble {
	position:absolute;
	width: 360px;
	height: 81px;
	border: 1px solid #4d9dcd;
}

div.infobubble .background {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	background-color: #ffffff;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	z-Index:1;
}

div.infobubble .content {
	position:absolute;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	z-Index:2;
	width:100%;
	height:100%;
}

span.title {
	font-weight:bold;	
}

table.infobar {
	width:400px;
	height:100%;
	background:#ffffff;	
	z-Index:3;
}

div.infobar {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:400px;
	height:100%;
	background:#ffffff;
	border-right:1px solid #000000;
}

.infobar > table {
	width:100%;
}

.infobar table td {
	padding: 5px;
}

.infobar td.icon {
	width: 100px;
}

div.infobar .close {
	position:absolute;
	right:4px;
	top:4px;
	cursor:hand;
	cursor:pointer;
} 

div.infobar .main {
	position:absolute;
	left:0px;
	right:0px;
	top:75px;
	bottom:120px;
	overflow-y:auto;
	overflow-x:hidden;
	border-top:1px solid #cccccc;
}

div.infobar .footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #cccccc;
}

div.infobar .footer div {
	margin: 7px;
	margin-bottom: 12px;
}

div.infobar .footer div.warning {
	background:#ffee66;
	border-top:1px solid #bbbb00;
	margin:0px;
}

div.infobar .footer div.bookmarks {
	background:#e1e1e1;
	border-top:1px solid #cccccc;
	margin:0px;
	padding:7px;
}

a {
	color: #000000;
}

a img {
	border: 0px;	
}

img.infobarIcon {
	border:1px solid #999999;
}

div.donationbar {
	width:100%;
	height:10px;
	border:1px solid #778899;
	padding:1px;
	text-align:left;
}

div.donationbar div.progress {
	background:#376FA6;
	height:100%;
}

img.sociable-hovers {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

img.sociable-hovers:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
