/* 2024-12-06 12:47 */
/* CSS Document */

body, th, td {
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
}

body {
	margin: 7px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

div.hr {
	width: 100%;
	border-bottom: 1px solid #CCC;
	height: 1px;
}

table#overAll {
	width:100%;
	height: 100%;
}

td#menuTD {
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
}

img.icon {
	margin-right: 5px;
	margin-bottom: -2px;
	margin-top: 5px;
}

td#contentTD {
	vertical-align: top;
}

#menuform select,
#menuform input.text {
	width: 160px;
}

input {
	/* border: 1px solid black; */
}
input.updateForm {
	font-size: 10px;
	width: 300px;
	margin-bottom: 5px;
}
.SQLresult {
	/* border: 1px solid #005ba8; */
	table-layout:auto;
	width: 700px;
}

.SQLresult th {
	text-align: left;
	padding: 3px 20px 3px 5px;
	/* border-bottom: 1px solid black; */
	width: 60px;
	background-color: #CC100F;
	color: white;
	font-size: 11px;
	border-right: 2px solid white;
}

.SQLresult td {
	text-align: left;
	padding: 10px 20px 10px 5px;
	vertical-align: top;
	width: 60px;
	border-right: 1px solid #dfedff;
	/* border-bottom: 1px solid #000; */
}
.SQLresult th.IDcolumn,
.SQLresult td.IDcolumn {
	padding-right: 5px;
	width: auto;
}

img.thumb {
	border: 1px solid #AAA;
}

img.thumb[src$=".png"] {
    background-image: url(images/transparent_bg.jpg);
}

a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: gray;
}

.odd {
	background-color: #FBBB37;
	color: white;
}

.odd a:link {
	text-decoration: underline;
	color: white;
}
.odd a:visited {
	text-decoration: underline;
	color: white;
}
.odd a:hover {
	text-decoration: none;
	color: #0F4F8D;
}

.even {
	/* background-color: #FFF; */
}


.highlighted {
	background-color: #E3001B;
	font-weight: bold;
	color: white;
}

.stoerer {
	background-color: red;
	color: white;
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	white-space: nowrap;
}
