﻿/* footnote */

table.footnote {
	position: absolute;
	border-collapse: collapse;
	width: 462px;
	display: none;
	z-index:100;
}

table.footnote td {
	padding: 0 !important;
	vertical-align: top !important;
	border: 0 !important;
}

table.footnote td.red {
	background: #ef3124 !important;
}

table.footnote td.footnote_corner {
	width: 1px;
	height: 1px;
}

table.footnote td.footnote_corner_br {
	width: 1px;
	height: 1px;
	background-color: #e6e8e7 !important;
}

table.footnote td.footnote_text {
	background: white !important;
	padding: 11px 20px !important;
}

table.footnote td.footnote_text p {
	font-size: 90%;
	color: #94999c;
	margin-bottom: 0;
	font-weight: normal !important;
}

table.footnote td.footnote_bottom {
	height: 4px;
	background: url('/f/1/global/footnote/footnote-shadow-bl.gif') no-repeat top left !important;
}

table.footnote td.footnote_shadow_r {
	background: url('/f/1/global/footnote/footnote-shadow-r.gif') repeat-y !important;
	width: 2px;
}

table.footnote td.footnote_bottom div {
	background: url('/f/1/global/footnote/footnote-shadow-b.gif') repeat-x !important;
	height: 4px;
	width: 100%;
	text-align: right;
}

table.footnote img.footnote_pointer {
	position: absolute;
	margin-top: -5px;
}

table.footnote img.footnote_btn_close {
	float: right;
	position: relative;
	left: 9px;
	margin-top: -1px;
}

img.footnote_btn_close {
	cursor: pointer;
}

sup a, sup a:visited {
	color: #ef3124;
}
