﻿
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
/*background:#ffffff;*/
background:#333333;
border:1px none #cecece;
z-index:1;
}
#popupWindow{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:500px;
width:650px;
/*background:#FFFFFF;*/
/*border:1px solid #cecece;*/
z-index:2;
padding:0px;
font-size:13px;
/*overflow:auto;*/

/*-moz-border-radius: 0.9em;  border-radius: 0.9em;*/
}
#popupWindow .nadpis{
text-align:left;
color:#00508E;
font-size:125%;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;

}
#popupWindow  a{
cursor: pointer; 
text-align:center
}
#popupArea{ padding:0 15px; font-size:90%; color:#666666; height:/*100px; overflow:auto; */}
#popupWindowClose{
font-size:14px;
/*line-height:14px;*/
right:15px;
top:25px;
position:absolute;
color:#00508E;
font-weight:700;
display:block;
cursor:pointer;
 
} 
.errTag{ 
margin:10px 0; 
border-left: solid 5px #00508E; 
border-right: solid 1px #cccccc; 
background:#efefef ; 
color:#000000; 
padding:10px;
/*-moz-border-radius: 0.9em;  border-radius: 0.9em;*/
}
.closeDiv{   position: fixed; 
  bottom: 0;
 text-align:center; margin-top:10px; padding:5px; border: solid 1px #cccccc; background:#efefef;
 }
 
 
 /* moje styly*/
 
 /*.tblTL{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r1_c1.gif) no-repeat right bottom; width:26px; height:41px}
.tblTC{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r1_c2.gif) repeat-x left bottom;}
.tblTR{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r1_c3.gif) no-repeat left bottom;}

.tblCL{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r2_c1.gif) repeat-y right top;}
.tblCC{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r2_c2.gif) repeat-x center top;}
.tblCR{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r2_c3.gif) repeat-y left top;}

.tblBL{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r3_c1.gif) no-repeat right top;}
.tblBC{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r3_c2.gif) repeat-x left top;}
.tblBR{background:url(<? echo $_SESSION['root']?>/layout/_popup/popup_r3_c3.gif) no-repeat left top;}*/

.tblTL{background:url(../../layout/_popup_2/popup_01.gif) no-repeat right bottom; width:10px; height:10px}
.tblTC{background:url(../../layout/_popup_2/popup_02.gif) repeat-x left bottom;}
.tblTR{background:url(../../layout/_popup_2/popup_03.gif) no-repeat left bottom;}

.tblCL{background:url(../../layout/_popup_2/popup_04.gif) repeat-y right top;}
.tblCC{background:url(../../layout/_popup_2/popup_05.gif) repeat-x center top; padding:8px}
.tblCR{background:url(../../layout/_popup_2/popup_06.gif) repeat-y left top;}

.tblBL{background:url(../../layout/_popup_2/popup_07.gif) no-repeat right top;}
.tblBC{background:url(../../layout/_popup_2/popup_08.gif) repeat-x left top;}
.tblBR{background:url(../../layout/_popup_2/popup_09.gif) no-repeat left top; width:10px; height:10px}
 
 
