body {
  background-color: #c0c0c0;
  color: #000000;
  font-size: 16px;
  font-family: Tahoma, Arial;
  font-weight: normal;
  text-align: justify;
}

A:hover {
  text-decoration: underline;
  color: #303030;
}
A:visited {
  text-decoration: none;
  color: #303030;
}
A.r:active {
  text-decoration: none;
  color: #303030;
}
A:link {
  text-decoration: none;
  color: #303030;
}

/* ZBIORNIKI */

#zbiorniki {
  position: absolute;
  left: 0px;
  top: 120px;
  right: 0px;
  bottom: 24px;
  background-color: #d0d0d0;
  overflow: auto;
  
}
.zbiornik {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 300px;
  height: 200px;
  /*background-color: #e0e0e0;*/
}

.zbiorniklevel1 {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  height: 18px;
  right: 3px;
  background-color: #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  
}
.zbiorniklevel2 {
  position: absolute;
  display: block;
  left: 3px;
  top: 23px;
  bottom: 3px;
  right: 3px;
  background-image: url('../images/level.png');
}
.zbiorniklevel2r {
  position: absolute;
  display: block;
  left: 3px;
  top: 23px;
  bottom: 3px;
  right: 3px;
  background-image: url('../images/levelred.png');
}

.zbiornikparamskey {
  font-size: 12px;
  text-align: left;  
}
.zbiornikparamvalue {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.zbiornikparams {
  position: absolute;
  display: block;
  border-width: 0px 1px 0px 0px;
  border-color: #000000;
  border-style: solid;
  top: 35px;
  bottom: 35px;
  right: 5px;
  left: 55px;
}

.zbiornikloading {
  position: absolute;
  background: transparent url('../images/ajax-loader.gif') no-repeat 50% 50%;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-style: solid;
  top: 35px;
  bottom: 35px;
  left: 5px;
  right: 5px;
  display: block;
}

.zbiorniklevel {  
  position: absolute;
  display: block;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-style: solid;
  top: 35px;
  bottom: 35px;
  left: 5px;
  width: 50px;
}
.zbiornikleveltm {  
  position: absolute;
  display: block;
  border-width: 0px 0px 0px 1px;
  border-color: #000000;
  border-style: solid;
  top: 35px;
  bottom: 35px;
  left: 5px;
  width: 50px;
}

.zbiornikcaption {
  border-width: 1px 1px 0px 1px;
  border-color: #000000;
  border-style: solid;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  height: 25px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  background-repeat: repeat-x;
}

.refresh {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url('../images/refresh.png');
}
.setup_cont {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url('../images/gear.png');
}
.report_cont {
  display: block;
  position: absolute;
  right: 92px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url('../images/contract.png');
}
.tank_cont {
  display: block;
  position: absolute;
  right: 62px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url('../images/row_add24.png');
}
.map_cont {
  display: block;
  position: absolute;
  right: 32px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url('../images/environment_view.png');
}

.zbiornikbottom {
  border-width: 0px 1px 1px 1px;
  border-color: #000000;
  border-style: solid;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 30px;
  background-color: #e0e0e0;
  background-image: url('../images/window_bottom.gif');
  background-repeat: repeat-x;
  text-align: center;
}
/* ukryty element tymczasowy */
#temp { 
  display: none; 
}


#top1 {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 528px;
  height: 80px;
  background: #f0f0f0 url('../images/topbaner1.gif');
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
  border-style: solid;  
}
#top2 {
  display: block;
  position: absolute;
  left: 528px;
  top: 0px;
  right: 167px;
  height: 80px;
  background: #f0f0f0 url('../images/topbaner2.gif') repeat-x;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
  border-style: solid;  
}
#top3 {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 167px;
  height: 80px;
  background: #f0f0f0 url('../images/topbaner3.gif');
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
  border-style: solid;  
}

#submenu {
  display: none;
  position: absolute;
  background-color: #e0e0e0;
  width: 200px;
  height: 100px; 
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
.submenuitem {
  display: block;
  position: absolute;
  background: transparent;
  width: 200px;
  height: 30px;
}
#menu {
  display: block;
  position: absolute;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  background-repeat: repeat-x;
  left: 0px; 
  right: 0px;
  top: 80px;
  height: 30px;
}

