body {
	text-align: center;
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url('gfx/bg.gif');
}
table
{
	font-size: 12px;
}
.msg {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.parm_description {
width: 250px;
height: 80px;
display: inline-block;
float: left;
background-color: #ccc;
margin-right:20px;
}

.parm_description_red {
width: 250px;
height: 80px;
display: inline-block;
float: left;
background-color: #ccc;
margin-right:20px;
color:red;
}
.options_value {
width: 583px;
height: 80px;
display: inline-block;
float:right;
background-color: #999;
}

.panel_row {
width: 853px;
height: 80px;
background-color: #666;
margin-bottom: 20px;
margin-top: 20px;
}
#frame {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 0px;
	text-align: left;
	background-image: url('gfx/bg_frame.gif');
	background-repeat: repeat-y;
	border: 1px solid #000;
	border-width: 0px 1px 1px 1px;
}
img {
	border-width: 0px;
}
#contentleft {
	width: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#contentcenter {
	overflow: hidden;
	padding: 0px;
	float: left;
	width: 853px;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
	margin: 0px;
}
#contentheader {
	background-image: url('gfx/top.jpg');
	width: 853px;
	height: 86px;
	font-size: 12px;
	margin: 0px;
	text-align: right;
	border-bottom: 2px solid #000;
}
/*p, h1, pre {
	margin: 0px 10px 10px 10px;
}*/
/*h1 {
	font-size: 14px;
	padding-top: 10px;
}*/
#contentheader a {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 3px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #ee3b33;
	padding: 1px 3px 1px 3px;
}
#contentright p {
	font-size: 10px
}


.navlist
{

text-align: center;
font-size: 11px;
list-style-image: url('gfx/arrow.gif');	
position: relative;
left: -15px;
margin-top: 5px;
}

.navlist li
{
margin: 0;
padding: 0px;
text-align: left;

}

.navlist li a
{
color: #808080;
text-decoration: none;
font-weight: normal;
}


.navlist li a:hover
{
font-weight: bold;
}



#mainlist
{
padding-left: 20;
margin-left: 0;
margin-top: 10px;
width: 170px;
list-style: none;
text-align: left;
}

#mainlist li
{
margin: 0;
font-weight: bold;
}


form table
{
width: 100%;
}

.etykieta
{
	background-image: url('gfx/line.gif');
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	border: solid #000;
	border-width: 1px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
}
.etykieta_td
{
text-align: right;
}
.etykieta_td2
{
font-size: 15px;
text-align: center;
}
.etykieta_td, .etykieta_td2
{
padding: 4px;
}


form table tr td input{
width: 380px;
}
form table tr td textarea{
width: 380px;
height: 100px;
}
form table tr td{
text-align: left;
}
table .even{
background-color: #fbfbfb;
}
table .usun{
background-color: #af3030;
color: #ffffff;
}

#mainlist li a { text-decoration: none; }*/



.ui-nestedSortable-error {
			background:#fbe3e4;
			color:#8a1f11;
		}
		

		ol {
			margin: 0;
			padding: 0;
			padding-left: 30px;
		}

		ol.sortable, ol.sortable ol {
			margin: 0 0 0 15px;
			padding: 0;
			list-style-type: none;
		}

		ol.sortable {
			margin: 0px 0;
		}

		.sortable li {
			margin: 7px 0 0 0;
			padding: 0;
			list-style-type: none;
		}

		.sortable li div  {
			border: 1px solid black;
			padding: 3px;
			margin: 0;
			cursor: move;
		}


.placeholder {
			background-color: #eee!important;
			border: 1px dashed #000!important;
		}
		
	