.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #e3e4e4;
	opacity: 0.7;
	z-index:999999;
}
.nmReposition {
	position: absolute;
	z-index:999999;
}
.nyroModalCloseButton {
	top: 15px;
	right: 15px;
	width: 18px;
	height: 17px;
	text-indent: -9999em;
	background: url(../../../img/cancel-post.png);
	z-index:999999;
}

.nyroModalCloseButton:hover {
	top: 15px;
	right: 15px;
	width: 18px;
	height: 17px;
	text-indent: -9999em;
	background: url(../../../img/cancel-post-hover.png);
	z-index:999999;
}

.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
	z-index:999999;
}
.nyroModalCont {
	position: absolute;
	
	box-shadow: 0 0 16px 0 #9e9e9e;-moz-box-shadow: 0 0 16px 0 #9e9e9e;-webkit-box-shadow: 0 0 16px 0 #9e9e9e;
	width: 440px;
	height: 240px;
	margin: 25px;
	background: #fff;
	z-index:999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
	z-index:999999;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
	z-index:999999;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
	z-index:999999;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 2px;
	min-height: 0;
	min-width: 250px;
	max-width: 1000px;
	z-index:999999;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
	z-index:999999;
}
.nyroModalImage img {
    vertical-align: top;
	z-index:999999;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
	z-index:999999;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
	z-index:999999;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 0;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
	z-index:999999;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
	z-index:999999;
}
.nyroModalPrev {
	left: 0;
	z-index:999999;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
	z-index:999999;
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
	z-index:999999;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
	z-index:999999;
}
#btn-save{
	border:none;
	background-color:transparent;
	width:64px;
	height:26px;
	background-image: url(../../../images/save.png);
}
#btn-save:hover{
	border:none;
	background-color:transparent;
	width:64px;
	height:26px;
	background-image: url(../../../images/save-hover.png);
}
#button-close{
	border:none;
	background-color:transparent;
	width:64px;
	height:26px;
	background-image: url(../../../images/close.png);
}
#button-close:hover{
	border:none;
	background-color:transparent;
	width:64px;
	height:26px;
	background-image: url(../../../images/close-hover.png);
}


#add-report{
	width:100px;
	height:23px;
	background-image : url(../../../images/add-report.png);
	
}

