.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}





/* MODIFICATIONS NIC */
.nyroModalBg{ z-index:100; }
.nyroModalCloseButton{
	z-index:103;
	top:-30px;
	right:12px;
	display:block;
	width:17px;
	height:17px;
	background:url('befarm/images/ui-icons_FFFFFF_256x240.png') no-repeat;
	background-position:-96px -128px;
}
.nyroModalCloseButton:hover{
	background:#FFFFFF url('befarm/images/ui-icons_277239_256x240.png') no-repeat;
	background-position:-96px -128px;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.nyroModalTitle{
	z-index:102;
	top:-42px;
	left:-1px;
	width:100%;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:0px 10px;
	background:#277239 url('befarm/images/ui-bg_gloss-wave_50_277239_500x100.png') repeat-x center;
	border:1px solid #055016;
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:13px;
	font-style:normal;
	color:#FFF;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
}
.nyroModalCont{
	z-index:101;
	min-height:100px;
	border:1px solid #055016;
	background:#E9E9E9;
	padding:10px 0px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile { min-height:0px; }
.nyroModalCont.nyroModalImg{ padding:0px; }
.nyroModalCont.nyroModalLoad{
	background:#FFFFFF url('../../images/nyroModal/ajaxLoader.gif') no-repeat center;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.nyroModalError{
	border:1px solid #CC0000;
	color:#C00;
}
.nyroModalPrev:hover{
	background:url('../../images/nyroModal/left.png') no-repeat left 45%;
}
.nyroModalNext:hover{
	background:url('../../images/nyroModal/right.png') no-repeat right 45%;
}