/* caller */
.btn-help {
	background: url("/experis/img/interface/tooltip/help-bubble.png") no-repeat 0 0;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	zoom: 1;
	position: absolute;
}
.btn-help span {
	display: none;
}

.tooltip-info {
	display: none;
}


/* Tooltip */
.tooltip {
	position: relative;
	width: 200px;
	height: 1px;
}
.tooltip-close {
	float: right;
	text-align: right;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: url("/experis/img/interface/tooltip/callout-close.jpg") no-repeat;
}
.aboutservices-tooltip {
	width: 140px;
}
.tooltip .tooltip-hd {
	background: url("/experis/img/interface/tooltip/tooltip-hd.png") no-repeat;
	overflow: hidden;
	height: 12px;
}

.tooltip .tooltip-bd {
	background: url("/experis/img/interface/tooltip/tooltip-bd.png") repeat-y;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 0px 15px;
}
.tooltip .tooltip-ft {
	background: url("/experis/img/interface/tooltip/tooltip-ft.png") no-repeat;
	overflow: hidden;
	height: 12px;
}
.tooltip .tooltip-arrow {
	background: url("/experis/img/interface/tooltip/tooltip-arrow.png") no-repeat;
	position: absolute;
	left: -5px;
	top: 15px;
	height: 43px;
	width: 12px;
}

.tooltip .dialog-pane-content {
	line-height: 1.2em;
	padding: 5px;
	min-height: 30px;
	_height: 30px;
}
.tooltip .dialog-pane-content h2 {
	font-size: 13px;
	color: #005498;
	margin: 0;
	padding: 0 0 10px 0;
}
.tooltip .dialog-pane-content h4 {
	font-weight: bold;
	font-size: 1.1em;
}
.tooltip .dialog-pane-content p {
	padding: 0 0 10px 0;
}

.tooltip tr,
.tooltip td {
	margin: 0;
	padding: 0;
	border: 0;
	height: 15px !important;
	line-height: 15px !important;
}
.tooltip table {
	width: 100%;
	border: 0;
}
.tooltip .tl {
	height: 15px !important;
	width: 15px !important;
	background: url("/experis/img/interface/tooltip/callout-lh.png") no-repeat;
    line-height: 15px !important;
}

.tooltip .tr {
	height: 15px !important;
	width: 15px !important;
	background: url("/experis/img/interface/tooltip/callout-rh.png") no-repeat;
	line-height: 15px !important;
}

.tooltip .t {
	height: 15px;
	background: url("/experis/img/interface/tooltip/callout-mh.png") repeat-x;
}

.tooltip .l {
	width: 15px;
	background: url("/experis/img/interface/tooltip/callout-lb.png") repeat-y;
}
.tooltip .c {
	background: #fff;
}
.tooltip .r {
	width: 15px;
	background: url("/experis/img/interface/tooltip/callout-rb.png") repeat-y;
}
.tooltip .bl {
	width: 15px;
	height: 15px;
	background: url("/experis/img/interface/tooltip/callout-lf.png") no-repeat;
}
.tooltip .b {
	height: 15px;
	background: url("/experis/img/interface/tooltip/callout-mf.png") repeat-x;
}
.tooltip .br {
	height: 15px;
	width: 15px;
	background: url("/experis/img/interface/tooltip/callout-rf.png") no-repeat;
}
.tooltip .arrow {
	position:absolute;
	top: 22px;
	left: -9px;
	height: 25px;
	width: 28px;
	background: url("/experis/img/interface/tooltip/callout-arrow-l.png") no-repeat;
}
.tooltip .rightarrow {
	position:absolute;
	top: 22px;
	right: -19px;
	height: 25px;
	width: 28px;
	background: url("/experis/img/interface/tooltip/callout-arrow-r.png") no-repeat;
}
