a.panelLink {
  display: block;
}

.clear {
  clear: both;
}

.link {
    display: block;
}

#kredytPanel {
  background: url(/img/kredyt.png) no-repeat center center;
  width: 369px;
  height: 441px;
  float: left;
  display: block;
}

#leasingPanel {
  background: url(/img/leasing.png) no-repeat center center;
  width: 355px;
  height: 441px;
  float: right;  
  display: block;
}

.panel {
  display: block;
  color: white;
  width: 159px;
  height: 200px;
  margin-top: 30px;
}

.panel#refinansowaniePanel {
  background: url(/img/refinansowanie.png) no-repeat center center;
  margin-left: 12px;
  margin-right: 39px;
  float: left;
}

.panel#gotowkaPanel {
  background: url(/img/gotowka.png) no-repeat center center;
  float: left;
}

.panel#konsolidacjaPanel {
    background: url(/img/konsolidacja.png) no-repeat center center;
    float: right;
}

.panel#inwestycjaPanel {
    background: url(/img/inwestycja.png) no-repeat center center;
    margin-left: 37px;
    float: right;
}


.panel:hover {
  cursor: pointer;
}

.panel .hd {
  background: url(/img/panel/panel_top_right.png) no-repeat top right;
  padding: 10px 15px 5px 15px;
}

.panel .bd {
  background: url(/img/panel/panel_right_edge.png) repeat-y top right;
  padding: 5px 15px;
}

.panel .ftWrapper {
  background: url(/img/panel/panel_bottom_left.png) no-repeat bottom left;
  padding: 0 0 0 15px;
}

.panel .ftWrapper .ft {
  background: url(/img/panel/panel_bottom_right.png) no-repeat bottom right;
  padding: 5px 15px 10px 0;
}

.panel .ftWrapper .ft.socked {
  height: 42px;
  position: relative;
  background: url(/img/panel/panel_bottom_right_socked.png) no-repeat bottom right;
  padding: 5px 0 0 5px;
}

#adsense {
  margin-top: 10px;
  text-align: center;
  width: 950px;
  height: 90px; 
}

#tabbar {
  padding-left: 5px;
}

#tabbar .yui-content {
  border-top-color: #4469a3; 
  background-color: #ffffff;
}

#tabbar .yui-nav {
  border-color: #4469a3;
  font-family: "Trebuchet Ms";
}

#tabbar .yui-nav li a em {
  color: black;
}
	

#tabbar .yui-nav .selected a {
  border-color: #4469a3;
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a em {
  color: white;
}

#tabbar .yui-nav .selected a:hover {
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a:focus {
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a em {
  border-color: #4469a3;
  background-color: #4469a3;
}

table.basic {
  border-collapse: collapse;
  font-size: 12px;
}

table.basic tbody tr.even {
  background-color: #d2d2d2;
}

table.basic thead {
  background-color: #4469a3;
  font-family: 'trebuchet ms';
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-color: white;
}

table.basic thead td {
  border-color: white;
}

table.basic tbody {
  border: 1px solid white;
}

table.basic tbody td {
  border-top: 0;
  border-bottom: 0;
  border-color: white;
}

table .empty {
  border: 0px;
  background-color: white;
}

table td.currency {
  text-align: right;	
}

div.clear {
  float: none;
  clear: both;
}

div.wallpaper {
  font-size: 12px;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

div.wallpaper a {
  font-size: 10px;
}

img.warning {
  vertical-align: middle;
}

p.warning {
  padding-left: 20px;
  background: url(/img/warning.gif) no-repeat;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px
}

fieldset { padding: 10px; }
form label { display: block; padding: 2px 0; float: left; width: 200px; font-weight: bold; }
form input.text, form input.select { float: left; padding: 2px; font-family: inherit; font-size: inherit; margin-right: 10px; }
form .field { padding-bottom: 10px; clear: both; }
form .error { font-size: 12px; font-style: italic; margin-left: 200px; color: #B11800; clear: both; }
form .error ul { margin: 0; list-style-type: none;}
form .error ul li { list-style-type: none; }

.failure { padding: 10px; color: white; font-weight: bold; background-color: #B11800; margin-bottom: 10px; }
.success { padding: 10px; font-weight: bold; background-color: #FFE45C; margin-bottom: 10px; border: 1px solid #FED22F; }
