html {
	height:100%;
	margin:0px 0px 0.1px 0px;
	padding:0px;
	background: url('../gfx/default_frontend_bg.jpg') center; 
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:"Tahoma", sans-serif;
	font-size:11px;
	color:#000000;
}

/* POPUPS COMMON */

.popup_top {
	background: url('../gfx/default_popup_top.png') left top no-repeat;
	width: auto;
	height: 33px;
	margin: 0 33px 0 0;
}
.popup_drag{
	cursor: move;
}
.popup_top_right {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('../gfx/default_popup_top_close.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.popup_top_right:hover {
	background-position: left bottom;
}
.popup_top_right_no_close {
	width: 33px;
	height: 33px;
	background: url('../gfx/default_popup_top_right.png') left top no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
.popup_bottom {
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.popup_bottom .inner{
	background: url('../gfx/default_popup_bottom.png') left top no-repeat;
	width: auto;
	height: 47px;
	margin-right: 23px;
}
.popup_bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 23px;
	height: 47px;
	background: url('../gfx/default_popup_bottom_right.png') left top no-repeat;
	z-index: 2;
}
.content_left {
	background: url('../gfx/default_content_left_bg.png') left top repeat-y;
	width: auto;
	height: 100%;
	padding: 0 0 0 8px;
	margin: 0;
}
.content_right {
	background: url('../gfx/default_content_right_bg.png') right top repeat-y;
	width: auto;
	height: 100%;
	padding: 0 8px 0 0;
	margin: 0;
}

/* LOGIN CONTAINER */

div#login_container {
	position: relative;
	width: 434px;
	margin: 0px auto;
}
div#login_container div.popup_top div.popup_drag{
	cursor: default;
}
div#login_container div.popup_top {
	margin-left: -4px;
	margin-right: 29px;
}
div#login_container .popup_top_right_no_close {
	position: absolute;
	right: -4px;
	top: 0px;
}
div#login_container div.popup_top div.popup_drag div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_compopup_icon.jpg') left top no-repeat;
	margin: 12px 0 0 16px;
}
div#login_container div.popup_top div.popup_drag h2{
	display: block;
	width: 78px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_login.jpg') left top no-repeat;
	margin: 12px 0 0 6px;
}
div#login_container div.content{
	background: url('../gfx/default_login_content_bg.png') left bottom no-repeat;
	padding: 36px 34px 0 34px;
	height: auto;
}
div#login_container div.content h3{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #003d9d;
}
div.login_label {
	float: left;
	margin: 4px 2px 0 10px; 
	color: #003d9d;
	width: 37px;
}
div#login_regstr {
	float: right;
	margin: 0 16px 0 0;
	color: #273D60;
}
div#login_regstr a{
	color: #003d9d;
	text-decoration: underline;
}
div#login_regstr a:hover{
	text-decoration: none;
}

/* REGISTER CONTAINER */

div#register_container {
	position: relative;
	width: 482px;
	margin:0px auto;
}

div#register_container div.popup_top div.popup_drag{
	cursor: default;
}
div#register_container div.popup_top {
	margin-left: -4px;
	margin-right: 29px;
}
div#register_container .popup_top_right_no_close {
	position: absolute;
	right: -4px;
	top: 0px;
}
div#register_container div.popup_top div.popup_drag div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_compopup_icon.jpg') left top no-repeat;
	margin: 12px 0 0 16px;
}
div#register_container div.popup_top div.popup_drag h2{
	display: block;
	width: 78px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_register.jpg') left top no-repeat;
	margin: 12px 0 0 6px;
}
div#register_container div.content{
	background: url('../gfx/default_register_content_bg.png') left bottom no-repeat;
	padding: 36px 34px 0 34px;
	height: auto;
}
div#register_container div.content h3{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #003d9d;
}
div.register_label {
	float: left;
	margin: 4px 2px 0 10px; 
	color: #003d9d;
	width: 80px;
}

/* WIDEO POPUP */

div#vidpopup {
	position: fixed;
	top: 15px;
	left: 2px;
	width: 336px;
	/*min-width: 336px;
	max-width: 336px;
	min-height: 496px;*/
}

/*div#jw-player_fullscreen_hider {
	position: absolute;
	width: 20px;
	height: 18px;
	background: url('../gfx/jw-player_fullscreen_hider.png') left top no-repeat;
	bottom: 188px;
	right: 43px;
	z-index: 100;
}
	zeby przywrocic te maske oprocz odkomentowania powyzszego kodu nalezy w index.php odkomentowac tez linie 832
*/

