table.disptable {
	display: block;
	border-style: outset;
	border-width: 2px;
	width: auto;
}

table.disptable TH {
	background-color:#8080ff;
	border-style: ridge;
	border-width: 2px;
	width: auto;
}

table.disptable TD {
	padding : 2px;
}

table.disptable2 {
	width: 98%;
	/*font-size: 1em;*/
	margin: 1% 0 0 1%;
	white-space: nowrap;
}

table.disptable2 TH {
	background-color:#0080ff;;
	border-style: ridge;
	border-width: 1px;
	color: white;
	width: auto;
}

table.disptable2 A {
	background-color: transparent;
	color: navy;
	text-decoration: underline;
}

table.disptable2 A:hover{
	color: red;
	text-decoration: underline;
}

table.disptable2 A:VISITED{
	color: navy;
	text-decoration: underline;
}

textarea {
	width: 80%;
	height: 200px;
}

dt {
	font-weight: bold;
}

.clear {
	clear: both;
}

h1 {
	/*font-size: 1em;*/
}

h1 a {
	color:#000;
}

div#header {
	background-color:#dbedff;
	border-top: 1px solid#000;
	border-bottom: 1px solid#000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;
}

div#header ul {
	margin: 10px 0 0 0;
}

div#header ul li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

div#header ul li a {
	display: block;
	color:#f00;
	border-left: 1px solid red;
	padding-left: 5px;
}

div#header ul li a :hover {
	border-left: 1px solid#000;
}

h2 {
	/*font-size: 1.1em;*/
	margin: 10px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed#000;
	cursor: help;
}

div#body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed#666;
}

div#validxhtml {
	float: right;
	background-color:#eee;
	border: 1px dotted#999;
	padding: 2px;
	margin: 5px;
	width: 100px;
	text-align: center;
}

div#footer {
	border-top: 1px solid#666;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

div#footer span {
	float: left;
}

/*.changed {
	background-color:#ee0;
	border: 1px solid#ccc;
	padding: 10px;
	margin: 10px;
}*/
ul#stylelist {
	margin: 0 0 30px 0;
}

ul#stylelist li {
	list-style-type: none;
	float: left;
	width: 100px;
	border: 1px solid#ccc;
	background-color:#eee;
	padding: 2px;
	margin-right: 2px;
}

th.sorted {
	background-color: navy;
	color: white;
}

th a,th a :visited {
	color: white;
}

th a :hover {
	text-decoration: underline;
	color: yellow;
}

th.sorted a,th.sortable a {
	background-position: right;
	background-color: transparent;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	background-images: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

th.order2 a {
	background-images: url(../images/arrow_up.png);
	background-repeat: no-repeat;
}

tr.odd {
	background-color:#fff
}

tr.tableRowEven,tr.even {
	background-color:#f4f3f2
}

ul#showsource {
	float: right;
	background-color:#eee;
	border: 1px dotted#999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width: 100px;
	list-style-type: none;
}

/* test styles */
table.its thead tr {
	background-color:#69c;
}

table.its tr.even {
	background-color:#def;
}

table.mars thead tr {
	background-color:#9c9;
}

table.mars tr.even {
	background-color:#ccb;
}

table.mars tr.odd {
	background-color:#eec;
}

table.simple thead tr {
	background-color:#eee;
}

table.simple tr.even {
	background-color:#fff;
}

table.simple {
	border: 1px solid#ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 1px solid#ccc;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.report td,table.report th {
	font: menu;
}

table.report th {
	background: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor: hand;
}

table.report idcol {
	background: buttonface;
}

table.report tr.even {
	background-color:#399;
}

table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr {
	height: 10px;
}

table.mark td.tableCellError {
	background-color:#d00;
	color:#fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}

table.sublist td,table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: white;
	border: 1px dotted#999;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: red;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-images: url(../images/ico_file_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-images: url(../images/ico_file_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-images: url(../images/ico_file_xml.png);
	background-repeat: no-repeat;
}