#loggeddiv {
  display: block;
  position: absolute;
  background: transparent;
  right: 30px;
  top: 80px;
  height: 30px;
  width: 250px;
  font-size: 12px;
  text-align: center;
}
/*    border-width: 1px 1px 0px 1px;
  border-color: #000000;
  border-style: solid;
  top: 5px;
  right: 5px;
  left: 5px;
  height: 30px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
*/
}

#topdistance {
  display: block;
  position: absolute;
  left: 0px; 
  right: 0px;
  top: 110px;
  height: 10px;
  background-color: #e0e0e0;
}
#bottom {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 24px;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  
}

.menuitem {
  display: block;
  position: absolute;
  height: 20px;
  width: 150px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;  
  cursor: pointer;
  border: 1px solid;
}
.menuitemsel {
  display: block;
  position: absolute;
  height: 20px;
  width: 150px;
  background: #ff9955;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;  
  cursor: pointer;
  border: 1px solid;
}

#loading {
  position: absolute;
  background: transparent url('../images/ajax-loader.gif') no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.windowpopup {
  border-width: 0px;
  background: transparent;
}

.closewindow {
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 30px;
  height: 30px;
  background-image: url('../images/window_close.png');
  background-repeat: no-repeat;
  background-position: center; 
  cursor: pointer;
}
.windowinside {
  border-width: 0px 1px 0px 1px;
  border-color: #000000;
  border-style: solid;
  display: block;
  position: absolute;
  background: #e0e0e0;
  left: 5px;
  top: 35px;
  right: 5px;
  bottom: 35px;
}
.windowpopupT {
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  height: 5px;
  right: 0px;
  background: #808080;
  filter: alpha(opacity=30);
  opacity: 0.5;  
  
}
.windowpopupB {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0px;
  height: 5px;
  right: 0px;
  background: #808080;
  filter: alpha(opacity=30);
  opacity: 0.5;  
}
.windowpopupL {
  display: block;
  position: absolute;
  background: #808080;
  filter: alpha(opacity=30);
  opacity: 0.5;  
  left: 0px;
  top: 0px;
  width: 5px;
  bottom: 0px;
}
.windowpopupR {
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 5px;
  bottom: 5px;
  background: #808080;
  filter: alpha(opacity=30);
  opacity: 0.5;  
}

#mapa {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 400px;
  height: 400px;
  background-color: transparent;
   
}
#mapainside {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;  
}
.windowcaption {
  border-width: 1px 1px 0px 1px;
  border-color: #000000;
  border-style: solid;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  height: 30px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  background-repeat: repeat-x;
}

.windowbottom {
  border-width: 0px 1px 1px 1px;
  border-color: #000000;
  border-style: solid;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 30px;
  background-color: #e0e0e0;
  background-image: url('../images/window_bottom.gif');
  background-repeat: repeat-x;
}

#card {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 400px;
  height: 400px;
  background-color: transparent;
   
}
#cardinside {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;  
}

.CANCEL {
  background: #f0f0f0 url('../images/redo.png');
  background-repeat: no-repeat;
  background-position: 5px 2px;
  width: 62px;
  vertical-align: middle;
  text-align: left;
  padding-left: 48px;
  padding-top: 4px;
  font-size: 18px;
  height: 28px;
  border-width: 0px;
  position: absolute;
  display: block;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
}
.OK {
  background: #f0f0f0 url('../images/check.png');
  background-repeat: no-repeat;
  background-position:5px 2px;
  width: 52px; 
  vertical-align: middle;
  text-align: left;
  padding-left: 58px;
  padding-top: 4px;
  font-size: 18px;
  height: 28px;
  border-width: 5px;
  position: absolute; 
  display: block;
  cursor: pointer;
  right: 130px;
  bottom: 15px;
}

.RECOVER {
  background: #f0f0f0 url('../images/warning32.png');
  background-repeat: no-repeat;
  background-position:5px 2px;
  width: 90px; 
  vertical-align: middle;
  text-align: right;
  padding-top: 2px;
  font-size: 12px;
  height: 30px;
  border-width: 0px;
  position: absolute; 
  display: block;
  cursor: pointer;
  left: 15px;
  bottom: 15px;
}