div#vidpopup div.popup_top div.popup_drag{
	min-width: 100%;
	float: left;
}
div#vidpopup div.popup_top div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_vidpopup_icon.jpg') left top no-repeat;
	margin: 12px 0 0 16px;
}
div#vidpopup div.popup_top h2{
	display: block;
	width: 38px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_vidpopup.jpg') left top no-repeat;
	margin: 12px 0 0 6px;
}
div#vidpopup .popup_resizer_se {
	width: 19px;
	height: 19px;
	background: url('../gfx/default_popup_se_resizer_small.png') left top no-repeat;
	position: absolute;
	right: 8px;
	bottom: 8px;
	cursor: se-resize;
	z-index: 2;
}

/* TOC */

div#toc {
	margin-top: -1px;
	height: 100%;
	background: #e9ecf1;
}
div#toc ul{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}
div#toc ul li{
	height: 16px;
	margin: 0 0 4px 0;
}
div#toc ul li a{
	color: #273e60;
	text-decoration: none;
	height: 16px;
	display: block;
	padding: 2px 0 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
div#toc ul li a:hover{
	border-top: 1px solid #dee1e8;
	border-bottom: 1px solid #dee1e8;
	background: #ffffff;
}
div#toc ul li a span{
	color: #76829a;
	padding: 0 5px 0 10px;
}
/* SHOUTBOX */

#daddy-shoutbox {
	background: #f2f4f7;
	margin: -1px 0 0 0;
}
.shoutbox-list {
	border-bottom: 1px solid #dde1e7;
	padding: 5px;
	display: none;
	background: #ffffff;
	width: 100%;
}
#daddy-shoutbox-list {
	height: 500px;
}
#daddy-shoutbox-form {

}
.shoutbox-list-time {
	color: #273d60;

}
.shoutbox-list-nick {
	margin-left: 5px;
	font-weight: bold;
	color: #273d60;
	
}
.shoutbox-list-message {
	margin-left: 4px;
	color: #273d60;
	
}
span.moder_icon {
	padding: 1px 5px 0 0;
}

span.moder_icon img{
	cursor: pointer;
	margin: 0 3px 0 0;
}


.shoutbox_label {
	float: left;
	width: 40px;
	margin: 0 4px 0 4px;
}
#shoutbox_input_text_container {
	position: absolute;
	left: 15px;
	bottom: 17px;
	z-index: 10;
	width: 120px;
	height: 16px;
	background: url('../gfx/default_shoutbox_input_text_bg.png') left top;	
}
#shoutbox_input_text_container input{
	border: 0;
	padding: 0;
	margin: 1px 0 0 2px;	
	line-height: 11px;
}
.shoutbox_textarea {
	width: 294px;
	height: 37px;
	overflow: hidden;
	border: 0;
	padding: 4px 0 0 0;
	margin: 0 0 0 12px;
	background: #f2f4f7;
	color: #003D9D;
}
#shoutbox_input_submit {
	position: absolute;
	right: 15px;
	bottom: 12px;
	width: 56px;
	height: 27px;
	background-image: url('../gfx/default_button_wyslij.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	border: none;
	z-index: 10;
}
#shoutbox_input_submit:hover {
	background-position: left bottom;	
}
.shoutbox_input_moder_off {
	position: absolute;
	right: 75px;
	bottom: 12px;	
	width: 75px;
	height: 27px;
	background-image: url('../gfx/default_shoutbox_input_moder_off_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	z-index: 10;	
}
.shoutbox_input_moder_off:hover {
	background-position: left bottom;	
}
.shoutbox_input_moder_on {
	position: absolute;
	right: 75px;
	bottom: 12px;	
	width: 75px;
	height: 27px;
	background-image: url('../gfx/default_shoutbox_input_moder_on_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	z-index: 10;	
}
.shoutbox_input_moder_on:hover {
	background-position: left bottom;	
}
div#daddy-shoutbox-response {
	position: absolute;
	left: 8px;
	bottom: 47px; 
	width: 320px;
	display: none;
	background: #f2f4f7;
}
div#daddy-shoutbox-response div{
	color: #003d9d;
	margin: 0 0 0 12px;
}