span.pagebanner {
	background-color: transparent;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 95%;
	display: block;
	color: red;
}

span.pagelinks {
	background-color: transparent;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	width: 95%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	color: green;
}

span.pagelinks a {
	color:navy;
}

span.pagelinks a:visited {
	color:navy;
}

table.simple td.textRed {
	color: #b11;
}

body,th,td,input,caption {
	font-family: verdana;
	font-size: 7.5pt;
	text-align: left;
}

/*div.forside {
	font-family: verdana;
	font-size: 7.5pt;
}*/
caption {
	font-weight: bold;
	color: white;
	background-color: blue
}

body>div.nsfadm {
	width: 100%;
	float: left;
}

div#column1 {
	float: left;
	display: block;
}

div#column2 {
	float: left;
	display: block;
}

div#column3 {
	float: left;
	right: 0;
	display: inline;
}

div#wrapper {
	position: relative;
	width: 100%;
	float: left;
}

div#template {
	position: absolute;
	width: auto;
	float: left;
	padding: 0;
}

<!--
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	padding-right: 5px;
	background-color: silver;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul,li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#nsfmenu {
	width: 100%;
	float: left;
}

img {
	border: 1px solid black;;
}

div.messages {
	display: block;
	background: white;
}

div.messages ul {
	list-style: circle;
	background: white;
	color: red;
}

div.messages li {
	list-style: circle;
	background: white;
	color: red;
}

div.messages ul>li {
	top: auto;
	left: auto;
}

div.top {
	float: left;
	padding: 5px;
	margin-left: 10px;
}

div.top li {
	list-style: circle;
	background: white;
	color: black;
}

div.top ul>li {
	top: auto;
	left: auto;
}

div.nsh1 UL>LI {
	list-style-type: disc;
	list-style-position: outside;
	color: black;
	background-color: white;
}

div.nsh1 li {
	list-style-type: disc;
	list-style-position: outside;
	color: black;
	background-color: white;
}

label {
	font-weight: bold;
	width: 9em;
	float: left;
	text-align: left;
	vertical-align: bottom;
	margin-right: 0.5em;
	display: block
}

input {
	color: black;
	background: white;
	margin: 1px;
	border: 1px solid black
}

select {
	color: black;
	background: white;
	margin: 1px;
	border: 1px solid black
}

.submit input {
	color: black;
	background: white;
	border: 2px inset black
	margin-left: 7.5em;
	padding-left: 2px;
}

fieldset {
	border: 1px outset black;
	padding: 5px;
	width: 25em
}

fieldset.nummer {
	border: 1px outset black;
	padding: 5px;
	width: 35em
}

legend {
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	padding: 2px 6px
}

div.next {
	float: left;
}

div.seilnummer {
	width: 30em;
}

div.nsfadm {
	width: 100%;
	float: left;
}

div.nsfadm legend {
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	padding: 2px 6px
}

div.nsfadm label {
	font-weight: bold;
	width: 20em;
	float: left;
	text-align: left;
	vertical-align: bottom;
	margin-right: 0.5em;
	display: block
}

div.nsfadm .submit input {
	margin-left: 20.5em;
}

div.nsfres {
	width: 100%;
	float: left;
}

div.nsfres fieldset {
	float: left;
	width: 40em
}

div.nsfres legend {
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	padding: 2px 6px
}

div.nsfres label {
	font-weight: bold;
	width: 20em;
	float: left;
	text-align: left;
	vertical-align: bottom;
	margin-right: 0.5em;
	display: block
}

div.nsfres .submit input {
	margin-left: 20.5em;
	padding-left: 2px;
}

div.nsfres .caption {
	font-family: verdana;
	font-size: 7.5pt;
}

div.nsfres2 {
	width: 40em;
	float: left;
	margin-right: 0.5em;
	margin-top: 2em;
	display: block
}
