body {
	background-image: url('images/background.png');
	background-color: #E0E7EE;
	margin: 0px 0px 0px 0px;
}

.container {
	left: 50%;
	width: 1000px;
	margin: 2px auto 2px auto;
}

.form {
	background-color: white;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.head > .container > .container_inner {
	background-image: url('images/logo.png');
	background-position: 95% 95%;
	background-repeat: no-repeat;
	height: 75px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	background-color: #FED953;
}

.body > .container > .container_inner > .inner {
	padding: 15px;
}

.footer {
	position: fixed;
	left: 5px;
	bottom: 5px;
	margin: 0px;
	font: 14px Arial;
	color: #404040;
}

h1 {
	font: 24px Arial;
	color: #505050;
	margin: 0px 0px 15px 0px;
}

td, p, a, input, select {
	font: 16px Arial;
}

td, p, input, select {
	color: #404040;
}

p {
	line-height: 1.5;
	margin: 0px 0px 15px 0px;
}

a {
	#font: 13px Arial;
	text-decoration: none;
	color: #579BDF;
}

a:hover {
	#color: #789ABC;
}

input,select {
	border-radius: 3px;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px #505050 solid;
}

input[type=button] {
	background-color: #FED953;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	cursor: pointer;
}

input[type=button].disabled {
	background-color: #EFEFEF;
	border-color: #A0A0A0;
}

input[type=input] {
}

input[type=checkbox]{
	width: 20px;
	height: 20px;
	margin: 10px 0px 10px 0px;
	box-shadow: none;
}

input[type=input].error {
	background-color: #EFCDCD;
}

input[type=input]:focus {
	border-color: #1234EF;
}


table {
	border-spacing: 0px;
}


.menu {
	position: absolute;
	left: 2px;
	bottom: 2px;
}

.menu_item {
	float: left;
	padding: 15px;
	cursor: pointer;
	font: bold 13px Arial;
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}

.menu_item:hover {
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.5);
}

.panel {
	position: relative;

	border: 1px #909090 solid;
	border-radius: 3px;
	padding: 10px;
	margin: 0px 3px 15px 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: white;
	
	font: 16px Arial;
	line-height: 1.5;
	color: #707070;
	
	cursor: pointer;
}

.panel.deleted {
	opacity: 0.5;
}


.panel.selected {
	background-color: white;
	border: 2px #102030 solid;
	margin: -1px 2px 14px -1px;
}

.panel_title {
	font: 20px Arial;
	color: #505050;
	margin-bottom: 5px;
}


.columns_2 {
	columns: 100px 3;
	-webkit-columns: 30px 3;
	-moz-columns: 30px 3;
}

.column {
	break-inside: avoid;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	padding-bottom: 2px;
}

.photo {
	background-position: 100% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 235px;
	cursor: default;
}


.parameter {
	float: left;
	font: 12px Arial;
	line-height: 19px;
	color: #505050;
}

.value > a {
	font: bold 13px Arial;
	line-height: 18px;
}

.value > a:hover {
	text-decoration: underline;
}

.value {
	float: left;
	margin: 0px 15px 0px 5px;
	font: bold 13px Arial;
	line-height: 18px;
	color: #303030;
}

.photo_options {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 15px;
}