body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: "Segoe UI", Tahoma, "Arial Unicode MS", Arial, helvetica, sans-serif;
}

#header {
	width: 100%;
	height: 40px;
}

#header h1 {
	line-height: 30px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.3em;
	text-indent: 14px;
}

#logo {
	position: absolute;
	right: 16px;
	top: 12px;
	background: url('logo.gif') right no-repeat;
	height: 85px;
	width: 105px;
}

#navi {
	height: 20px;
	background-color: #c40109;
	margin-bottom: 15px;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	display: block;
	float: left;
	border-top: 0;
	border-bottom: 0;
	border-right: 2px solid #254e9d;
	background-color: #254e9d;
}

#navi ul li.sys {
	float: right;
	margin-right: 115px;
}

#navi ul li a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #DDDDDD;
	line-height: 20px;
}

#navi ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
}

#navi ul li a:hover {
	color: #FFFFFF;
	background-color: #c40109;
}

#main {
	padding: 0 15px;
}

#info {
	padding: 2px;
	border: 1px solid #008040;
	border-top: 0;
	color: #008040;
	text-align: center;
	position: relative;
	top: -15px;
	background: #FFFFCC url('logo.gif') right -58px no-repeat;
}

#error {
	padding: 2px;
	border: 1px solid #FF0000;
	border-top: 0;
	color: #DDDDDD;
	text-align: center;
	position: relative;
	top: -15px;
	background: #990000 url('logo.gif') right -58px no-repeat;
}

#info a,
#error a {
	color: #FFFFFF;
}

span.desc {
	font-size: 0.7em;
}

span.action {
	font-size: 0.8em;
	margin-left: 10px;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
}

table.table1 {
	font-size: 1.0em;
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.table1 table {
	background: none;
}

table.table1 table tr.odd,table.table1 table tr.even {
	background: none;
}

table.table1 thead tr {
	background-image: url('table1_thbgr.jpg')
		;
}

table.table1 tfoot tr {
	background-image: url('table1_tfbgr.jpg')
		;
}

table.table1 thead th {
	text-align: left;
	padding: 6px 4px 2px 4px;
}

table.table1 tfoot td {
	text-align: left;
	padding: 6px 4px 2px 4px;
}

table.table1 td {
	padding: 2px 4px;
	overflow: hidden;
	table-layout: fixed;
}

table.table1 td img {
	margin: 0 3px;
}

table.table1 tr {
	background-color: #F3F3F3;
}

table.table1 tr.even {
	background-color: #F3F3F3;
}

table.table1 tr.odd {
	background-color: #FFFFFF;
}

table.table1 tr.selected {
	background-color: #7FAAD4;
}

table.table1 tr.empf {
	background-color: #CCCCCC;
}

table.table1 tr.row-subtitle {
	background-color: #598ed0;
	color: #EEEEEE;
}

table.table1 tr.row-subtitle td {
	padding: 3px 4px 2px 2px;
}

table.table1 tr:hover {
	background-color: #DDDDDD;
}

table.table1 tr.even:hover {
	background-color: #DDDDDD;
}

table.table1 tr.odd:hover {
	background-color: #DDDDDD;
}

table.table1 tr.selected:hover {
	background-color: #8BB5E0;
}

table.table1 tr.empf:hover {
	background-color: #BBBBBB;
}

table.table1 table,table.table1 table tr,table.table1 table tr td,table.table1 table tr.odd,table.table1 table tr.empf
	{
	background: transparent;
}

span.button {
	display: block;
	background-color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 32px;
	height: 28px;
	line-height: 26px;
	color: #0F486A;
}

span.button.add {
	background-image: url('add.png');
	width: 210px;
}

span.button.back {
	float: left;
	background-image: url('back.png');
	width: 230px;
}

span.button.modify {
	float: left;
	background-image: url('modify.png');
	width: 250px;
}


form {
	width: 100%;
	margin: auto;
	padding-top: 5px;
}

fieldset {
	border: 0;
	border-top: 1px solid #0F486A;
}

fieldset legend {
	font-variant: small-caps;
	color: #0F486A;
	font-size: 1.0em;
}

fieldset dl {
	padding: 5px;
	margin: 0;
	text-align: left;
	min-height: 35px;
}

fieldset dl.focus {
	background-color: #A8CFF0;
}

fieldset.fields2 dl.submit,
fieldset.fields2 dl.submit:focus {
	background: none;
}

fieldset dt {
	text-align: left;
	float: left;
	width: 14em;
}

fieldset dd {
	margin-left: 14em;
}

fieldset.submit {
	text-align: center;
	border-top: 2px dotted #CCCCCC;
	padding-top: 10px;
}

fieldset textarea.inputbox,
fieldset input.inputbox {
	width: 95%;
	border: 1px solid #999999;
}

fieldset.fields2 select {
	width: 55%;
}

fieldset textarea.inputbox {
	width: 55%;
	height: 50px;
}

fieldset textarea.tall {
	height: 250px;
}

fieldset input.inputbox.small {
	width: 35%;
}

fieldset input.inputbox.medium {
	width: 55%;
}

fieldset input.inputbox.nr {
	width: 25px;
}

fieldset.submit input {
	width: 25%;
	margin: 0 10px;
	border: inherit;
	background-color: #a7ce39;
	font-weight: bold;
	padding: 3px;
}

/* Hover effects */
fieldset dl:hover dt {
	border-color: #000000;
}

fieldset dl:hover dt label {
	color: #336633;
}
	
fieldset dl:hover {
	background-color: #DEDEDE;
}

fieldset div.boxlist {
	text-align: left;
	padding-left: 6px;
}

fieldset div.boxlist table {
	width: 100%;
}

fieldset div.boxlist td {
	padding-right: 10px;
}

input.inputbox:hover {
	border: 1px solid #000000;
}

input.inputbox:focus {
	background-color: #FFFFBB;
	border: 1px solid #0080C0;
	color: #4b4b4b;
}

textarea.inputbox:hover {
	border: 1px solid #000000;
}

textarea.inputbox:focus {
	background-color: #FFFFBB;
	border: 1px solid #0080C0;
	color: #4b4b4b;
}

input.button {
	border: 1px solid #4b4b4b;
	padding: 3px 5px;
	text-indent: 24px;
	background: 4px center no-repeat;
	margin-right: 10px;
	cursor: pointer;
}

input.button.submit {
	background-image: url('apply.png');
	font-weight: bold;
}
input.button.abort {
	background-image: url('disabled.png');
}
input.button.reset {
	background-image: url('reset.png');
}

a.image {
	background: none;
	border: 1px solid transparent;
}
a.image:hover {
	background: none;
	border: 1px solid #4b4b4b;
}
a.image.active {
	background: url('sort_active.png') no-repeat center center;
	border: 1px solid transparent;
}

a img,
a.image img {
	border: 0;
}

#menu_vert ul li a.hide.new,
#menu_vert ul li a:link.hide.new,
#menu_vert ul li a:visited.hide.new,
a.hide.new {
	color: #3366CC;
	font-weight: bold;
}
#menu_vert ul li a:hover.hide.new {
	color: #990000;
}