/* SLAJD POPUP */

div#slidepopup {
	position: fixed;
	top: 13px;
	left: 334px;
	min-width: 310px;
	min-height: 305px;
}
div#slidepopup .inner{
	position: absolute;
	right: 33px;
	top: 2px;
	background: url('../gfx/spacer.gif');
	width: 100%;
}
div#slidepopup .inner .popup_top{
	background: none;
	width: auto;
	height: 33px;
	margin: 0;
}
div#slidepopup div.popup_top div.popup_drag{
	min-width: 100%;
	float: left;
}
div#slidepopup div.popup_top div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_slidepopup_icon.jpg') left top no-repeat;
	margin: 12px 0 0 49px;
}
div#slidepopup div.popup_top h2{
	display: block;
	width: 38px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_slidepopup.jpg') left top no-repeat;
	margin: 12px 0 0 6px;
}
div#slidepopup .popup_resizer_se {
	width: 19px;
	height: 19px;
	background: url('../gfx/spacer.gif');
	position: absolute;
	right: 8px;
	bottom: 12px;
	cursor: se-resize;
	z-index: 2;
}

/* AKORDEON STUFF */

div.infopanel_header {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
div.infopanel_content {
	margin: 0;
	padding: 0;
}
div.infopanel_header h3{
	cursor: pointer;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	display: block;
}
div.infopanel_content .subhead{
	font-size: 9px;
}
div.infopanel_content a{
	text-decoration: none;
	color: #003d9d;
}
div.infopanel_content a:hover{
	text-decoration: underline;
}

/* KOMUNIKACJA POPUP */

div#compopup {
	position: fixed;
	top: 15px;
	right: 2px;
	width: 249px;
	color: #273d60;
	padding: 0 0 47px 0;
}
div#compopup div.popup_top div.popup_drag{
	min-width: 100%;
	float: left;
}
div#compopup div.popup_top div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_compopup_icon.jpg') left top no-repeat;
	margin: 12px 0 0 16px;
}
div#compopup div.popup_top h2{
	display: block;
	width: 78px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_compopup.jpg') left top no-repeat;
	margin: 12px 0 0 6px;
}
div#compopup .popup_resizer_se {
	width: 19px;
	height: 19px;
	background: url('../gfx/default_popup_se_resizer_small.png') left top no-repeat;
	position: absolute;
	right: 8px;
	bottom: 8px;
	cursor: se-resize;
	z-index: 2;
}

/* INFORMACJE PANEL */

div#informacje_head, div#uczestnicy_head, div#sondaz_head, div#file_download_head{
	width: 100%;
	height: 28px;
	background: url('../gfx/default_subheader_bg.jpg') left top repeat-x;
}
div#informacje_head h3{
	width: 67px;
	height: 12px;
	margin: 8px 0 0 15px;
	float: left;
	background: url('../gfx/default_subheader_compopup_info.jpg') left top no-repeat;
}
div#informacje{
	padding: 0 11px 0 11px;
	background: #ffffff;
}
div#informacje h4{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #003d9d;
}

/* UCZESTNICY PANEL */

div#uczestnicy_head h3{
	width: 67px;
	height: 12px;
	margin: 8px 0 0 15px;
	float: left;
	background: url('../gfx/default_subheader_compopup_uczest.jpg') left top no-repeat;
}
div#uczestnicy{
	padding: 0 4px 0 4px;
	background: #ffffff;
}



.klasa1 {
	background: #f5f6fa;

	padding: 5px 0 4px 10px;
}
.klasa2 {
	background: #ffffff;
	padding: 5px 0 4px 10px;
}



/* SONDA— PANEL */

div.sondaz_content {
	margin: 0 -6px 0 0;
}

div#sondaz_head h3{
	width: 67px;
	height: 12px;
	margin: 8px 0 0 15px;
	float: left;
	background: url('../gfx/default_subheader_compopup_sonda.jpg') left top no-repeat;
}
div#sondaz{
	padding: 10px 15px 0 15px;
	background: #ffffff;
}

/* POLLS STUFF */
	
