/**Popup layout templateTemplates */
/********************************************************* informationPopup GLOBAL *****************************************************************/
div.positionAbs {
	position:absolute;
	display:block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height:0;
	z-index:101;
}
div.popup_wrap {
	position:fixed;
	display:block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height:0;
	background:rgba(255, 255, 255, .9);
	opacity: 0; 
	z-index:101;
}
#informationPopup_closeButton{
	float:right;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	width: 33px;
	height: 29px;
	text-decoration:none;
	cursor:pointer;
	
	background: url(../img/closePopup.png) no-repeat;
}
#informationPopup_closeButton:hover{
}
#informationPopup_closeButton:active{
	
}
/********************************************************* Information POPUP design *****************************************************************/
#informationPopupImg {
	display:block;
	position:relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: auto;
	height: auto;
}
#informationPopupImg_topbar {
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	width: 575px;
	height:29px;
}
#informationPopupImg_scrollBar {
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	width: 575px;
	height:29px;
}
#informationPopupImg_scrollBar > #scrollBarLeft{
	float:left;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	width: 200px;
	height:27px;
	cursor:pointer;
	text-align:center;

}
#informationPopupImg_scrollBar > #scrollBarRight{
	float:right;
	margin: 0 0 0 0;
	padding:2px 0 0 0;
	width: 200px;
	height:27px;
	cursor:pointer;
	text-align:center;
	
}
#informationPopupImg_scrollBar > #scrollBarRight:hover, #informationPopupImg_scrollBar > #scrollBarLeft:hover{
	background:#ececea;
}
#informationPopupImg_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	height:auto;
	text-align:center;
}
/********************************************************* Information POPUP design *****************************************************************/
#informationPopup {
	display:block;
	position:relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 575px;
	height: auto;
}
#informationPopup_topbar {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	height:29px;
}
#informationPopup_head {
	margin: 0 0 20px 0;
	padding: 0 0 5px 2px;
	width: auto;
	height:auto;
	color:#2161d0;
	border-bottom:dashed 1px #7d7d7d;
	font-family: Calibri;
	font-size:18px;
}
#informationPopup_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	height:auto;
}
#informationPopup_error {
	margin: 0 0 0 75px;
	padding: 0 0 0 0;
	width: auto;
	height: auto;
	color: #F00;
	font-family: Calibri;
	font-size:14px;
}


/********************************************************* Information popup FORM design *****************************************************************/
#infoForm {
	padding: 0 0 0 0;
	margin: 0 0 0 75px;
	width:378px;
	height:auto;
}
#infoForm input.textTop {
	border:none;
	border: 1px solid #b8b8b8;
	float:left;
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
	width:158px;
	height:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e6e6e6 no-repeat;
	font-family:Arial;
	color:#797979;
	font-style:italic;
	font-size:13px;
}
#infoForm textarea.textOpis {
	border:none;
	border: 1px solid #b8b8b8;
	float:left;
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
	width:356px;
	height:135px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e6e6e6 no-repeat;
	font-family:Arial;
	color:#797979;
	font-style:italic;
	resize:none;
	font-size:13px;
}
#infoForm .divSelectionLeft {
    overflow:hidden;
	border: 1px solid #b8b8b8;
    width:286px;
    margin: 0 0 0 0;
	background: #e6e6e6 no-repeat;
    background-image: url(../img/selectArrow_03.png);
	background-position:247px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
	height:28px;
}
#infoForm .formButtonNext {
	border: 1px solid #b8b8b8;
	float:right;
    width:112px;
	height:28px;
	padding:0 0 0 0;
    margin: 15px 0 0 0;
	background: #e6e6e6 no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
	text-align:center;
	font-family:Arial;
	color:#404041;
	font-size:14px;
}
/********************************************************* Information CLEAR POPUP design *****************************************************************/
#informationPopupClear {
    display:none;
    position:relative;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 700px;
    min-height:300px;
    height: auto;
    background:#EDEBE6 ;
    color:#403B33 ;
    font-size:12px;
    font-family: Quadrit;
    /*
    -moz-box-shadow:  0 0 2px 1px #000;
    -webkit-box-shadow:  0 0 2px 1px#000;
    box-shadow:  0 0 2px 1px #000;
    */
    
}
#informationPopupClear > .close {
    float:right;
    margin: 15px 15px 0 0;
    padding: 3px 0 4px 0;
    width: 100px;
    height:auto;
    cursor:pointer;
    background:#FF7878;
    color:#e5eaed;
    text-align:center;
}
#informationPopupClear > .close:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,120,120,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,120,120,1);
    box-shadow: 0px 0px 10px 0px rgba(255,120,120,1);    
}
#informationPopupClear > .head{ /*Id of this element is #informationPopupClear_head */
    
    margin: 0 25px 0 25px;
    padding: 50px 0 0 0;
    width: auto;
    height:auto;
    font-size:20px;
}
#informationPopupClear > .content{ /*Id of this element is #informationPopupClear_body */
    margin:0 25px 0 25px;
    padding: 0 0 0 0;
    width: auto;
    height:auto;
}
#informationPopupClear > .footer{ /*Id of this element is #informationPopupClear_footer */
    margin:0 25px 0 25px;
    padding: 0 0 0 0;
    width: auto;
    height:auto;
}