.option300px  {
  width: 300px;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  background-color: #f0f0f0;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

#zbiornik_set  {
  width: 200px;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  background-color: #f0f0f0;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}
INPUT {
  width: 200px;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  background-color: #f0f0f0;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.radio INPUT {
  width: 20px;
  border: 0px;
  background: transparent;
}

.newradio {
  width: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  background-color: #f0f0f0;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}
.labelinnewradio {
  font-size: 13px;
  color: black;
}

.pointer {
  cursor: pointer;
}

#set {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 400px;
  height: 200px;
  background-color: transparent;  
   
}

#cardlist {
  position: absolute;
  display: none;
  overflow: hidden;
  left: auto;
  right: auto;
  top: 80px;
  bottom: 80px;
  width: 90%;
  background-color: transparent;
   
}

#edituser {
  position: absolute;
  display: none;
  overflow: hidden;
  left: auto;
  right: auto;
  top: 80px;
  bottom: 80px;
  width: 10%;
  background-color: transparent;
   
}


#cardlistinside {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;  
  overflow: hidden; 
  font-size: 12px; 
}
#cardlistinsideleft {
  display: block;
  position: absolute;
  left: 0px;
  top: 50px;
  bottom: 60px;
  width: 50%;
  background: transparent;  
  overflow: auto;  
}
#cardlistinsideright {
  display: block;
  position: absolute;
  top: 50px;
  bottom: 60px;
  right: 0px;
  width: 50%;
  background: transparent;  
  overflow: auto;  
}

#containter {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 400px;
  height: 400px;
  background-color: transparent;
   
}

#filter {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 600px;
  height: 450px;
  background-color: transparent;
}

#reportcalendar {
  position: absolute;
  display: block;
  left: 25px;
  top: 25px;  
}
 
#reportcalendarinfo {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 105px;
  height: 50px;
  width: 200px;
  font-size: 12px;
  text-align: center;
}
#reportormats {
  position: absolute;
  display: block;
  right: 25px;
  left: 25px;
  bottom: 5px;
  height: 90px;
}
#reportparams {
  position: absolute;
  display: block;
  width: 320px;
  right: 25px;
  top: 25px;
  bottom: 80px;

}

#refuel {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 200px;
  top: 120px;
  width: 600px;
  height: 450px;
  background-color: transparent;

}

.reporttablefl {
  background-color: #a0a0a0; 
  white-space: nowrap;
}

.report {
  font-size: 12px;
  width: 100%;
}

.leftline {
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #606060;
}
.reportrow0 {
  background-color: #d8d8d8;
}
.reportrow1 {
  background-color: #d0d0d0;
}
	    
.inputonlogon {
  border-width: 1px;
  border-style: solid;
  border-color: #404040;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background-color: #f0f0f0;
  width: 150px;
}

.checkboxonlogon {
  border-width: 1px;
  border-style: solid;
  border-color: #404040;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  width: 150px;
}

#logon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 410px;
  height: 230px;  
  display: none;  
}
	    
/* ---------------------------------------- */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffff80;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
filter: alpha(opacity=90);
opacity: 0.9;  
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.grayedlayer
{
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #808080;
  filter: alpha(opacity=30);
  opacity: 0.5;
}



/*
#treestructure {
  display: block;

}
#toprightcorner {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100px;
  width: 350px;
  font-weight: normal;
  font-size: 12px;
  border-width: 0px 0px 0px 1px;
  border-color: #000000;
  border-style: solid;
}

#imagepreview {
  display: block;
  position: absolute;
  left: 100px;
  top: 100px;
  width: 600px;
  height: 600px;
}
#imagepreviewdetail {
  position: absolute;
  display: block;
  overflow: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

#cartdetails {
  display: block;
  position: absolute;  
  overflow: auto;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
#tree {
  display: block;
  position: absolute;  
  left: 0px;
  top: 100px;
  width: 250px;
  bottom: 155px;
  background-color: #e0e0e0;
}
#lasecarselected {
  display: block;
  position: absolute;  
  right: 175px;
  top: 135px;
  width: 550px;
  height: 450px;
  background-color: #e0e0e0;
}
#lastcarselectedlist {
  display: block;  
  width: 100%;
  height: 100%;
  overflow: auto;
}
#search {
  display: block;
  position: absolute;  
  left: 0px;
  top: 0px;
  width: 250px;
  height: 105px;
  background-color: #e0e0e0;
}

#logged {
  display: block;
  position: absolute;  
  left: 0px;
  bottom: 25px;
  width: 250px;
  height: 70px;
  background-color: #e0e0e0;
  
}
#cartsum {
  display: block;
  position: absolute;  
  left: 0px;
  bottom: 90px;
  width: 250px;
  height: 70px;
  background-color: #e0e0e0;
}

#lastcars {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 5px;
  background: transparent url('/images/arrow_down_blue.png') no-repeat left top;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
*/