#sondaz h4{
	font-size: 11px; 
	font-weight:bold; 
	color: #003d9d;
	margin:0 0 10px 0; 
	padding:0;
}
#sondaz button { 
	margin:15px 0 15px 0;
	border: none;
	background-image: url('../gfx/default_button_glosuj.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 55px;
	height: 23px;
	cursor: pointer;
}
#sondaz button:hover { 
	background-position: left bottom;
}
.row { 
	width:auto;	
	overflow:hidden;
	padding: 5px 0 5px 0;
}
.wynik {
	width: 174px;
	height: 13px;
	background: url('../gfx/default_sondaz_wynik_bg.jpg') left top no-repeat; 
	float: left;
}
.wynik_right {
	width: 2px;
	height: 13px;
	float: left;
	background: url('../gfx/default_sondaz_wynik_right.jpg') left top no-repeat; 	
}
.wynik_right2 {
	float: left;
	margin: 0 0 0 4px;
}
#results label { 
	float:left; 
	clear:both; 
	display: block;
	margin: 2px 0 0 2px;
	padding-left: 0px;
	color: #273d60;
	width: 100%;
}

label.j3sswon, label.j3sswdef {
	padding: 0 0 0 18px;
}

element.style {
	border: 1px solid;
}

.result { 
	background-color:#3fadfe; 
	width:0; 
	float:left; 
	height:9px; 
	margin:2px 2px 2px 2px;
}
#sondaz p#thanks, #sondaz p.error { 
	text-align: center;
	width: 100%;
	padding: 10px 0 10px 0;
}
#total_votes {
	font-size: 11px;
	font-weight:bold;
	color: #65778b;
}

/* PLIKI DO POBRANIA PANEL */

div#file_download_head h3{
	width: 67px;
	height: 12px;
	margin: 8px 0 0 15px;
	float: left;
	background: url('../gfx/default_subheader_compopup_pliki.jpg') left top no-repeat;
}
div#file_download{
	padding: 0 4px 0 4px;
	background: #ffffff;
	width: 225px;
}
.k1 {
	background: #f5f6fa;
	padding: 5px 0 4px 0;
	width: 100%;
	float: left;
}
.k2 {
	background: #ffffff;
	padding: 5px 0 4px 0;
	width: 100%;
	float: left;
}


/* DOLNA BELKA */

div#bottom_toolbar {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 1005px;
	height: 37px;
	margin-left: -502px;
	background: url('../gfx/default_footer_left_bg.png') left top no-repeat;
	z-index: 100000;
}
div#bottom_toolbar_center {
	margin: 0 7px 0 7px;
	background: url('../gfx/default_footer_center_bg.png') left top repeat-x;
	width: 100%;
	height: 37px;
	float: left;
}
div#bottom_toolbar_right {
	margin: 0 0 0 7px;
	background: url('../gfx/default_footer_right_bg.png') right top no-repeat;
	width: 100%;
	height: 37px;
	float: left;	
}
div#bottom_toolbar_right .title{
	font-size: 14px;
	font-weight: bold;
	color: #06316a;
	margin: 11px 0 0 0;
}
img#logo {
	margin: 11px 17px 0 0;
}
img#live_sticker {
	margin: 11px 13px 0 0;
}
div#welcome {
	color: #273d60;
	margin: 13px 30px 0 0;
}
div#vidpopup_trigger_cont a, div#slidepopup_trigger_cont a, div#compopup_trigger_cont a{
	display: block;
	width: 30px;
	height: 26px;
	text-indent: -5000px;
	margin-top: 9px;
}
div#vidpopup_trigger_cont a{
	background-image: url('../gfx/default_vidpopup_trigger.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
	margin-left: 29px;
}
div#vidpopup_trigger_cont a:hover{
	background-position: left bottom;
}
div#slidepopup_trigger_cont a{
	background-image: url('../gfx/default_slidepopup_trigger.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
}
div#slidepopup_trigger_cont a:hover{
	background-position: left bottom;
}
div#compopup_trigger_cont a{
	background-image: url('../gfx/default_compopup_trigger.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
}
div#compopup_trigger_cont a:hover{
	background-position: left bottom;
}







