/* autocomplete */

.ui-autocomplete-input{
 width: 400px;
 height: 24px;
 padding-left: 3px;
}

/* obrazek */
a img{
  border: 0px;
}

/* tabele */
#table table{
  width: 100%;
  border: 1px solid #999999;
  padding: 0;
  border-spacing: 0;
}  


#table table td{
  border: 1px solid #999999;
  background-color: #EFEFEF;
  padding: 4px; 
  font-family: inherit;
}

#table .w{
background-color: #ffffff;
}

#table .center{
text-align: center;
}

#table .c45{
text-align: center;
width: 45px;
}
#table .c110{
text-align: center;
width: 110px;
}

#table .c160{
text-align: center;
width: 160px;
}

#table .center{
text-align: center;
}

#table .center{
text-align: center;
}

#table a{
 color: inherit;
 text-decoration: none;
}

#table a:hover{
 text-decoration: underline;
}


#table table thead td {
  background-color: #CDCDCD;
  font-size: inherit;
}

/* powrót i wiecej */
#back_link {
  padding-bottom: 20px;
}
div.wiecej{
  width: 100%;
  text-align: right;
}


/* komunikaty */
#info {
  padding: 10px;
  color: #1F3B6B;
  font-weight: bold;
  background-color: #9DBEDD;
  border: 1px solid #1F3B6B;  
}

#info_error {
  padding: 10px;
  color: #CC0000;
  font-weight: bold;
  background-color: #FFDD3F;
  border: 1px solid #CC0000;
}

.info2 {
  padding: 10px;
  color: #1F3B6B;
  font-weight: bold;
  background-color: #9DBEDD;
  border: 1px solid #1F3B6B;  
}

.info2_error {
  padding: 10px;
  color: #CC0000;
  font-weight: bold;
  background-color: #FFDD3F;
  border: 1px solid #CC0000;
}



/* paginacja */
div.pagelist{
  width: 400px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}

div.pagelist ul li{
 margin: 0; padding: 0; list-style: none;
 display:inline-block;
 width: 20px;
 text-align: center;
}

div.pagelist a {
  font-size: inherit;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display:block;
}

div.pagelist a.active{
  color: #f00;
}


/* link aktualnosci */
a.akt {
  background:  url(../images/link.jpg) no-repeat bottom left ; 
  color: #606060;
  font-size: 12px;
  text-decoration: none;
  padding-left: 15px;
}

a.akt:hover {
  text-decoration: underline;
}


#gallery a{
float: left;
display: block;
text-align: center;
border: 0;
width: 176px;
text-decoration: none;
margin-bottom: 10px;
} 

#gallery img{
width: 170px;
border: solid 1px #313131;
}
