/* tables helper*/
	input.hlp_tables_lista {
	    margin: 0 0 0 8px;
	    font-size: 10px;
	}
	
	.sortable, .hlp_tables_table {
	    border-collapse: collapse;
	    border-spacing: 0px;
		border: 1px solid #555555;
		margin: 5px 0 0 10px;
	}
	
	.sortable th, .hlp_tables_table th {
	    margin: 0 10px 0 10px;
	    background-color: #d0d0d0;	
		padding: 0 10px
	}
	
	.hlp_tables_tr, .hlp_tables_tr_on_mouse_over, .hlp_tables_tr_on_mouse_out {
		cursor: pointer;
	}
	
	.hlp_tables_tr td, .hlp_tables_tr_on_mouse_over td, .hlp_tables_tr_on_mouse_out td {
		padding: 0 10px;
		
	}
	
	.hlp_tables_tr_on_mouse_over {
	    background: #eaeaea;
	}
	
	.hlp_tables_tr_on_mouse_over td {
	    padding: 10px 2px 10px 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	.hlp_tables_tr_on_mouse_out {
	    background: none;
	}
	
	div.hlp_tables_norows {
	    font-size: 14px;
	}

/* ckeditor */
.dckeditor {
	width: 600px;
	height: 600px;
}

/* form helper */
	.hlp_frm_input {
	    width: 300px;
	}
	
	.hlp_form_textarea {
		width: 300px;
	}



/* message helper */
	div#hlp_message_txt {
	    background-color: #b4ccee;
	    color: white;
		font-weight: bold;
	    font-size: 12px;
		padding: 3px 3px 3px 10px;
		clear: both;
		display: block;
	}

/* autoryzacja */
	.autor_login {
	    width: 120px;
	}

	
#showme {
	opacity: 0.7;
	--moz-opacity: 0.7;
	background: black;
	color: white;
	font-size: 12px;
	font-family: Arial;
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 1000;
	padding: 20px;
	overflow: scroll;
}

#showme pre {
	font-family: Verdana;
}
