/***

LZRoster: A roster for World of Warcraft.
Copyright (C) 2007  Emmanuel Cron

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.

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 program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

***/

table.tooltip td {}

table.tooltip td.ttip-tl
{
	background-image: url('../img/tooltip/ttip-tl.png');
	height: 7px;
	width: 5px;
}

table.tooltip td.ttip-t
{
	background-image: url('../img/tooltip/ttip-t.png');
}

table.tooltip td.ttip-tr
{
	background-image: url('../img/tooltip/ttip-tr.png');
	width: 5px;
}

table.tooltip td.ttip-l
{
	background-image: url('../img/tooltip/ttip-l.png');
}

table.tooltip td.ttipbg
{
	background-image: url('../img/tooltip/ttipbg.png');
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
}

table.tooltip td.ttip-r
{
	background-image: url('../img/tooltip/ttip-r.png');
}

table.tooltip td.ttip-bl
{
	background-image: url('../img/tooltip/ttip-bl.png');
	height: 7px;
}

table.tooltip td.ttip-b
{
	background-image: url('../img/tooltip/ttip-b.png');
}

table.tooltip td.ttip-br
{
	background-image: url('../img/tooltip/ttip-br.png');
}