@font-face {
	font-family: 'EsoFontStyle';
	src: url('http://esolog.uesp.net/resources/esofontregular-webfont.eot');
	src: url('http://esolog.uesp.net/resources/esofontregular-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://esolog.uesp.net/resources/esofontregular-webfont.woff2') format('woff2'),
		url('http://esolog.uesp.net/resources/esofontregular-webfont.woff') format('woff'),
		url('http://esolog.uesp.net/resources/esofontregular-webfont.ttf') format('truetype'),
		url('http://esolog.uesp.net/resources/esofontregular-webfont.svg#esofontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EsoFontStyle';
	src: url('http://esolog.uesp.net/resources/esofontbold-webfont.eot');
	src: url('http://esolog.uesp.net/resources/esofontbold-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://esolog.uesp.net/resources/esofontbold-webfont.woff2') format('woff2'),
		url('http://esolog.uesp.net/resources/esofontbold-webfont.woff') format('woff'),
		url('http://esolog.uesp.net/resources/esofontbold-webfont.ttf') format('truetype'),
		url('http://esolog.uesp.net/resources/esofontbold-webfont.svg#esofontbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'EsoFontStyleAlt';
	src: url('http://esolog.uesp.net/resources/esofontregular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EsoFontStyleAlt';
	src: url('http://esolog.uesp.net/resources/esofontbold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.esoSkillTooltipLink {
	display: inline;
}

.esoSkillPopupTooltip {
	position: absolute;
	z-index: 100;
	font-family: 'EsoFontStyleAlt', 'EsoFontStyle', 'Arial', sans-serif;
	width: 360px;
	background-image: url(http://esolog.uesp.net/resources/eso_skill_border.png);
	background-size: 100% 100%;
	color: #C5C29E;
	line-height: 125%;
	text-align: left;
    white-space: normal;
	padding: 10px;
	display: block;
}

.esoSkillPopupTooltipDivider {
	width: 100%;
	height: 3px;
	padding-top: 10px;
    padding-bottom: 5px;
}

.esoSkillPopupTooltipDesc {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	padding: 10px;
}

.esoSkillPopupTooltipEffectLines {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	padding: 10px;
	color: #33dd33;
}

.esoSkillPopupTooltipTitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: WHITE;
	padding-top: 8px;
}

.esoSkillPopupTooltipName {
	font-size: 17px;
	font-weight: bold;
	color: #C5C29E;
	margin-left: 10px;
	line-height: 1.3em;
}

.esoSkillPopupTooltipValue {
	font-size: 17px;
	font-weight: bold;
	float: right;
	color: WHITE;
	margin-right: 10px;
	line-height: 1.3em;
}

.esoSkillPopupTooltipLevel {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: RED;
	margin-top: 12px;
}

.esoSkillToolWhite {
	display: inline;
	color: white;
}

.esoSkillToolBold {
	font-weight: bold;
	display: inline;
}