﻿/*
*
*   yardiTip
*   author: ronglin
*   create date: 2010.10.11
*
*/

.yardi-tip {
	color: #5D5D5D;
	display: none;
	max-width: 600px;
	position: absolute;
	text-align: left;
	z-index: 1000;
}

.yardi-tip-cache {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

.yardi-tip .arrow {
	background: url(images/arrow_top.png) no-repeat left top;
	bottom: -1px;
	height: 10px;
	position: relative;
}

.yardi-tip .yellow {
	background-image: url(images/arrow_top_yellow.gif);
}

.yardi-tip .down {
	background-image: url(images/arrow_down.png);
	bottom: auto;
	top: -1px;
}

.yardi-tip .title {
	background-color: #FFF;
	border: 1px solid #BEBEBE;
	border-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	overflow: hidden;
	padding: 1px 2px;
	white-space: nowrap;
	/* Ellipsis */
	text-overflow: ellipsis; /* IE */
	-moz-binding: url('ellipsis.xml#ellipsis'); /* Firefox */
	-o-text-overflow: ellipsis; /* Opera */
}

.yardi-tip .content {
	background-color: #FFF;
	border: 1px solid #BEBEBE;
	border-top: 0px;
	overflow: hidden;
}

.yardi-tip .contentwrap {
	margin: 2px 4px 4px;
}
