div#nyroModalFull {
	color: #777;
}
div#nyroModalLoading {
	text-indent: -9999em;
	background: transparent url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	text-indent: 0;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 8px;
	text-indent: -9999em;
	background: url(../images/close.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 5px;
}
div.wrapperImg .wrapper {
	padding: 5px;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}

/*--------------------------------------*/
/*---------------CUSTOM-----------------*/
/*--------------------------------------*/
#popin {
	width: 562px;
}
#popin .top {
	background: url(../images/bgPopinTop.png) no-repeat 0 0;
	height: 13px
}
#popin .bottom {
	background: url(../images/bgPopinBottom.png) no-repeat 0 0;
	height: 13px
}
#popin .content {
	background: url(../images/bgPopinRepeat.png) repeat-y 0 0;
	color: white;
	font-size: 1.4em;
	padding: 9px 36px;

}
#popin .content h2 {
	text-transform: uppercase;
	margin-bottom:  10px;
	font-size: 1em;
}
#popin .content p span, #popin .content p a {
	color: #ccff00;
	text-decoration: none;
}

#popin .text-content {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
	
	max-height: 600px;
	height: 600px;
	height: auto;
	
	font-size: 0.8em;
}

#popin .text-content p {
  margin: 10px 0;
}

#popin .text-content li {
  list-style-position:inside;
	list-style-type:disc;
	margin:5px 0;
}

#popin .text-content h3 {
  margin: 10px 0 5px 0;
}

#popin .text-content a {
  color: #CCFF00;
  text-decoration: none;
}

#popin .text-content a:hover {
  text-decoration: underline;
}

/*-- chapters --*/
#popin.chapters a {
  float: left;
  width: 120px;
  text-decoration: none;
}

#popin.chapters p.num {
  font-size: 40px;
  color: #FFF;
}

#popin.chapters p.week {
  color: #CCFF00;
  font-size: 15px;
}
