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 */

div#vidpopup .popup_top {
	background: url('../gfx/default_popup_top.png') left top no-repeat;
	width: auto;
	height: 33px;
	margin: 0 33px 0 0;
}
div#vidpopup .popup_drag{
	cursor: move;
}
div#vidpopup .popup_top_right {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url('../gfx/default_popup_top_close.png') no-repeat left top;
}
div#vidpopup .popup_top_right:hover {
	background-position: left bottom;
}
div#vidpopup .popup_bottom {
	width: 100%;
	height: 47px;
}
div#vidpopup .popup_bottom .inner{
	background: url('../gfx/default_popup_bottom.png') left top no-repeat;
	width: auto;
	height: 47px;
	margin-right: 23px;
}
div#vidpopup .popup_bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 23px;
	height: 48px;
	background: url('../gfx/default_popup_bottom_right.png') left top no-repeat;
	z-index: 2;
}
div#vidpopup .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;
}
div#vidpopup .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;
}

div#compopup .popup_top, div#slidepopup .popup_top, div#desktoppopup .popup_top, div#login_container .popup_top, div#register_container .popup_top {
	background: url('../gfx/default_popup_top.png') left top no-repeat;
	width: auto;
	height: 33px;
	margin: 0 33px 0 0;
}
div#compopup .popup_drag, div#slidepopup .popup_drag, div#desktoppopup .popup_drag, div#login_container .popup_drag, div#register_container .popup_drag {
	cursor: move;
}
div#compopup .popup_top_right, div#slidepopup .popup_top_right, div#desktoppopup .popup_top_right, div#login_container .popup_top_right, div#register_container .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;
}
div#compopup .popup_top_right:hover, div#slidepopup .popup_top_right:hover, div#desktoppopup .popup_top_right:hover, div#login_container .popup_top_right:hover, div#register_container .popup_top_right:hover {
	background-position: left bottom;
}
div#compopup .popup_top_right_no_close, div#slidepopup .popup_top_right_no_close, div#desktoppopup .popup_top_right_no_close, div#login_container .popup_top_right_no_close, div#register_container .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;
}
div#compopup .popup_bottom, div#slidepopup .popup_bottom, div#desktoppopup .popup_bottom, div#login_container .popup_bottom, div#register_container .popup_bottom {
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
div#compopup .popup_bottom .inner, div#slidepopup .popup_bottom .inner, div#desktoppopup .popup_bottom .inner, div#login_container .popup_bottom .inner, div#register_container .popup_bottom .inner {
	background: url('../gfx/default_popup_bottom.png') left top no-repeat;
	width: auto;
	height: 47px;
	margin-right: 23px;
}
div#compopup .popup_bottom_right, div#slidepopup .popup_bottom_right, div#desktoppopup .popup_bottom_right, div#login_container .popup_bottom_right, div#register_container .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;
}
div#compopup .content_left, div#slidepopup .content_left, div#desktoppopup .content_left, div#login_container .content_left, div#register_container .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;
}
div#compopup .content_right, div#slidepopup .content_right, div#desktoppopup .content_right, div#login_container .content_right, div#register_container .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: 482px;
	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: 92px;
	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_register_content_bg.png') left bottom no-repeat;
	padding: 36px 34px 0 34px;
	height: auto;
}
div#login_container div.content h3{
	margin: 4px 0 3px 0;
	padding: 0;
	font-size: 14px;
	color: #003d9d;
}
div.login_label {
	float: left;
	margin: 4px 2px 0 10px; 
	color: #003d9d;
	width: 80px;
}
div#login_regstr {
	float: right;
	margin: 0 16px 0 0;
	color: #273D60;
}
div#login_regstr a, div#before_splash__regstr a{
	color: #003d9d;
	text-decoration: underline;
}
div#login_regstr a:hover, div#before_splash__regstr a:hover{
	text-decoration: none;
}

div#login_container div.content span.subhead{
	font-size: 9px;
	color: #273D60;
}

