/*------------------------------------------------------------------*/
/*------------------- 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: 10px 0 25px;
	color: #af50ae;
	font-weight: bold;
	text-align: center;
}

/* meessage */

.message {
	width: 460px;
	margin-left: -230px;
	font-weight: bold;
	border: 5px solid #d284d2;
	color: #8c8c8c;
	background: #fff url(../images/v01/messageContentBg.jpg) 11px 12px no-repeat;
	position: absolute; top: 200px; 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: 20px;
	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 ------------------------*/
/*-----------------------------------------------------------------*/

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute; left: 0; top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active .sIFR {
	visibility: hidden;
	line-height: 1em;
	font-size: 19px;
	*font-size: 17px;
}
.sIFR-active .logArea h2.sIRF {
	visibility: hidden;
	line-height: 1em;
	font-size: 21px;
	*font-size: 19px;
	text-align: right;

}