/*
#searchinput {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  height: 25px;
  width: 170px;
  background-color: #d0b040;
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a0;
}
#searchbutton1 {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent url('/images/delete.png') no-repeat left top;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#searchbutton2 {
  display: block;
  position: absolute;
  top: 5px;
  right: 34px;
  background: transparent url('/images/find_text.png') no-repeat left top;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#addtocart {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 400px;
  top: 200px;
  width: 400px;
  height: 250px;
  background-color: transparent;
}



#selectedcar {
  display: block;
  position: absolute;  
  right: 0px;
  top: 105px;
  left: 250px;
  height: 60px;
  background: #e0e0e0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

.line {
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
  width: 50%;
  text-align: left;
}
A.selectedcar:hover {
  text-decoration: underline;
  color: #ffffff;
}
A.selectedcar:visited {
  text-decoration: none;
  color: #303030;
}
A.selectedcar:active {
  text-decoration: none;
  color: #303030;
}
A.selectedcar:link {
  text-decoration: none;
  color: #303030;
}

#loggedbottom {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  color: #0000ff;
}
#cart {
  display: block;
  position: absolute;  
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #e0e0e0;
}

#articlelist {
  display: block;
  position: absolute;
  right: 0px;
  top: 170px;
  left: 250px;
  bottom: 180px;
  background: transparent;
  overflow: auto;
  
}
#crosslist {
  display: block;
  position: absolute;
  right: 0px;
  height: 145px;
  left: 250px;
  bottom: 30px;
  background: transparent;
  overflow: auto;
}
*/



/*
#vehiclesel {
  position: relative;
  display: block;
  left: 50px;
  height: 300px;
}
#dvsilnik {
  width: 500px;
  overflow: auto;  
  height: 330px;
}

.articletable {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  background-color: rgb(232,193,4);
  font-size: 12px;
  font-style: normal;
}  
.artcode {
  width: 100px;
}
.cartadd {
  background: transparent url('/images/add.png') no-repeat center center;
  width: 24px;
}
.cartphoto0 {
  background: transparent;
  width: 18px;
}
.cartphoto1 {
  background: transparent url('/images/view.png') no-repeat right center;
  width: 18px;
}
.artgroup {
  width: 100px;
  text-align: center;
}
.artprice {
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
.artrowH {
  font-weight: bold;
  background-color: rgb(212,173,0);  
}
.artrow0 {
  background-color: rgb(232,193,4);  
  cursor: pointer;
}
.artrow1 {
  background-color: rgb(242,203,14);
  cursor: pointer;
}

.artcartdescr {
  border-width: 0px;
  background: transparent;
  width: 100%;
  font-size: 12px;
}
.artcartkey {
  width: 50px;
}
#price1 {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  background-color: transparent;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #400404;
  text-align: center;
  vertical-align: middle;
}
#ordercomment {
  width: 100%;
  border: 0px;
  background-color: #f0f0f0;
  font-size: 12px;
}
#transportcartsum {
  font-weight: bold;
}
#transporttotal {
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
  background-color: #f0f0f0;
}
#queryconfirm {
  position: absolute;
  display: block;
  width: 600px;
  height: 500px;
}
#register {
  position: absolute;
  display: block;
  width: 600px;
  height: 420px;  
}

.queryconfirmdetailtable {
  width: 100%;
}
#queryconfirmdetail {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
#price2 {
  position: absolute;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background-color: #ffff00;
  top: 125px;
  left: 25px;
  height: 25px;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #400404;
  text-align: center;
  vertical-align: middle;
}
#regformlabels {
  text-align: right;
  font-size: 12px;
}
.regforminput {
  border-width: 1px;
  border-style: solid;
  border-color: #404040;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #f0f0f0;
  width: 150px;
}
#cartcnt {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  top: 85px;
  left: 25px;
  height: 25px;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #400404;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#cartitemcnt {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background-color: #00ffff;
  height: 25px;
  width: 120px;
  text-align: center;
  vertical-align: middle;  
  border-width: 0px;
  white-space: nowrap;
}
.cartcode {
  font-size: 10px;
  text-align: left;
  white-space: normal;
}
.carttable {
  font-size: 12px;
  text-align: right;
  width: 100%;
  cursor: pointer;
}
.carttableline0 {
  background-color: rgb(212,173,0);  
}
.carttableline1 {
  background-color: rgb(232,193,4);  
}
#cartbottomelement {
  font-weight: bold;
  text-align: right;
}
#cartbottomelement2 {
  font-weight: bold;
  text-align: right;
}
#cartback {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background: transparent url('/images/undo.png') no-repeat center center;
  cursor: pointer;
}

#preferences {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 5px;
  top: 3px;
  background: transparent url('/images/user1_preferences.png') no-repeat center center;
  cursor: pointer;
}
#cartmail {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 5px;
  top: 3px;
  background: transparent url('/images/edit.png') no-repeat center center;
  cursor: pointer;
}
#cartmail2 {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 73px;
  top: 3px;
  background: transparent url('/images/mail.png') no-repeat center center;
  cursor: pointer;
}
#cartdelete {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 39px;
  top: 3px;
  background: transparent url('/images/garbage.png') no-repeat center center;
  cursor: pointer;
}

*/
#querybox {
  position: absolute;
  left: 40%;
  top: 25%;
  width: 400px;
  height: 200px;  
  display: none;  
}

