.tooltipBody {
    overflow: hidden;
	padding: 6px;
}
.tooltipBody table {
	overflow: hidden;
    width: 100%;
}
.tooltipBody th {
    text-align: right;
    width: 30%;
    white-space: nowrap;
}
.tooltipBody th div {
    white-space: nowrap;
	font-weight: normal;
	padding-right: 10px;
}
.tooltipHeader {
	text-align: left;
	font-size: 19px;
	font-weight: bold;
}

.tooltipBody td {
    vertical-align: top;
    /*white-space: nowrap;*/
}

.tooltipBody td a {
    color: #3379C1;
}

.tooltipSplitter{
	width: 90%;
	height: 1px;
    font-size: 0;
    line-height: 1px;
    background-color: #E2E2E2;
	margin: 4px;
}

.tooltipDivider{
	margin: 4px;
}

/**
 * Media library tooltips
 */
.tooltipMedia {
	overflow: hidden;
}

.tooltipMedia table {
	overflow: hidden;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #FFF;
	margin-top: 5px;
}

.tooltipMedia th {
	width: 45%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 5px 2px 10px;
	font-weight: normal;
	border-bottom: 1px dotted #959ba5;
}

.tooltipMedia td {
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px dotted #959ba5;
}

.tooltipMedia .highlight th,
.tooltipMedia .highlight td {
	background: #96a1b1
}

.tooltipMedia td a {
	color: #FFF;
}

.tooltipMedia .tooltipPreviewImage {
	width:	250px;
	text-align: center;
}

.tooltipMedia .tooltipPreviewInfo {
	width: 250px;
}

.tooltipMedia .tooltipDescription {
	color: #4c596a;
	padding: 10px;
	border-bottom: 1px dotted #959ba5;
}

.tooltipMedia .tooltipTags {
	overflow: hidden;
	padding: 10px;
}

.tooltipMedia .tooltipTags a {
	color: #011932;
	padding: 0;
	text-decoration: none;
}

.tooltipMedia .tooltipTags a:hover {
	text-decoration: underline;
}