@charset "utf-8";

.centered {
  text-align: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.text-highlight {
  color: #D95641;
  font-weight: bold;
}

.printed_line {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  color: black;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 3px;
  position: relative;
  display: inline;
  margin-bottom: 5px;
}

.footnote {
  border-top: 1px solid silver;
  font-size: 9px;
  text-align: left;
  vertical-align: top;
  height: 35px;
  color: #808080;
  width: 200px;
  display: block;
  margin-top: 5px;
}

.hint{
  width: 320px;
  padding: 5px;
  background-color: #FF9;
  border: 1px solid #FA0;
  display: none;
  font-size: 11px;
  position: absolute;
  left: 210px;
  z-index: 10;
}

body{
	padding:0;
	margin:0;
	background:#FFF;
	font-family: sans-serif, verdana, Arial;
	font-size: small;
}

h1, h2, h3, h4 {
  padding: 5px 5px 5px 0px;
  line-height: 120%;
  margin: 0;
  color: #f5a72b;
}

#main_containter{
	width:980px;
	margin:0px auto;
	text-align:left;
	border: none;
	background: #FFF;
	padding: 0;
}

#up {
  background-image: url(images/top_background.jpg);
  background-position: top;
  background-repeat: repeat-x;
  border-left: 2px solid #478F24;
  border-right: 2px solid #478F24;
}

.clear {
  clear: both;
}

#up-bar-top {
  font-size: 9px;
  padding: 5px;
  text-align: right;
  color: #CCC;
  float: right;
  width: 665px;
  overflow: auto;
}

#up-bar-top div {
  width: 47px;
  text-align: center;
  float: left;
}

#up-bar-top a {
  text-decoration: none;
  font-weight: normal;
  color: #CCC;
}

#up-bar-top a.current-lang {
  color: #000;
}


#footer {
  background-image: url(images/bottom_background.jpg);
  font-size: 10px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #EFEFFF;
	height: 90px;
	width: 782px;
	float: left;
	border-top: 5px solid #b0b0b0;
}

#footer-bar-up {
  height: 5px;
  font-size: 1px;
  display: none;
}

#footer-center {
  color: #777;
}

#footer-center a {
  color: #888
}

.left{
  float:right;
	width:170px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
	font-size:12px;
}

.left > div {
  color:#67645A;  
  border: 1px solid #CCC;
  padding: 3px;
  margin-bottom: 10px;
}

.main-content
{
  float: left;
  width: 790px;
  margin-bottom: 10px;
	font-size: 12px;
	color:#67645A;
	border: 1px solid #CCC;
  padding: 5px;
}

.info-base {
  margin: 5px;
  padding: 0;
  padding-left: 40px;
  min-height: 30px;
  background-image: url(/images/info-base.png);
  background-repeat: no-repeat;
  overflow: auto;
}

.info-warning {
  margin: 5px;
  padding: 0;
  padding-left: 40px;
  min-height: 30px;
  background-image: url(/images/info-warning.png);
  background-repeat: no-repeat;
  overflow: auto;
}

.info-critical {
  margin: 5px;
  padding: 0;
  padding-left: 40px;
  min-height: 30px;
  background-image: url(/images/info-critical.png);
  background-repeat: no-repeat;
  overflow: auto;
}

.message{
  border: 1px solid #EEE;
  overflow: auto;
}

.header {
  margin-bottom: 5px;
  background: #E6E6E6 url(images/609c26_500x100_textures_12_gloss_wave_50.png) repeat-x scroll 0 50% ;
}

.header h1, .header h2, .header h3, .header h4{
  color: #f0f0f0;
  padding: 8px;
  margin: 0;
  font-weight: bold;
}


.objasnienia {
  float:right; 
  width:200px; 
  padding:10px;
  padding-top:0px;
  margin-bottom:10px;
  margin-top:5px;
  margin-right:0px;
  margin-left:0px;
  font-size:11px;
}

.objasnienia h4{
  padding-top:5px;
  margin-top:0px;
}

.tekst{
  color:#3D3D3D;
  font-size:12px;
}
.notka{
  color:#7D7D7D;
  font-size:10px;
}

.edycja{
  color:#3D3D3D;
  font-size:13px;
}

.error{
  color:#C00000;
  font-size: 10px;
}
.main_text {
  width: 610px;
  background: white;
  margin:0;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 12px;
  float: right;
 }

a{
	color:#60b0cc;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration:none;
}

#main-menu-holder {
  font-size: 15px;
  text-align: center;
  clear: both;
}

#main-menu-holder img {
  vertical-align: middle;
  padding: 5px;
  border: none;
}

#main-menu-holder a:hover {
  color: #FFF;
	background:#66cc33;  
}

#main-menu-holder a {
  color: white;  
  background: #478F24;
  width: 186px;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  float: left;
  display: block;
}

.youarehere {
  padding: 5px;
  color: #BBB;
}

.parametry>div {
  padding: 2px;
}
.parametry>div>span{
  width: 150px;
  float: left;
}

.index-image {
  margin: 10px;
  clear: both;
}

.index-image img{
  margin: 20px;
  margin-top: 0;
  float: right;
}

#menu-boczne {
  padding: 10px;
  padding-top: 0;
}

#menu-boczne a {
  display: block;
  padding: 3px;
  padding-left: 20px;
}

#menu-boczne a:hover {
  text-decoration: none;
}

#menu-boczne a.selected {
  background-image: url(images/active.png);
  background-repeat: no-repeat;
  background-position: left;
}

span.user-info {
  color:#60a3d7;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#user-info-panel {
	z-index: 1000000;
	min-height: 100px;
	min-width: 250px;
	background: #EEE;
	border: 5px solid #DDD;
	padding: 10px;
	font-weight: bold;
}

#user-info-panel span {
  display: block;
  float: left;
  width: 120px;
  font-weight: normal;
}

#user-info-panel>div{
  clear: both; 
}

#user-info-panel img {
  vertical-align: top;
}

.useravatar {
  border: 1px solid #AAA;
  padding: 3px;
  background: #FFF;
}

.paypal {
  min-height: 64px;
}

.reklamy-gora {
  padding: 5px;
  margin-bottom: 5px;
	border: 1px solid #CCC;
	text-align: center;
	width: 790px;
	height: 125px;
}

#up-logo {
  float: left;
  text-align: center;
  padding-top: 10px;
}

#czat {
  background: #eee;
  border: 3px solid #ccc;
  padding: 5px; 
  width: 700px;
  z-index: 1;
  overflow: hidden;
}

#czat .header {
  cursor: move; 
}

#czat input[type=button] {
  width: 100px; 
}

#czat input {
  width: 490px; 
}


#czat-list {
  height: 300px;
  overflow: scroll; 
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}

#czat-minmax {
  cursor: pointer;
  float: right;
}

#czat-list img {
  float: left;
  clear: left;
  margin: 5px;
}

.czat-item {
  clear: both;
  margin-top: 5px;
  border-top: 1px solid #CCC;
  color: #CCC;
  text-decoration: none;
}  

.chat-text {
  color: #000;
}

#czat-user-list {
  overflow: scroll; 
  height: 300px;
  border: 1px solid #ccc;
  float: right;
  padding: 5px;
}

.zmiana {
  padding: 3px;
}


.error-description {
  border: 1px solid #CAA;
  background-color: #FDD;
  padding: 10px;
  width: 350px; 
}                          

.panel {
  text-align: center;
  margin: 100px 10px 100px 10px;
}