#querybox2 {
  position: absolute;
  left: 40%;
  top: 25%;
  width: 400px;
  height: 200px;  
  display: none;  
}


#queryboxdata {
  position: absolute;
  display: block;
  background: transparent;
  left: 70px;
  top: 5px;
  bottom: 50px;
  right: 5px;
  text-align: center;
  vertical-align: middle;
}
#queryboxdata2 {
  position: absolute;
  display: block;
  background: transparent;
  left: 70px;
  top: 5px;
  bottom: 50px;
  right: 5px;
  text-align: center;
  vertical-align: middle;
}

#queryboxicon {
  position: absolute;
  display: block;
  background: transparent;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;  
}
/*
.hintText {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  background-color: #FFFFCC;
  color: #000000;
  padding: 5px;
}
.hintclas {
  background-color: #FFFFCC;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 5px;
  font-size: 12px;
}

*/
#colortable  tr:nth-child(odd) td{
  border-spacing: 0px 3px; 
  background: #AFAFAF;  
}
#colortable	tr:nth-child(even) td {
  border-spacing: 0px 3px;
  background: #BFBFBF;}
.tableheaderdiv {
  position: fixed;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid;
}
  .tableheader {
  color: black;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  background: #9F9F9F;
  padding: 5px;
}
.panel {
  width: 100%;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  padding: 1px;
  background-color: #d0d0d0;
  font-size: 14px;  
}
TR.panelcaption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #d0d0d0;
  color: rgb(11,63,133);
}
  
.cellTable {
  padding: 2px 6px 0px 6px;
}
.cellTableClick {
  width: 20px;
  padding: 2px;
  cursor: pointer;
  cursor: hand;
}
.tableData {
  text-align: center;
  font-size: 12px;
}