/* 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 3px 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: 320px;	
	min-width: 320px;
	height: 259px;
	min-height: 210px !important;
}
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: 182px;
	overflow: auto;
	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: auto;
}
#daddy-shoutbox-list {
	height: 141px;
	overflow:auto;
}
.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: 96%;
	height: 36px;
	overflow: auto;
	border: 0;
	padding: 4px 0 0 12px;
	/*margin: 0 0 0 12px;*/
	background: #f2f4f7;
	color: #003D9D;
}
#shoutbox_input_submit {
	width: 56px;
	height: 27px;
	background: url('../gfx/default_button_wyslij.jpg') no-repeat left top;
	margin: 8px 0 0 10px;
	cursor: pointer;
	border: none;
}
#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: 48px; 
	width: 320px;
	display: none;
	background: #f2f4f7;
}
div#daddy-shoutbox-response div{
	color: #003d9d;
	margin: 0 0 0 12px;
}
#settings_trigger {
	width: 14px;
	height: 14px;
	background: url('../gfx/default_czat_ustawienia.png') no-repeat left top;
	display: block;
	text-indent: -9000px;
	position: absolute;
	right: 47px;
	bottom: 19px;
	z-index: 11;
	/*margin: 14px 39px 0 0;
	float: right;*/
}
div#daddy-settings {
	display: none;
	position: absolute;
	right: 54px;
	bottom: 26px;
	width: 94px;
	height: 42px;
	background-color: #FFFFFF;
	border: 1px solid #DDE1E7;
	z-index: 10;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#daddy-settings a {
	text-decoration: none;
	color: #003D9D;
}
div#daddy-settings a:hover {
	text-decoration: underline;
}
#clearChat_cont {
	background-color: #f5f6fa;
}
.settings_row {
	width: 88px;
	height: 17px;
	padding: 4px 0 0 6px;
}


/* SLAJD POPUP */

div#slidepopup {
	position: fixed;
	top: 13px;
	left: 334px;
	min-width: 350px;
	min-height: 335px;
}
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;
}

/* PULPIT POPUP */

div#desktoppopup {
	position: fixed;
	top: 13px;
	left: 334px;
	min-width: 350px;
	min-height: 335px;
}
div#desktoppopup .inner{
	position: absolute;
	right: 33px;
	top: 2px;
	background: url('../gfx/spacer.gif');
	width: 100%;
}
div#desktoppopup .inner .popup_top{
	background: none;
	width: auto;
	height: 33px;
	margin: 0;
}
div#desktoppopup div.popup_top div.popup_drag{
	min-width: 100%;
	float: left;
}
div#desktoppopup div.popup_top div.popup_top_icon{
	width: 21px;
	height: 14px;
	background: url('../gfx/default_desktoppopup_icon.jpg') left top no-repeat;
	margin: 8px 0 0 49px;
}
div#desktoppopup div.popup_top h2{
	display: block;
	width: 38px;
	height: 14px;
	text-indent: -5000px;
	background: url('../gfx/default_header_desktoppopup.jpg') left top no-repeat;
	margin: 8px 0 0 6px;
}
div#desktoppopup .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;
	max-height: 400px;
	overflow: auto;
}
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: 270px;
	min-width: 200px;
	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: 94px;
	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: 74px;
	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 6px 0 0;
}
div#ogladajacy {
	font-size: 10px;
	color: #06316A;
	margin: 15px 12px 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, div#desktoppopup_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#desktoppopup_trigger_cont a{
	background-image: url('../gfx/default_pulpitpopup_trigger.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
}
div#desktoppopup_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, div#sharingpopup_trigger_cont a, div#linklangpopup_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;
}
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;
}
div#recordpopup_trigger_cont a:hover {
	background-position: left bottom;
}

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

div#linklangpopup_trigger_cont a{
	background-image: url('../gfx/to_pl_lang_version.jpg');
	background-repeat: no-repeat;
	width: 27px;
	background-position: left top;
	margin-right: 12px;
	margin-left: 8px;
}

div#subspopup h2, div#kontaktpopup h2, div#war_techpopup h2, div#uploadpopup h2, div#recordpopup h2, div#sharingpopup 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#sharingpopup .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#sharingpopup .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#sharingpopup .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#sharingpopup .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#sharingpopup .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 {
	margin: 4px 0 0 -16px;
}

div#sharingpopup {
	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#deskcam {
	margin: 5px 0 0px -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;
}

.pink {
	background: pink;	
}

.bordered {
	border: 1px solid;
}

.noDisplay {
	display: none;
}

/* jqmModal */

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

/* 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;
}