/*------------------------------------------------------------------*/
/*------------------- EDITO REQUIRED STYLES ------------------------*/
/*------------------------------------------------------------------*/

/* --- dump Area --- */

pre {
	padding: 40px;
	background-color: #fff;
	border: solid #000;
	border-width: 2px 0;
}

/* --- DHTML Popup --- */

.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}
.Popup .Loader {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}
.Popup .Preview {
	border: 1px solid #C8D0CF;
	cursor: pointer;
}
.Popup .Caption {
	vertical-align: middle;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
}
.Popup .Prev {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 5px 5px;
	width: 16px;
}
.Popup .Prev div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../images/ico_prev.gif) no-repeat center center;
}
.Popup .Next {
	vertical-align: top;
	text-align: right;
	padding: 0px 5px 5px 0px;
	width: 16px;
}
.Popup .Next div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../images/ico_next.gif) no-repeat center center;
}
.Popup .IcoClose {
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	background: url(../images/ico_close.gif) no-repeat 0 0;
}
.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999999;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

/* ---------------------------------------------------------------- */
/* ------------------ EDITO STYLES MODIFICATION ------------------- */
/* ---------------------------------------------------------------- */

/* komunikat */

.komunikat {
	padding: 25px;
	font-weight: bold;
	text-align: center;
}

/* meessage */

.message {
	width: 460px;
	margin-left: -230px;
	font-weight: bold;
	border: 5px solid #5A4027;
	color: #8c8c8c;
	background: #fff url(../images/v02/logo.gif) 11px 12px no-repeat;
	position: absolute; top: 15px; left: 50%;
	z-index: 999999999;
}
.message div.contentShell {
	padding: 85px 60px 25px;
	background: transparent url(../images/v01/messageBg.jpg) 0 100% repeat-x;
}
	.message div.contentShell span {
		display: block;
		margin: 0 0 8px 12px;
		font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
		color: #d30404;
	}

.message div.info, 
.message div.error {
	min-height: 61px;
	padding-left: 61px;
	vertical-align: middle;
	font-family: Tahoma, Arial, sans-serif;
	background: transparent url(../images/v01/messageInfo.png) 0 50% no-repeat;
}
.message div.info {min-height: 90px;}

* html body .message div.info, 
* html body .message div.error {
	height: 61px;
	overflow: visible;
}
* html body .message div.info {height: 90px;}

.message div.error {
	background: transparent url(../images/v01/messageError.png) 0 50% no-repeat;
}
	.message div.error b, 
	.message div.info b {
		display: block;
		line-height: 12px;
		background: transparent url(../images/v01/messageInfoMark.gif) 0 5px no-repeat;
		padding: 0 0 5px 12px;
	}
	.message div.error b {
		background: transparent url(../images/v01/messageErrorMark.gif) 0 5px no-repeat;
	}

.message div.input {
	padding-top: 40px;
	text-align: center;
}
	.message div.input input {
		padding: 0 30px;
		font-weight: bold;
	}
.fotoBg {
	background: transparent url(../images/loading.gif) center center no-repeat;
}

/*-----------------------------------------------------------------*/
/*------------------- sIFR REQUIRED STYLES ------------------------*/
/*-----------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2.sIRF {
	visibility: hidden;
	letter-spacing: 0;
	padding: 0;
}

/* WELCOME */

.sIFR-hasFlash h2.sIRF {
	font-size: 18px;
}
.sIFR-hasFlash .logArea h2.sIRF {
	font-size: 20px;
}