div#subspopup_trigger_cont a, div#kontaktpopup_trigger_cont a, div#war_techpopup_trigger_cont a, div#logout_trigger_cont a, div#uploadpopup_trigger_cont a, div#recordpopup_trigger_cont a, div#login_trigger_cont a{
	display: block;
	height: 28px;	
	text-indent: -5000px;
	margin-top: 9px;
}
div#subspopup_trigger_cont a {
	background-image: url('../gfx/default_subskrypcja_trigger.jpg');
	background-repeat: no-repeat;
	width: 18px;
	background-position: left top;
	margin-left: 4px;
}
div#subspopup_trigger_cont a:hover {
	background-position: left bottom;
}
div#kontaktpopup_trigger_cont a {
	background-image: url('../gfx/default_kontakt_trigger.jpg');
	background-repeat: no-repeat;
	width: 18px;
	background-position: left top;
	margin-left: 4px;
}
div#kontaktpopup_trigger_cont a:hover {
	background-position: left bottom;
}
div#war_techpopup_trigger_cont a {
	background-image: url('../gfx/default_war_tech_trigger.jpg');
	background-repeat: no-repeat;
	width: 18px;
	background-position: left top;
	margin-left: 7px;
}
div#war_techpopup_trigger_cont a:hover {
	background-position: left bottom;
}
div#logout_trigger_cont a {
	background-image: url('../gfx/default_logout_trigger.jpg');
	background-repeat: no-repeat;
	width: 18px;
	background-position: left top;
	margin-left: 8px;
}
div#logout_trigger_cont a:hover {
	background-position: left bottom;
}



div#login_trigger_cont a {
	background-image: url('../gfx/default_login_trigger.jpg');
	background-repeat: no-repeat;
	width: 18px;
	background-position: left top;
	margin-left: 8px;
	/*background: pink;*/
}
div#login_trigger_cont a:hover {
	background-position: left bottom;
}


div#uploadpopup_trigger_cont a {
	background-image: url('../gfx/default_upload_trigger.jpg');
	background-repeat: no-repeat;
	width: 19px;
	background-position: left top;
	margin-left: 8px;
}
div#uploadpopup_trigger_cont a:hover {
	background-position: left bottom;
}

div#recordpopup_trigger_cont a{
	background-image: url('../gfx/default_record_trigger.jpg');
	background-repeat: no-repeat;
	width: 17px;
	background-position: left top;
	margin-left: 8px;
	/*background: pink;*/
}
div#recordpopup_trigger_cont a:hover {
	background-position: left bottom;
}




div#subspopup h2, div#kontaktpopup h2, div#war_techpopup h2, div#uploadpopup h2, div#recordpopup h2, div#logoutpopup h2 {
	font-size: 14px;
	line-height: 14px;
	color: #003d9d;
	margin: 23px 0 0 20px;
}
div#subspopup .content, div#uploadpopup .content, div#recordpopup .content, div#logoutpopup .content {
	width: 400px;	
	padding: 0px 20px 15px 20px;
	margin: -1px 0 0 0;
	color: #273d60;
	line-height: 16px;
}
div#kontaktpopup .content, div#war_techpopup .content {
	width: 400px;	
	padding: 0px 20px 19px 20px;
	margin: -1px 0 0 0;
	color: #273d60;
	line-height: 16px;
}
div#subspopup .content a, div#kontaktpopup .content a, div#war_techpopup .content a, div#uploadpopup .content a, div#recordpopup .content a, div#logoutpopup .content a {
	color: #003d9d;
	text-decoration: none;
}
div#subspopup .content a:hover, div#kontaktpopup .content a:hover, div#war_techpopup .content a:hover, div#uploadpopup .content a:hover, div#recordpopup .content a:hover, div#logoutpopup .content a:hover {
	text-decoration: underline;
}
div#subspopup .close , div#kontaktpopup .close , div#war_techpopup .close, div#uploadpopup .close, div#recordpopup .close, div#logoutpopup .close {
	width: 23px;
	height: 23px;
	background-image: url('../gfx/default_bottompopup_close_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 18px 0 0;
}
div#subspopup .close:hover , div#kontaktpopup .close:hover , div#war_techpopup .close:hover, div#uploadpopup .close:hover, div#recordpopup .close:hover, div#logoutpopup .close:hover {
	background-position: left bottom;	
}









div#subspopup{
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}
.button_OK {
	margin:0;
	border: none;
	background-image: url('../gfx/default_button_OK.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 45px;
	height: 23px;
	cursor: pointer;
	float: right;
}
.button_OK:hover {
	background-position: left bottom;	
}

form#newsletterForm input.button_OK{
	margin: 10px 37px 17px 0;
}

div#kontaktpopup {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}

div#war_techpopup {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}

div#uploadpopup {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}

