#contentright {
	right:10px;
	width:300px;
	position:fixed;
}
ul.error {
    color:red;	
}
a.normal:link, a.normal:visited, a.normal:active, a.normal:hover { 
	color:inherit; 
	font-weight:normal;
	text-decoration:none;
}
label[for] {
	cursor: pointer;
}
.tooltip {
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 3; 
	display: none;
}
.maxlength-feedback {
	font-weight:normal;
}
.maxlength-class-error {
	color:red;
	text-shadow:0 0 4px red;
}
.maxlength-class-alert {
	color:yellow;
	text-shadow:0 0 4px black;
}
.ajax_busy {
	background-color:infoBackground;
	padding: 5px 1em;
	-moz-border-radius:1em;
	-webkit-border-bottom-left:1em;
	border-radius:1em;
	position:fixed;
	right:1em;	
}
.overlib_img {
	opacity:0.3;
	filter: alpha(opacity=30);
	background-color:#e6e5e4;
}
.overlib_img:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
#content {

}
#app {
	padding-top:2em;
	margin-top:9px;
	margin-left:1em;
	margin-right:1em;
	padding-bottom:2em;
}

.round_border {
	border: 1px solid #AFAFAF;
	border-radius:1em;
	-moz-border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
}
.border {
	border: 1px solid #AFAFAF;
}	
#systemWorking {
	z-index:3000;		
}
#applicationheader {
	top: 0px;
	left: 0px;
	right: 10px;
	position:fixed;
	z-index:2500;
}
#footer {
	bottom:0;
	left:0px;
	right:10px;
	position:fixed;
	z-index:2000;	
}

.abstracts_ds_listrow {
	text-align:left;
	padding:0.5em;
	padding-left:52px;
	min-height:48px;
	background-repeat:no-repeat;	
	background-color:#F9F9F9;
	border-bottom: 1px #999999 solid;	
}
div.dslist {
	border: 1px solid #999999;
	border-bottom:0px;
	background-color: #999999;
		
}
.abstracts_ds_listrow a {
	font-weight:normal;color:black;text-decoration:none;
}
a .abstracts_ds_listrow:hover {
	background-color: #D8F4CD;
	cursor: pointer;	
}
.abstracts_ds_listrow_left {
	width:75%; display: inline; float: left; margin-right:5px;
}
.abstracts_ds_listrow_right{
	width:23%; display: inline; float: right; margin-right:5px;
}
#app_header {
	background-image: url(../img/abstracts.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px !important;
	font-size:15pt;
	font-variant:small-caps;
}
#applicationheader_div {
	background-color: #e6e5e4;
	background-image:url(../img/highlight-center.png);
	background-position:50% 50%;
	background-repeat:repeat-x;
	padding:0px 0.5em;
}

#topnavigation {
	white-space:nowrap;
}
#page_gen_time {
	display: none;
}
.working {
	position:absolute;
	width: 30%; 
	top:30%;
	left:30%;
	z-index:1015;
	text-align:center;
	vertical-align:middle;
	border:3px #cccccc solid;
	background-color:#e6e5e4;
	font-weight:bold;
}
.info {
	background-image:url(../img/info.png);
	background-color:white;
	min-height:30px;
	padding:12px;
	text-align:left;
	padding-left:52px;
	background-repeat:no-repeat;
	background-position:0.5em;
	width:50em;
	margin-left:auto !important;
	margin-right:auto !important;
}
.new {
	border:1px grey dashed;
}
.list_filter {
	margin-left:2px;
	margin-right:2px;
	margin-bottom:1px;
	margin-top:1px;
	}
.admin {
	background-image:url(../img/bomb.png);
}
.read {
	background-image:url(../img/read.png);
}
.write {
	background-image:url(../img/write.png);
}
.header {
	font-style:italic;
	font-size:10pt;
	font-weight:bold;
	background-color: #bbbbbb;
}
.even{ 
	background-color:white; 
	border:0;
}
.odd{ 
	background-color:#efefef; 
	border:0;
}

.highlight[onclick] {
	cursor:pointer;
}
.nowrap {
	white-space: nowrap;
}
div.p {
	margin:11px;
}
div.alert {
	background-image:url(../img/DIALOG_WARNING_32.png);
	background-color:#FFFFe1;
	min-height:32px;
	padding:12px;
	text-align:left;
	padding-left:52px;
	background-repeat:no-repeat;
	background-position:12px 12px;
	width:50em;
	margin-left:auto !important;
	margin-right:auto !important;
	border: 1px solid #AFAFAF;
}

td.form_cell > div.alert {
	width: inherit;	
}
.alert_small {
	background-color:#FFFFe1;
	font-weight:bold;
	padding:3px;
	padding-left:25px;
	text-align:left;
	background-image: url("../img/DIALOG_WARNING_16.png");
	background-position: 3px 3px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #999999;
}
.required {
	font-weight:bold;
}

ul{
	margin:0px;
}
li {
	margin:0px;
	padding:0px;
}
th.normal {
	font-weight:normal;
}
td.form_cell, th.form_cell {
	padding: 0.5em;
	border-bottom: 1px solid #999999;
}

body,td {
	padding: 0px;
	margin: 0px;
}
body, div, ul, li, td, h1, h2, h3, h4, h5, h6, input, textarea, button,select,option,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border:0px;	
	padding: 0px;
	margin:0px;
}
div.p {
    margin:11px;
}
.form_header, .form_label {
	background-color:#4DAC26;
	background-image:url(../img/highlight-center.png);
	background-position:50% 50%;
	background-repeat:repeat-x;
	border:1px solid #4DAC26;
	color:#FFFFFF;
	font-weight:bold;
	line-height:27px;
	margin:1px;
	padding:0px 1em;
}
hr {
	border-color:black;
	border-style:solid;
	border-width:0 0 1px;
}
div.input_div {
	/*width: 250px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #4DAC26;
	background-color:white;
	max-height: 4em;
	overflow: auto;
}
.grayed_text {
	color:#999999;
	font-style:italic;
}

.hlines {
	border-top: 1px solid #999999;
}
.bordered {
	border: 1px solid #999999;
}

td.nohighlight {
	background-color:#F9F9F9;
}
.SELECTOR > tbody > tr > td {
	padding:0.5em;
}
.SELECTOR {
	border: 1px solid #999999;
	border-top:0px;
	background-color: #999999;
	color: white;
}

tr[onclick]:hover {
	cursor: pointer;
}
.nohighlight > td {
	background-color:#F9F9F9;
}
.nohighlight:hover > td {
	background-color:#D8F4CD;
}
.taetigkeit {
	background-color:#F9F9F9;
}

.disabled {
	color:#999999;
	background-color:#E0E0E0;
}


td {
	padding:0px;
}
th {
	text-align:left;
	vertical-align:top;
}
.hidden {
	display:none;
}

.overlib_fontClass {
	font-size: 10pt;
}
.overlib_closefontClass, .overlib_closefontClass A {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	text-decoration:none;
}
.overlib_capfontClass {
	font-weight:bold;
	color:#FFFFFF;
}
.overlib_fgClass {
	background-color: #E9E9E9;
}
.overlib_bgClass {
	background-color: #4DAC26;
}

