﻿




/*
     FILE ARCHIVED ON 19:08:29 Jan 1, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:42:46 Feb 16, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
  z-index: 1200;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	background: url('/images/puces/close.png') top right no-repeat;
  z-index: 1220;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
  font-size: 1.1em;
	color: #333;
}
.nyroModalCont {
	position: absolute;
	border: 1px solid #8e8e8e;
	margin: 0px;
	background: #fff;
  width: 600px;
  
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
  
  color: #333;
  line-height: 18px;
  z-index: 1210;
}
.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: 25px;
	min-height: 100px;
	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: 600px;
  height: 200px;
	background: #fff url(/images/ajax-loader.gif) no-repeat center;
	padding: 0;
}
 
/*** CDP ***/
.nyroModalCont h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
	background: url(/images/zebra-gris-02.gif) repeat-x 0 bottom;
}
.nyroModalCont h2 span {
  color: #00909B;
}
.nyroModalCont textarea {
  width: 540px;
  max-width: 540px;
  height: 125px;
  padding: 5px
}