div#uploader_radios {
	float: left;
	margin: 3px 0 17px 4px;
}

div#uploader_radios label span{
	vertical-align: text-bottom;
	line-height: 16px;
	padding: 0 16px 0 3px;
	color: #013d9d;
}	

div#recordpopup {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}

object#recorder {
	/*border: 1px solid;*/
	/*margin: 4px 0 -23px -16px;*/
	margin: 4px 0 0 -16px;
}

div#logoutpopup {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 10000;
	background: url('../gfx/default_bottompopup_w430_bg.png') left top no-repeat;
}

input#logout_button {
	width: 70px;
	height: 23px;
	background: url('../gfx/default_button_w70_h23_bg.jpg') left top no-repeat;
	cursor: pointer;
	margin: 28px 0 3px 293px;
}

input#logout_button:hover {
	background-position: left bottom;	
}

/* tags */

img {
	border: none;
}

form {
	border: none;	
	margin: 0;
	padding: 0;
	display: inline;
}

fieldset {
	border: none;	
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	border: none;	
	margin: 0;
	padding: 0;

}

textarea {
	font-family:"Tahoma", sans-serif;
	font-size:11px;
	color: #003d9d;
}

input {
	font-family:"Tahoma", sans-serif;
	font-size:11px;
	color: #003d9e; /* oryginalnie było #003d9d - to jest część myku do inputów*/
	background: transparent;
	border: 0;
	margin: 3px 2px 0 2px;
}

.input_w318_h21 {
	width: 318px;
	height: 21px;
	background-image: url('../gfx/default_input_w318_h21_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.input_w318_h21 input{
	width: 313px;
}

.input_w298_h21 {
	width: 298px;
	height: 21px;
	background-image: url('../gfx/default_input_w298_h21_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.input_w298_h21 input{
	width: 293px;
}

p {
	margin: 0;
}

a:focus {
	outline: none;
}


/* usefull */

.fl {
	float: left;
}

.fr {
	float: right;
}

.breaker {
	clear: both;
}


/* jqmModal */

div.jqmPopup {
	display: none;
	overflow: hidden;
}
.jqmClose {
	cursor: pointer;
}
.jqResize {

}

/* scroll replacement */

#scrollPane_1, #scrollPane_2{
	height: 140px;
}
.defaultScroll .jScrollPaneTrack {
	background: url('../gfx/defaultScroll_track.gif') repeat-y;
}
.defaultScroll .jScrollPaneDrag {
	background: url('../gfx/defaultScroll_drag_middle.gif') no-repeat 0 50%;
}
.defaultScroll .jScrollPaneDragTop {
	background: url('../gfx/defaultScroll_drag_top.gif') no-repeat;
	height: 2px;
}
.defaultScroll .jScrollPaneDragBottom {
	background: url('../gfx/defaultScroll_drag_bottom.gif') no-repeat;
	height: 2px;
}
.defaultScroll a.jScrollArrowUp {
	height: 15px;
	background: url('../gfx/defaultScroll_arrow_up.gif') no-repeat 0 0;
}
.defaultScroll a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
.defaultScroll a.jScrollArrowDown {
	height: 15px;
	background: url('../gfx/defaultScroll_arrow_down.gif') no-repeat 0 0;
}
.defaultScroll a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
.defaultScroll a.jScrollActiveArrowButton, .defaultScroll a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -5000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {

}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -5000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {

}



/* radio & checkbox replacement (related to jquery.j3ssw.js) */

.j3sswdef {
	background: url('../gfx/default_radio_uncheck.png') top left no-repeat;
	width: 11px;
	height: 11px;
}

.j3sswoff {
	background: url('../gfx/default_radio_uncheck.png') top left no-repeat;
	width: 11px;
	height: 11px;	
}

.j3sswon {
	background: url('../gfx/default_radio_check.png') top left no-repeat;
	width: 11px;
	height: 11px;
}

.j3sswcheckdef {
	background: url('../gfx/default_checkbox_uncheck.png') top left no-repeat;
	width: 12px;
	height: 12px;
}

.j3sswcheckoff {
	background: url('../gfx/default_checkbox_uncheck.png') top left no-repeat;
	width: 12px;
	height: 12px;	
}

.j3sswcheckon {
	background: url('../gfx/default_checkbox_check.png') top left no-repeat;
	width: 12px;
	height: 12px;
}