.editcaption {
  width: 120px;
  font-size: 12px;
  text-align: right;
  color: #000000;
  padding: 5px;
}
.editcaptiondiv {
  width: 105px;
  font-size: 12px;
  text-align: right;
  color: #000000;
  padding: 5px;
}
.editcaptionright {
  width: 180px;
  font-size: 12px;
  text-align: center;
  color: #000000;
  padding: 5px;
}
.editfield {
  width: 200px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #F1F1F1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211); 
}
.editfieldreadonly {
  width: 200px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #E3E3E3;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211); 
}
.editfieldlp {
  width: 25px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #E3E3E3;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211); 
}
.editarea {
  width: 400px;
  height: 200px;
  font-size: 14px;
  text-align: left;
  color: #000000;
  background-color: #F1F1F1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(121,158,211); 
}
.serialfield {
  position: absolute;
  display: block;
  top: 70px;
  left: 15px;
  right: 15px;
}
.generatebutton {
  position: absolute;
  display: block;
  left: 60%;
  height: 20px;
  color: #000000;
  font-weight: bold;
  border: 1px solid;
  cursor: pointer; cursor: hand;
  padding: 2px 15px 2px 15px;
  background-color: #E9E9E9;
}
.windowback {
  position: fixed;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgb(200,200,200);
  opacity:0.4;
  filter:alpha(opacity=40); 
}
.windowframe {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  background-color: #ff00ff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
background-color: #d0d0d0;
}
.windowtitle {
  position: absolute;
  display: block;
 
  width: 100%;
  height: 25px;
  padding-top: 4px;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  color: black;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000; 
}
.windowdata {
  position: absolute;
  display: block;
  width: 100%;
  top:30px;
  bottom: 30px;
  overflow: auto;
  color: #000060;
  text-align: center;
}
.windowbottom2 {
  position: absolute;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 20px;  
  color: #000000;
  padding-top: 6px;
  background-color: #e0e0e0;
  background-image: url('../images/window_caption.gif');
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #000000; 
}
.windowbutton2 {
  cursor: pointer; cursor: hand; 
  display: inline;
  position: relative;
  height: 5px;
  padding: 2px 15px 2px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background: transparent;
 }
.allarea {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.clickclosewindow {
  cursor: pointer; cursor: hand;
  position: absolute;
  display: block;
  right: 3px;
  top: 3px;
}
.waitLogs {
  position:absolute;
  top:50%;
  left:50%;
}

.inputListPopUp {
  position: absolute;
  display: block;
  top: 5px;
  left: 350px;
}
.listPopUp {
  position: absolute;
  display: block;
  top: 30px;
  right: 10px;
  width: 300px;
  height: 100px;
}
.actualdynlistTitle {
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
}
.actualdynlist {
  position: absolute;
  display: block;
  width: 300px;
  top: 30px;
  left: 10px;
}
.inputListPopUpWait {
  position: absolute;
  display: block;
  top: 5px;
  right: 50px;
}
.tdinradiocheck {
  text-align: left;
  padding-left: 18%;
}

/* Okienka do wyświetlania tabeli kart */
.editcardtopleft {
  position: absolute;
  display: block;
  overflow: auto;
  top: 22px;
  left: 10px;
  right: 5px;
  bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000; 
}
.editcardbottomleft {
  position: absolute;
  display: block;
  overflow: auto;
  top: 22px;
  bottom: 5px;
  left: 10px;
  right: 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000; 
}
.editcardtopright {
  position: absolute;
  display: block;
  overflow: auto;
  top: 22px;
  right: 10px;
  left: 5px;
  bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000; 
}
.editcardbottomright {
  position: absolute;
  display: block;
  overflow: auto;
  top: 22px;
  bottom: 5px;
  left: 5px;
  right: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
}

/* Opisy w oknie zmiany ustawień kart */
.editcardtopleftdescr {
  position: absolute;
  display: block;
  overflow: auto;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 22px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000; 
}
.editcardbottomleftdescr {
  position: absolute;
  display: block;
  overflow: auto;
  top: 50%;
  left: 0px;
  width: 50%;
  height: 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000; 
}
.editcardtoprightdescr {
  position: absolute;
  display: block;
  overflow: auto;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 22px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000; 
}
.editcardbottomrightdescr {
  position: absolute;
  display: block;
  overflow: auto;
  top: 50%;
  right: 0px;
  width: 50%;
  height: 22px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000;
}

/* okienka, okno podzielone na równe 4 czesci po 50% */
.editcardstopleft {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 50%;
  left: 0px;
  right: 50%;
}
.editcardstopright {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 50%;
  left: 50%;
  right: 0px;
}
.editcardsbottomleft {
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 50%;
}
.editcardsbottomright {
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0px;
  left: 50%;
  right: 0px;
}
