.yefor-html {
background-color: white;
}
.yefor-html-blur {
}
.yefor-html-content {
	position: absolute;
display: none;
}
.yefor-loading {
display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
text-decoration: none;
	padding: 2px;
	border: 1px solid black;
background-color: white; 
padding-left: 22px;
background-image: url(../yefor_Img/outlines/loader.white.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
}
a.yefor-credits,
a.yefor-credits i {
padding: 2px;
color: silver;
text-decoration: none;
	font-size: 12px;
}
a.yefor-credits:hover,
a.yefor-credits:hover i {
color: white;
background-color: gray;
}


/* Styles for the popup */
.yefor-wrapper {
	background-color: white;
}
.yefor-wrapper .yefor-html-content {
width: 595px;
padding: 5px;
}
.yefor-wrapper .yefor-header div {
}
.yefor-wrapper .yefor-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.yefor-wrapper .yefor-header ul li {
	display: inline;
	padding-left: 1em;
}
.yefor-wrapper .yefor-header ul li.yefor-previous, .yefor-wrapper .yefor-header ul li.yefor-next {
	display:block;
}
.yefor-wrapper .yefor-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.yefor-wrapper .yefor-header a:hover {
	color: black;
}
.yefor-wrapper .yefor-header .yefor-move a {
	cursor: move;
}
.yefor-wrapper .yefor-footer {
	height: 11px;
}
.yefor-wrapper .yefor-footer .yefor-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../yefor_Img/outlines/resize.gif);
}
.yefor-wrapper .yefor-body {
}
.yefor-move {
cursor: move;
}
.yefor-resize {
cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.yefor-display-block {
display: block;
}
.yefor-display-none {
display: none;
}

.yefor-body
{
	text-align:left;
	line-height:20px;
	padding:0 5px 0 10px;
}

.yefor-cop
{
	text-align:right;
	color:#666;
	padding-right:10px;
	padding-top:5px;
	border-top:dashed 1px #EAEBEF;
}

.yefor-previous
{
	float:right;
}