/**
*   @version $Id: styl.css 187 2007-08-29 09:19:57Z piotrj $
*/
.mainBody {
	background-image: url( '/images/default/bg_main.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.mainBody2 {
	background-image: url( '/images/default/bg_subpage.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.horizLine {
	background-image: url( '/images/default/img_line3.gif' );
	background-position: top right;
	background-repeat: repeat-y;
}

.headLineDiv {
	background-image: url( '/images/default/img_head.gif' );
	background-position: right 50px;
	background-repeat: no-repeat;
}

.redButton {
	height: 19px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url( '/images/default/bt_bg1.gif' );
	background-position: top right;
	background-repeat: repeat-x;
	color: #ffffff;
	cursor: pointer;
	float: left;
}

.mainBodyPopup {
	padding: 10px;
}

.btnMiddle {
	height: 16px;
	background-image: url( '/images/default/bt_bg_m.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.btnLeft {
	height: 16px;
	padding-left: 10px;
	background-image: url( '/images/default/bt_bg_l.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRight {
	height: 16px;
	padding-right: 10px;
	background-image: url( '/images/default/bt_bg_r.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
	white-space: nowrap;
}

.leftTextStyle {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.rightTextStyle {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.headerOuterStyle {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #cccccc;
}

.footerOuterStyle {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	border-top: 2px dotted #cccccc;
}

.bottomMenuBackgroundRightEndStyle {
	background-color: #455A83;
	background-image: url( '/images/default/bg_stopka_1_r.gif' );
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bottomMenuBackgroundLeftEndStyle {
	width: 735px;
	background-image: url( '/images/default/bg_stopka_1_l.gif' );
	background-repeat: no-repeat;
	background-position: bottom left;
}

.mainDiv {
	min-width: 940px;
	max-width: 940px;
	width: auto !important;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.mainDivMid {
	clear: both;
	min-width: 940px;
	max-width: 940px;
	width: auto !important;
	width: 940px;
	margin: 0 auto;
	margin-top: 1px;
	text-align: left;
}

.mainDivMid100 {
	width: 100%;
	text-align: center;
	background-color: #182837;
	background-image: url( '/images/default/bg_page.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

.mainDivBot {
	clear: both;
	min-width: 940px;
	max-width: 940px;
	width: auto !important;
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	background-color: #000000;
	background-image: url( '/images/default/img_footer.gif' );
	background-repeat: no-repeat;
	background-position: top right;
}

.mainDivBot100 {
	width: 100%;
	text-align: center;
	background-color: #000000;
}

.mainDivError {
	background-color: #182837;
	min-width: 500px;
	max-width: 500px;
	width: auto !important;
	width: 500px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
}

.header {}

.tableHeaderGroup {
	display: table-header-group;
	margin: auto;
}

.normal {
	width: auto;
	margin: 0;
	text-align: left;
	float: none;
}

.footer {
	clear: both;
}

.divTabLeft {
	float: left;
	width: 175px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideLeft {
	padding-left: 15px;
	padding-right: 15px;
}

.divTabCenter {
	float: left;
	width: 400px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideCenter {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #cccccc;
}

.divTabRight {
	float: left;
	width: 175px;
	overflow: hidden;
	background-color: #ffffff;
}

.divInsideRight {
	padding-left: 15px;
	padding-right: 15px;
}

.catTabOn {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #993366;
	text-decoration: none;
	background-color: #ffffff;
	height: 20px;
	margin-right: 1px;
}

.catTabOff {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #142a3b;
	text-decoration: none;
	background: none;
	height: 20px;
	margin-right: 1px;
}

.catTabOffOver {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	font-weight: normal;
	color: #993366;
	text-decoration: none;
	background: none;
	height: 20px;
	margin-right: 1px;
}

input.checkbox {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input.file {
	height: 20px;
	border: 0px;
	background-color: #585757;
	color: #ffffff;
	margin: 0px;
}

div.sliderDiv {
	display: none;
}

.pathDiv {
	clear: both;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6B6D70;
	white-space: nowrap;
}

.footerLeftLinks {
	float: left;
	text-align: left;
	color: #999999;
	font-size: 10px;
	padding-left: 15px;
	white-space: nowrap;
}

.footerRightLinks {
	float: right;
	text-align: right;
	font-size: 10px;
	padding-right: 15px;
	white-space: nowrap;
}

.leftMenuDotSeparator {
	height: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7c94a5;
}

.leftMenuTextSeparator {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #7c94a5;
	text-align: center;
}

*.rf11 {
	font-size: 11px;
}

*.rf12 {
	font-size: 12px;
}

*.rf14 {
	font-size: 14px;
}

.gMapStyle {
	border-top: 1px solid #496172;
	border-left: 1px solid #496172;
	border-bottom: 1px solid #7c94a5;
	border-right: 1px solid #7c94a5;
}

img.mainImgOff {
	border: 5px solid #404F5D;
}

img.mainImgOn {
	border: 5px solid #65727F;
}

.patronsDiv {
	clear: both;
	border-top: 1px solid #363535;
	height: 38px;
	padding: 20px;
	padding-left: 40px;
}

.copyrightDiv {
	clear: both;
	background-image: url( '/images/default/img_line2.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	padding: 20px;
	text-transform: uppercase;
	color: #989B9F;
	text-align: center;
}

.newsRowOff {
	padding: 20px;
	background-color: #2C3C4B;
	margin-bottom: 1px;
}

.newsRowOn {
	padding: 20px;
	background-color: #3C4F61;
	margin-bottom: 1px;
}

.newsGroupOff {
	padding: 15px;
	background: none;
	color: #ffffff;
	cursor: pointer;
}

.newsGroupOn {
	padding: 15px;
	background-color: #CF363B;
	color: #ffffff;
	cursor: pointer;
}

.newsGroupHead {
	padding: 13px;
	padding-left: 0px;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

.newsGroupLine {
	padding-bottom: 1px;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

.newsGroupLineTop {
	padding-top: 1px;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

.chosenTitle {
	clear: both;
	padding: 20px;
	background-color: #2C3C4B;
	border-top: 1px solid #3C4F61;
}

.docText {
	clear: both;
	padding: 20px;
	background-color: #ffffff;
}

input.textInput {
	height: 37px;
	padding-top: 8px;
	border: 0px;
	background-color: #585757;
	font-size: 18px;
	font-weight: normal;
	color: #D9D9D9;
	margin: 0px;
	padding-left: 5px;
}

textarea.areaText {
	border: 0px;
	background-color: #585757;
	font-size: 12px;
	font-weight: normal;
	color: #D9D9D9;
	margin: 0px;
	padding-left: 5px;
}

.seminaryRow {
	clear: both;
	margin-top: 1px;
	width: 620px;
	overflow: hidden;
}

.seminaryInside {
	clear: both;
	width: 500px;
	padding: 10px;
	padding-left: 100px;
	/*display: none;*/
}

.exGroupHead {
	padding: 13px;
	padding-left: 0px;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-left: 20px;
}

.exRow1Off {
	clear: both;
	padding: 20px;
	background-color: #00A48B;
	margin-bottom: 1px;
}

.exRow1On {
	clear: both;
	padding: 20px;
	background-color: #009982;
	margin-bottom: 1px;
}

.exRow2Off {
	clear: both;
	padding: 20px;
	background-color: #447BB3;
	margin-bottom: 1px;
}

.exRow2On {
	clear: both;
	padding: 20px;
	background-color: #3f73a7;
	margin-bottom: 1px;
}

.exRow3Off {
	clear: both;
	padding: 20px;
	background-color: #003C6E;
	margin-bottom: 1px;
}

.exRow3On {
	clear: both;
	padding: 20px;
	background-color: #003867;
	margin-bottom: 1px;
}

.exRow4Off {
	clear: both;
	padding: 20px;
	background-color: #005438;
	margin-bottom: 1px;
}

.exRow4On {
	clear: both;
	padding: 20px;
	background-color: #006946;
	margin-bottom: 1px;
}

img.exImg {
	border: 5px solid #ffffff;
}

.searchPanel {
	padding-bottom: 20px;
	background-image: url( '/images/default/img_line1.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

.chosenTitle1 {
	clear: both;
	padding: 20px;
	background-color: #00A48B;
	border-top: 1px solid #009982;
}

.chosenTitle2 {
	clear: both;
	padding: 20px;
	background-color: #447BB3;
	border-top: 1px solid #3f73a7;
}

.chosenTitle3 {
	clear: both;
	padding: 20px;
	background-color: #003C6E;
	border-top: 1px solid #003867;
}

.chosenTitle4 {
	clear: both;
	padding: 20px;
	background-color: #005438;
	border-top: 1px solid #007a51;
}

.catRightColLink {
	height: 45px;
	display: block;
	padding-left: 15px;
	background-image: url( '/images/default/bt_bg2.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}


