* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/graphics/bodybackground.jpg) repeat-x scroll left top #E6ECF3;	
}

body, input, textarea, button {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;

}

h1 {
	color: #7F7F7F;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 4px 0 15px 0;
	padding: 0;
}
h2 {
	color: #7F7F7F;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 15px 0;
	padding: 0;
}

a {
	color: #F66;
	cursor: pointer;	
}

ul {
	margin-left: 20px;
}

p {
	
}

button {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	border:1px solid silver;
	background-color: white;
	border-radius: 5px;
	cursor: pointer;
	min-height:20px;
	padding: 8px;
}
	button > img {
		vertical-align: bottom;
	}
	
select, input[type=text], input[type=password] {
	text-transform: none;
	padding:8px;
}
select {
	padding:0;
}
option {
	padding:8px;
}

label {
	padding:8px 8px 8px 0;
}

#center {
	width:100%;
	min-width:600px;
	max-width:992px;
	margin: 0 auto;
	min-height: 600px;
	background: white;
	border:1px solid #99A5B5;
	border-top:none;
	position:relative;
}

#header {
	height: 90px;
	background: url(/graphics/header.jpg) no-repeat #E6ECF3;	
}
#version_info {
	position:absolute;
	right:15px;
	top:5px;
	color: white;
	font-size: 11px;
	font-family: Courier;
}

#menu {
	padding: 0 10px 0 0;
	margin-bottom:20px;		
}
	#menu > a {
		display: inline-block;
		text-decoration: none;
		text-transform: uppercase;
		color: black;
		font-size:14px;
		font-weight:bold;
		padding:10px 15px 10px 15px;
	}
	#menu > a:hover {
		color:#D7141A; 
	}
	#submenu {
		border-bottom:1px solid #D7141A;
	}
	#submenu > a {
		display: inline-block;
		text-decoration: none;
		color: black;
		font-weight:bold;
		padding:4px 15px 8px 15px;
	}
	
#content {
	margin: 0 15px 15px 15px;
	position:relative;
}

input[type=checkbox] {
	margin-right: 5px;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align: top;
}

table.modern > tbody > tr > th {
	border-bottom: 2px solid silver;
	padding: 10px 10px 10px 0;
	font-size:11px;
	text-transform: uppercase;
	color: #666;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}
table.modern > tbody > tr > th:first-child {
	padding-left: 0px;
}

table.modern > tbody > tr:first-child > th,
table.modern > tbody > tr:first-child > td { 
	padding-top: 5px;
}
table.modern > th:last-child {
	padding-right:none;
}

table.modern > tbody > tr > td {
	border-bottom: 1px solid silver;
	padding: 10px 10px 10px 0;	
}
table.modern > tbody > tr > td:first-child {
	padding-left: 0px;
}

table.modern > tbody > tr:hover {
	# box-shadow: 0 0 4px #CCC;
}
table.modern > tbody > tr:hover > td {
	# background-color: #F8F8F8;
}

table.modern tr:first-child,
tr.nohover:hover,
table.nohover > tbody > tr:hover {
	box-shadow: none !important;
}

table.pad5 td {
	padding:0 5px 5px 0;
}

td.form_title,
td.form_input {
	padding:8px !important;
	vertical-align: baseline;
}

.pprow td:first-child {
	border-left: 15px solid white;
}
.pprow td:last-child {
	padding-right:0;
	padding-bottom:0;
}

.propro_bored td:first-child {
	border-left: 15px solid white;
}

.comment_display {
	margin-top:10px;
}
td > .comment_display:first-child,
td > .add_comment:first-child {
	margin-top:0px;
}
div.add_comment {
	margin-top:10px;
}
	

button.paction {
	margin-top:5px;
	width:50%;
	float:left;
}
td > button.paction:first-child {
	margin-top:0px;
}
button.confirmed,
button.confirmed_undo {
	width:100%;
}
button.ped_save {
	
}

.pp_comments {
	margin-top: 5px;
	max-height: 200px;
	overflow-y: auto;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* CENTERBOX */
	.centerBox { 
		position: fixed;
		border: 1px solid #dbdbdb;
		background-color: white;
		z-index: 500;
		text-align:left;
		width:800px;
		overflow:hidden;
		/*border-radius: 10px;*/
		box-shadow: 0 0 20px 10px #DFEFF9;
		padding: 10px;
	}
	.boxCloseIcon {
		z-index: 20000;
	}
	
/* CENTERBOX ENDE */

a.tableorder {
	display: inline-block;
	color: inherit;
	padding-left: 16px;
	background-image: url(/graphics/icons/order.png);
	background-position: left center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.tableorder.ordered {
	font-weight:bold;
}
a.showChildsOf {
	color: inherit;
}
a.showChildsOf:hover {
	color: #D7141A; 	
}
	
