/*
div.ajax_progress{
	border: 1px solid gray;
	color: black;
	font: bold 13px;
	padding: 1em;
	margin: 1em;
	background: url(../_gfx/progress/bg.gif) bottom repeat-x;
}
div.loading{
	width: 32px;
	height: 32px;
	background: url(../_gfx/progress/loading.gif) no-repeat;	
}
*/
div.ajax_error{
	border: 1px solid black;
	background: red;
	color: white;
	font: bold 13px;
	padding: 1em;
	margin: 1em;
}
/********************
komunikaty
*********************/
#notify{
	background: transparent;
	color: #000000;
	position: absolute;
	max-width: 600px;
	height: auto;
	display: none;
	z-index: 100;
}
/******************
Okienko pomocnicz dodawania czegos itp.
*******************/
div.panel_small_window{
	width: auto;
	max-width: 600px;
	height: auto;
	background: white;
	border: 1px solid #D0C0A8;
	z-index: 100;	
}
div.panel_small_window div.title{
	font: bold 13px;
	text-align: left;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	background: #D0C0A8;
	border: 4px solid white;
	border-bottom: 0px;
}
div.panel_small_window div.content{
	font: 10px;
	padding: 1em 1em 2em 1em;
	margin: 0px 4px 0px 4px;
	border-left: 1px solid #D0C0A8;
	border-right: 1px solid #D0C0A8;
	text-align: justify;
}
div.panel_small_window div.foot{
	padding: 1px;
	background: #D0C0A8;
	border: 4px solid white;
	border-top: 0px;
	text-align: right;
}

span.ajax {
	cursor: pointer;
}

span.ajax:hover {
	background: yellow;
}

/* Blok menu dodatkowe dla listy element���w */
div.submenu {
	text-align: center;
	margin: 10px 3px 10px 3px;
	/*background: #C0C5C5;*/
	background: transparent;
	padding: 1px;
}

table.submenu {
	border: 1px solid #F0F0F0;
	empty-cells: show;
}

table.submenu td {
	text-align: center;
	border: 0px;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	padding: 3px;
	/*background: #97AFA0;*/ /*background: #C0C5C5;*/
	background: transparent;
}

table.submenu td.menu_link a,table.submenu td.menu_inlink,table.submenu td.menu_inside
	{
	font: normal 10px;
	color: #696967;
}

table.submenu td.menu_link a {
	color: #9c9b9a;
	font-size: 10px;
}
table.submenu td.menu_link a:hover {
	color: #696967;
	font-size: 10px;
}

table.submenu td.menu_inside {
	color: #696967;
	background: #EADAAF;
}
