/*
 * Support for OSLC compact preview
 *
 * http://fusionforge.org/
 *
 * This file is part of FusionForge. FusionForge 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 Licence, or (at your option)
 * any later version.
 *
 * FusionForge 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 FusionForge; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

#resourcePopupContainer {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index: 20000;
}

.resourcePopupPopup {
	border-collapse: collapse;
}

.resourcePopupResult {
	background: #FFF;
}

#resourcePopupContent {
	background: #FFF;
	min-width: 175px;
	min-height: 50px;
}

.resourcePopupPopup .resourcePopupImage {
	margin: 5px;
	margin-right: 15px;
}

.resourcePopupPopup .corner {
	width: 19px;
	height: 14px;
}

.resourcePopupPopup .topLeft {
	background: url(../images/Tooltip/balloon_topLeft.png) no-repeat right;
}

.resourcePopupPopup .bottomLeft {
	background: url(../images/Tooltip/balloon_bottomLeft.png) no-repeat right top;
}

.resourcePopupPopup .left {
	background: url(../images/Tooltip/balloon_left.png) repeat-y right;
}

.resourcePopupPopup .right {
	background: url(../images/Tooltip/balloon_right.png) repeat-y;
}

.resourcePopupPopup .topRight {
	background: url(../images/Tooltip/balloon_topRight.png) no-repeat left;
}

.resourcePopupPopup .bottomRight {
	background: url(../images/Tooltip/balloon_bottomRight.png) no-repeat;
}

.resourcePopupPopup .top {
	background: url(../images/Tooltip/balloon_top.png) repeat-x bottom;
}

.resourcePopupPopup .bottom {
	background: url(../images/Tooltip/balloon_bottom.png) repeat-x;
	text-align: center;
}
