/**
*   @version $Id: styl.css 38 2008-04-10 14:20:11Z paulinad $
*/
.mainBody {
	text-align: center;
	margin: 0px;
	background-image: url( '/images/skin1/bg.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.blogBody {
	text-align: center;
	margin: 0px;
}

.subpageBody {
	text-align: center;
	margin: 0px;
	background-image: url( '/images/skin1/bg_sub.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.mainDiv {
	width: 100%;
	margin: 0;
	text-align: center;
}

.bottomDiv {
	width: 100%;
	margin: 0;
	text-align: center;
}

.skinDiv { /* SKIN */
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: #435359;
}

.centerDiv {
	/*to dla wycentowania elementu:*/
	min-width: 950px;
	max-width: 950px;
	width: auto !important;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*** error page ***/
.errorPageMainBody {
	text-align: center;
	margin: 0px;
	background-color: #ffffff;
}
.errorPageCenterDiv {
	/*to dla wycentowania elementu:*/
	min-width: 525px;
	max-width: 525px;
	width: auto !important;
	width: 525px;
	margin: 0 auto;
	text-align: left;
}

/*** summary na dole ***/
.summaryTopOuterDiv {
	width: 100%;
	background-color: #f9f9f1;
	text-align: center;
	background-image: url( '/images/skin1/bg_footer_top.gif' );
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
}

.summaryBottomClear {
	height: 92px;
	background-image: url( '/images/skin1/bg_stopka_sub.jpg' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.summaryOuterDiv {
	width: 100%;
	background-color: #f9f9f1;
	background-image: url( '/images/skin1/bg_footer_bot.gif' );
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

/***** top menu lvl I *****/

.topMenuBg0 { /* top menu lvl I */
	background: none;
}

.topMenuBg1 { /* top menu lvl I */
	background-image: url( '/images/skin1/bg_menu_a.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.topMenuBg2 { /* top menu lvl I */
	background-image: url( '/images/skin1/bg_menu_on.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.topMenu { /* top menu lvl I */
	/*font-family: palatino linotype;*/
	font-size: 12px;/*14px;*/
	font-weight: bold;
	color: #000000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 30px;
}

.topMenuBg2 .topMenu { /* top menu lvl I */
	color: #ffffff ;
}

/***** top menu lvl II *****/

.topSubMenuBgOuterStyle { /* top menu lvl II */
	padding-top: 1px;
	clear: both;
}

.topSubMenuBgInnerStyle { /* top menu lvl II */
	height: 40px;
	background-image: url( '/images/skin1/bg_submenu.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

.topSubMenuBgFirst { /* top menu lvl II */
	height: 40px;
	float: left;
	cursor: pointer;
	padding-left: 2px;
	background-image: url( '/images/skin1/bg_submenu_sep.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.topSubMenuBgSep { /* top menu lvl II */
	height: 40px;
	float: left;
	cursor: pointer;
	padding-right: 2px;
	background-image: url( '/images/skin1/bg_submenu_sep.gif' );
	background-position: top right;
	background-repeat: no-repeat;
}

.topSubMenuBg0 { /* top menu lvl II */
	height: 40px;
	background: none;
}

.topSubMenuBg1 { /* top menu lvl II */
	height: 40px;
	background-image: url( '/images/skin1/bg_submenu_a.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.topSubMenuBg2 { /* top menu lvl II */
	height: 40px;
	background-image: url( '/images/skin1/bg_submenu_a.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.topSubMenu { /* top menu lvl II */
	/*font-family: palatino linotype;*/
	font-size: 12px;/*14px;*/
	font-weight: normal;
	color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
}

.topSubMenuBg2 .topSubMenu { /* top menu lvl II */
	font-weight: bold;
}

/**** main page tab styles ****/

.tabSwither {
	height: 30px;
	text-align: center;
	background-image: url('/images/skin1/bg_tab.gif');
	cursor: pointer;
	color: #9b7a18;
	font-weight: normal;
}

.tabSwither_a {
	height: 30px;
	text-align: center;
	background-image: url('/images/skin1/bg_tab.gif');
	cursor: pointer;
	color: #ad4a17;
	font-weight: bold;
}

.tabSwither_a1 {
	height: 30px;
	text-align: center;
	background-image: url('/images/skin1/bg_tab_a.gif');
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}

.tabSwitherTitle {
	font-size: 12px;
	color: #9b7a18;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

.tabSwither_a .tabSwitherTitle {
	color: #ad4a17;
}

.tabSwither_a1 .tabSwitherTitle {
	color: #ffffff;
	font-weight: bold;
}

/**** page title styles ****/

.titleOuterStyle { /* page title styles */
	height: 83px;
}

.titleMultimediaStyle_ekartki { /* page title styles */
	height: 82px;
	padding-left: 40px;
	background-image: url( '/images/skin1/ico_ekartki.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleMultimediaStyle_quizy { /* page title styles */
	height: 82px;
	padding-left: 40px;
	background-image: url( '/images/skin1/ico_quiz.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleMultimediaStyle_gry { /* page title styles */
	height: 82px;
	padding-left: 40px;
	background-image: url( '/images/skin1/ico_gry.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleMultimediaStyle_puzzle { /* page title styles */
	height: 82px;
	padding-left: 40px;
	background-image: url( '/images/skin1/ico_puzlle.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleMultimediaStyle_kolorowanki { /* page title styles */
	height: 82px;
	padding-left: 40px;
	background-image: url( '/images/skin1/ico_kolorowanki.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleStyle { /* page title styles */
	padding-top: 23px;
}

.titleButtonsStyle { /* page title styles */
	float: right;
	padding-top: 35px;
	width: 40px;
	text-align: left;
}

.titleOuterStyleBlog .titleOuterStyle {
	height: auto;
}

.titleOuterStyleBlog .titleStyle {
	padding-top: 10px;
}

.titleOuterStyleBlog .titleButtonsStyle {
	padding-top: 12px;
}

/**** gallery title styles ****/

.titleGalleryOuter {}
.titleGalleryOuter_a {}
.titleGalleryOuter2 {}

.titleGalleryBgStyle { /* gallery title styles */
	cursor: pointer;
	height: 64px;
	width: 255px;
	background-image: url( '/images/skin1/bg_tabbig.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleGalleryOuter2 .titleGalleryBgStyle { /* gallery title styles */
	background-image: url( '/images/skin1/bg_tabbig_a.gif' );
}

.titleGalleryStyle { /* gallery title styles */
	/*font-family: palatino linotype;*/
	font-size: 18px;
	color: #9b7a18;
	text-align: center;
	padding-top: 15px;
}

.titleGalleryOuter_a .titleGalleryStyle {
	color: #ad4a17;
}

.titleGalleryOuter2 .titleGalleryStyle {
	color: #d5ff00;
}

/**** rankings subtitle styles ****/

.titleRankingsOuter {}
.titleRankingsOuter_a {}
.titleRankingsOuter2 {}

.titleRankingsBgStyle { /* rankings subtitle styles */
	cursor: pointer;
	height: 43px;
	width: 100px;
	background-image: url( '/images/skin1/bg_tab_rank.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleRankingsOuter2 .titleRankingsBgStyle { /* rankings subtitle styles */
	background-image: url( '/images/skin1/bg_tab_rank_a.gif' );
}

.titleRankingsStyle { /* rankings subtitle styles */
	/*font-family: palatino linotype;*/
	font-size: 12px;/*14px;*/
	font-weight: bold;
	color: #9b7a18;
	text-align: center;
	padding-top: 12px;/*10px;*/
}

.titleRankingsOuter_a .titleRankingsStyle { /* rankings subtitle styles */
	color: #ad4a17;
}

.titleRankingsOuter2 .titleRankingsStyle { /* rankings subtitle styles */
	color: #d5ff00;
}

/**** messages subtitle styles ****/

.titleMessagesOuter {}
.titleMessagesOuter_a {}
.titleMessagesOuter2 {}

.titleMessagesBgStyle { /* messages subtitle styles */
	cursor: pointer;
	height: 43px;
	width: 308px;
	background-image: url( '/images/skin1/bg_panelmail.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.titleMessagesOuter2 .titleMessagesBgStyle { /* messages subtitle styles */
	background-image: url( '/images/skin1/bg_panelmail_a.gif' );
}

.titleMessagesStyle { /* messages subtitle styles */
	/*font-family: palatino linotype;*/
	font-size: 12px;/*14px;*/
	font-weight: bold;
	color: #9b7a18;
	text-align: center;
	padding-top: 12px;/*10px;*/
}

.titleMessagesOuter_a .titleMessagesStyle { /* messages subtitle styles */
	color: #ad4a17;
}

.titleMessagesOuter2 .titleMessagesStyle { /* messages subtitle styles */
	color: #d5ff00;
}


.searchTopStyle {
	padding-top: 45px;
}

.searchTopInputDivStyle {
	background-image: url( '/images/skin1/bg_input.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	width: 170px;
	height: 30px;
}

input.inputTopSearch {
	background: none;
	border-width: 0px;
	height: 19px;
	width: 160px;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 3px;
}

.btnMiddle {
	height: 22px;
	background-image: url( '/images/skin1/bg_bt_m.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.btnMiddle_a {
	height: 22px;
	background-image: url( '/images/skin1/bg_bt_m_a.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.btnLeft {
	height: 22px;
	padding-left: 6px;
	background-image: url( '/images/skin1/bg_bt_lr.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: auto;
}

.btnRight {
	height: 22px;
	font-size: 11px;
	padding-right: 6px;
	padding-top: 2px;
	background-image: url( '/images/skin1/bg_bt_lr.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: auto;
	white-space: nowrap;
}

.btnBreak {
	width: 2px;
	height: 22px;
	font-size: 0px;
}

/***  'buttony' picture page i inne  ***/

.btnPicOuter { /* picture page i inne */
	border: 1px solid #787e80;
	cursor: pointer;
}

.btnPicOuter_a { /* picture page i inne */
	border: 1px solid #787e80;
	cursor: pointer;
}

.btnPicInner { /* picture page i inne */
	height: 39px;
	background-image: url( '/images/skin1/bg_head.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.btnPicPadd { /* picture page i inne */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	line-height: 115%;
}

.btnPicText { /* picture page i inne */
	font-size: 11px;
	font-weight: bold;
	color: #9b7a18;
	text-decoration: none;
	line-height: 115%;
}

.btnPicOuter_a .btnPicText { /* picture page i inne */
	color: #ad4a17;
}

.leftTextStyle { /* ? */
	padding-left: 10px;
}

.rightTextStyle {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #c1c1c1;
}

.headerOuterStyle {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.headerInnerStyle {
	padding-bottom: 5px;
}

.footerOuterStyle {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.footerInnerStyle {
	padding-top: 10px;
	border-top: 1px solid #787e80;
}

.footerOuterStyleDoc {
	padding-left: 10px;
	padding-right: 10px;
}

.footerInnerStyleDoc {
	padding-top: 10px;
}

.header {}

input.checkbox {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

iframe.wysiwyg {
	display: inline; 
	padding: 0px;
	margin: 0px;
	background-color: #768285; 
	border: 1px solid #6f7b7a;
}

/*** comment page ***/
.commentDiv {
	border-top: 1px solid #787e80;
}

.commentNoCommentDiv {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.commentPaddinger {
	clear: both;
	height: 15px;
	font-size: 0px;
}

.commentPaddingerBot {
	clear: both;
	height: 5px;
	font-size: 0px;
}

.commentFieldOuterDiv {
	width: 620px;
	height: 196px;
	background-image: url( '/images/skin1/bg_comment.gif' );
	background-repeat: no-repeat;
	background-position: top left;
}

.commentFieldInnerDiv {
	padding-top: 10px;
	padding-left: 30px;
}

.commentCytatDiv {
	color: #787e80;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.commentCytatColor {
	color: #787e80;
}


/****  MULTIMEDIA  ****/

.multimediaOuterDiv {
	background-image: url( '/images/skin1/bg_panel_mid.gif' );
	background-repeat: repeat-y;
	background-position: top left;
}

.multimediaOuterTopDiv {
	background-image: url( '/images/skin1/bg_panel_top.gif' );
	background-repeat: no-repeat;
	background-position: top left;
}

.multimediaOuterBottomDiv {
	background-image: url( '/images/skin1/bg_panel_bot.gif' );
	background-repeat: no-repeat;
	background-position: bottom left;
}

/****  error box  ****/

.alertDivOuterStyle0 { /* error box */
	border: 1px solid #787e80;
	background-color: #74858b;
	background-image: url( '/images/skin1/ico_ok.gif' );
	background-repeat: no-repeat;
	background-position: 19px 14px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 55px;
	padding-right: 20px;
}

.alertDivOuterStyle1 { /* error box */
	border: 1px solid #787e80;
	background-color: #caa0b3;
	background-image: url( '/images/skin1/ico_error.gif' );
	background-repeat: no-repeat;
	background-position: 19px 14px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 55px;
	padding-right: 20px;
}

.alertDivInnerStyle { /* error box */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.alertDivInnerStyleAdd { /* error box */
	padding-top: 25px;
	text-align: center;
}

/* btn o stalej szerokosci */
.staticBtnMiddle {
	height: 22px;
	background-image: url( '/images/skin1/bg_bt_m.gif' );
	background-position: top left;
	background-repeat: repeat-x;
	min-width: 200px;
	max-width: 200px;
	width: auto !important;
	width: 200px;
	margin: 0 auto;
}

.staticBtnLeft {
	height: 22px;
	padding-left: 6px;
	background-image: url( '/images/skin1/bg_bt_lr.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

.staticBtnRight {
	height: 22px;
	padding-right: 6px;
	background-image: url( '/images/skin1/bg_bt_lr.gif' );
	background-position: top right;
	background-repeat: no-repeat;
}

.staticBtnCenter {
	font-size: 11px;
	width: 188px;
	padding-top: 2px;
	white-space: nowrap;
	text-align: center;
}

/*** bordery i tla ( nie dotyczy komentarzy ) ***/
.borderTop {
	border-top: 1px solid #787e80;
}

.borderBottom {
	border-bottom: 1px solid #787e80;
}

.borderAll {
	border: 1px solid #787e80;
}

.backgroundColor {
	background-color: #5d6b6e;
}

.borderAll_a {
	border: 1px solid #d5ff00;
}


/*** blog control styles ***/

.blogPanelTabOuter {}
.blogPanelTabOuter_a {}
.blogPanelTabOuter_a1 {}

.blogPanelTabOuterDiv {
	height: 43px;
	background-image: url( '/images/skin1/img_line2.gif' );
	background-position: bottom left;
	background-repeat: repeat-x;
}
.blogPanelTabBgStyle {
	cursor: pointer;
	height: 43px;
	width: 255px;
	background-image: url( '/images/skin1/bg_panblog.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.blogPanelTabOuter_a1 .blogPanelTabBgStyle {
	background-image: url( '/images/skin1/bg_panblog_a.gif' );
}

.blogPanelTabStyle {
	/*font-family: palatino linotype;*/
	font-size: 16px;
	font-weight: bold;
	color: #c1c1c1;
	text-align: center;
	padding-top: 10px;
}

.blogPanelTabOuter_a .blogPanelTabStyle {
	color: #ffd800;
}

.blogPanelTabOuter_a1 .blogPanelTabStyle {
	color: #d5ff00; 
}

/** SUMMARY (stopka i strona glowna) **/

.summaryHeader {
	background-color: #bbd663;
}

.summaryRow0 {
	background: none;
}

.summaryRow1 {
	background-color: #d6e2a0;
}


