/*
 * Copyright (c) 2006-2007, Daniel Apatin (ad), http://apatin.net.ru
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * You can also redistribute and/or modify this program under the
 * terms of the Psi License, specified in the accompanied COPYING
 * file, as published by the Psi Project; either dated January 1st,
 * 2005, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
body {
font-family:verdana, arial;
font-size:75%;
background:#C0D6FA;
color:black;
}

a:link{
	color:#330099;
	text-decoration: none;
}
a:hover{
	background:black;
	color:white;
}
a:visited{
	color:#0033CC;
}
a:visited:hover{
	background:black;
	color:white;
}

ul {margin-top:5px;
margin-bottom:5px;
}

.t_heap {
	background:url('http://bombus-im.org/img/loop.jpg');
}

.t_h {
	background-color: #95A8EC;
	}

.t_d {
	background-color: #A9BCFF;
	}

.p {
	text-indent:15px;
	margin-top:5px;
	margin-bottom:5px;
	}

div.h {background-color: #95a8ec;}
	
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}


