@charset "iso-8859-2";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 11px;
	color: #0C3A6D;
	height: 100%;
	margin: 0;
	vertical-align: top;
	background: url('../images/bkg_top.jpg') repeat-x top;
	text-align: center;
}

a{
	color: #0C3A6D;
}	

html{
  height: 100%;
  width: 100%;
}

#logoLink{
	display:block;
	width: 155px;
	height: 72px;
	position: relative;
	top: 34px;
	left: 36px;
}

.top_title{
	position: relative;
	width: 100%;
	text-align: center;
}

.site{
	width:848px;
	padding-top: 18px;
	padding-bottom: 37px;
	margin: 0 auto;
	background: url('../images/bkg_bottom.jpg') no-repeat bottom;
}

.mainSpace{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #ffffff;
}

.logoSpace{
	width:800px;
	height: 184px;
	background: url('../images/top.jpg') no-repeat center;
}

.mainTable{
	padding: 0px 15px 0px 15px;
}

.belkaShort{
	color: #0C3A6D;
	padding-left: 20px;
	height: 24px;
	width: 138px;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
	background: url('../images/belka_short.jpg') no-repeat left;
}

.belkaShort h1{
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
}

.belkaLong{
	color: #0C3A6D;
	padding-left: 20px;
	height: 24px;
	width: 576px;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
	background: url('../images/belka_long.jpg') no-repeat left;
}

.belkaLong h1{
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
}

.belkaLong h2{
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
}

.rightSide{
	float: right;
	margin-left: 14px;
	width: 596px;
	height: inherit;
}

.leftSide{
	width: 158px;
}

.leftMenu ul{
	list-style-type: none;
	padding-left: 21px;
	margin: 0px;
}

.leftMenu li{
	line-height: 20px;
	color: #0C3A6D;
	border-bottom:dashed 1px;
	margin-top:5px;
	
}

.leftMenu li a{
	text-decoration: none;
	color: #0C3A6D;
}

.leftSpacer{
	height: 15px;
}

.footer{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.footer ul{
	list-style-type: none;
	margin: 0px;
}

.footer li{
	color: #86A1BF;
	display: inline;
	padding: 0px 5px;
}

.footer li a{
	color: #86A1BF;
	text-decoration: none;
}

.content{
	padding: 10px 15px;
}

.szkolenieTitle{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

.tabelaZgloszenia{
	font-size: 11px;
}

.tabelaZgloszenia .formLabel{
	width: 200px;
	height: 20px;
}

.tabelaZgloszenia input{
	width: 250px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #dadada;
	background: #fcfcfc;
}

.tabelaZgloszenia input.err{
	width: 250px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #fcb3b3;
	background: #ffefed;
}

.tabelaZgloszenia select{
	width: 250px;
	height: 20px;
	font-size: 11px;
	border: 1px solid #dadada;
	background: #fcfcfc;
}

.tabelaZgloszenia select.err{
	width: 250px;
	height: 20px;
	font-size: 11px;
	border: 1px solid #fcb3b3;
	background: #ffefed;
}

.tabelaZgloszenia textarea{
	width: 250px;
	height: 70px;
	font-size: 11px;
	border: 1px solid #dadada;
	background: #fcfcfc;
}

.tabelaZgloszenia .formRedComment{
	color: red;
	font-size: 9px;
	text-align: top;
}

.tabelaZgloszenia .formHeader{
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
}

.zgloszenieButton{
  display: block;
  width: 76px;
  height: 24px;
  background: url('../images/zglos_sie.jpg') no-repeat left;
}

.currPage{
  padding: 3px;
  margin: 3px;
  width: 20px;
  background: #dfdfdf;
  color: #4c5978;
  text-align: center;
  vertical-align: middle;
}

.othPage{
  padding: 3px;
  margin: 3px;
  width: 20px;
  background: #4c5978;
  color: #dfdfdf;
  text-align: center;
  vertical-align: middle;
}

.othPage a{
  color: #dfdfdf;
  text-decoration: none;
}