/*********************
Głowne elementy panelu
*********************/
table.panel_rect{
	border: 0px solid #406a51;
	background: White;
	margin: 10px 0px 10px 0px;
	font: 10px;
}

table.panel_title{
	border: 0px;
	border-left: 1px solid #406a51;
	border-right: 1px solid #406a51;
	background: #F2F1EF;
	margin: 0px 0px 0px 0px;
	font: 12px;
	color: black;
}

td.side {
	background: #9C9A9C;
}
td.bottom_left, td.bottom_right {
	width: 12px;
}

table.panel_rect th{
	background: #406a51;
	color: White;
	font: 12px;
	padding: 3px;
	
}
table.panel_rect td{
	text-align: center;
	font: 10px;
}
table.panel_rect td a{
	font: 10px;
	color: #874a09;
}
table.panel_simple{
	margin: 5px 1px 15px 1px;
}
table.panel_simple td span.window_title{
	font: 11px;
	position: relative;
	top: 9px;
	left: 25px;
	background: #F2F1EF;
	border: 1px solid #86907F;
	padding: 3px;	
	z-Index: 50;
}
table.panel_simple td.shadow,table.panel_simple div.shadow{
	background: #F0F0F0;
}
table.panel_simple td.centered{
	border: 1px solid #86907F;
	padding: 15px 10px 5px 10px;
	text-align: center;
	background: #F2F1EF;
	
}
/***********************
Modul LAYOUT
***********************/
table.miniblock{
}
table.miniblock td{
	border: 1px solid #F0F0F0;	
	background: #d0ffe3;
	color: green;
}
table.miniblock td:hover{
	background: red;
	color: white;
}
input.layout_preview_set{
	border: 1px solid #F0F0F0;
	background: #FDFDFD;
	color: #696969;
	padding: 1px; 
	margin: 1px;
	font: bold 9px;
	width: 100px;
}
div.small_info{
	margin: 2px 4em 2px 4em;
	padding: 3px;
	font: bold 12px;
	background: #A2EF95;
	color: black;
}
/******************
Okienko pomocnicz dodawania czegos itp.
*******************/
#fc_add_window{
	position: absolute;
	z-index: 100;	
	left: 0px;
	top: 0px;
	display: block;
}
div.panel_small_window{
	width: auto;
	max-width: 600px;
	height: auto;
	background: white;
	border: 1px solid #D0C0A8;
}
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;
	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;
}
div.panel_small_window div.foot input{
	border: 2px solid #666666;
	background: white;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 1px 4px 1px 4px;
	font: bold 11px;
}
