* {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
html {
	margin: 0;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	margin-right:10px;
	margin-left:5px;
	font-size:100%;
	color:#666666;
}
form {
	margin:0px;
}
iframe {
	border: 0px none #FFFFFF;
	width:100%;
}
a {
	color:rgb(4,66,117);
	font-weight:normal;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
label {
	font-weight: bold;
	font-size:100%
}

input {
	border: 1px solid rgb(4,66,117);
	margin-left:auto;
}
input[disabled] {
	background: #E6E6E6;
}
input[type='checkbox'] {
	border: 0px;
}
input[type='radio'] {
	border:0px none !important;
}
textarea {
	border: 1px solid rgb(4,66,117);
	font-size: 100%;
}
.body table td{
	padding-top: 2px;
}

select {
	border: 1px solid rgb(4,66,117);
	margin-left: auto;
}


.fieldError{
	border:2px solid rgb(133,0,0);
}
.radio {
	border: none;
}

div .fieldError{
	border: 2px solid rgb(133,0,0);
	padding-top: 2px;
}
.checkbox input{
	border: none;
}


.required{
	color: rgb(133,0,0);
}
.tomRed {
	color: rgb(133,0,0);
}
.tomYellow {
	color: rgb(255,153,51);
}
.tomGreen {
	color: rgb(34,200,63); 
}
.tomHeader {
	border-top: 7px solid rgb(0,66,131); 
	background-color: rgb(227,228,229);
	padding: 5px;
	color: rgb(4,66,117);
}
.tomHeader label{
	font-weight: bold;
}
.tomTable label{
	font-weight: bold;
}

.tomTemplateTable{
	border-width: 0px;
	border-collapse: collapse;
}

.tomTemplateTable td {
	border-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.actionlink {
	text-decoration:none;
	color:rgb(4,66,117);
	cursor:pointer;
}
.actionlink:hover{
	color: black;
	text-decoration: underline
}


.page {
	background-color: rgb(255,255,255);
	border:1px solid silver;

	border-collapse: separate;
}
.page .header{
	background: url(/images/header.png) 0 0 repeat-x;
	border-bottom: 1px solid silver;
}
.page .header .table{
	padding: 1px;
	line-height: 120%;
}



.adminpage {
	background-color: rgb(255,255,255) ;
	border:1px solid silver;
	margin-top: 10px;
}
.adminpage .header{
	background-color: rgb(255,128,0);
	border-bottom: 1px solid silver;
}
.adminpage .header .table{
	padding: 1px;
	line-height: 120%;
	color: rgb(255,255,255);
	
}
.adminpage .header .versioninfo{
	color: rgb(255,255,255);
}



.panel {
	width: 100%;
}
.panel .header{
	background-image: none;
	background-color: rgb(255,255,255);
	color: rgb(4,66,117);
	border: 0px;
	font-weight:bold;
	font-size:100%;
	position:relative;
	top:-8px;
	left:5px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	width: auto;
}



.errorpanel {
	border:2px solid rgb(133,0,0);
	background-color: rgb(255,255,255);
}
.errorpanel .header {
	background-image: none;
	background-color: rgb(255,255,255);
	color:rgb(133,0,0);
	font-weight:bold;
	border: 0px;
	font-size:100%;
	position:relative;
	top:-8px;
	left:10px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	width: auto;
}
.errorpanel .body {
	padding-top: 0px;
	margin-top: 0px;
}

.infopanel .body {
	margin-left: 0px;
}


.buttonpanel {
	padding-bottom: 2px;
}
.buttonpanel .body{
	margin-left: 0px;
}

.mandatoryInfopanel .body {
	margin-left: 0px;
}
.mandatoryInfopanel .body label{
	font-weight: bold;
}


.boxedpanelheader {
	background: url(/images/background/navi-bg_grau.png) 0 0 repeat-y;
	color: rgb(0,66,131);
	font-weight:bold;
	font-size: 120%;
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-bottom:1px solid silver;
}


.datatable th {
	background-color:rgb(227,228,229);
}
.datatable th .sortcolumn {
	text-decoration:underline;
	color: #666666;
	cursor:pointer;
	font-weight:bold;
	font-size:8pt;
}
.datatable th .sortcolumn label{
	text-decoration:underline;
	color: #666666;
	cursor:pointer;
	font-weight:bold;
	font-size:8pt;
}
.datatable td {
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:3px;
}


.inactive {
	color:gray;
}

.imagehref {
	cursor:pointer;
}
.linkbutton {
	border:none;
	text-decoration:underline;
	color:navy;
	cursor:pointer;
	text-align:left;
}
.push {
    height: 9em;
    margin-top:20px;
}
.waittext {
	font-size:31pt;
	font-family: Century Gothic;
	color: black;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -11em;
}


.menuentry {
	_width:100%;
	border-bottom:1px solid rgb(4,66,117);
	cursor:pointer;
	padding-bottom:5px;
	padding-top:8px;

}
.menuentry .text {
	padding:2px;
	padding-top:4px;
	padding-left:10px;
	color: rgb(4,66,117);
	font-size: 110%;
	text-decoration: none;
}

.menuentry .text a {
	font-size: 100%;	
}

.menuentry .expanded a {
	font-weight: bold;	
}

.menuentry .text:hover {
	color: black;
	text-decoration: underline;
}

.menuentry .expanded {
	background-repeat:no-repeat; 
	background-position:left;
	font-weight: bold;
}
.menuentry .enclosed {
	background-repeat:no-repeat; 
	background-position:left;
}


.menulink {
	margin-top:1px;
}
.menulink .text {
	padding: 2px;
	padding-left: 20px;
	padding-top:3px;
}
.menulink a {
	text-decoration: none;
}
.menulink a:hover {
	color: black;
	text-decoration: underline
}
.menulink .active {
	background: url(/images/background/navi-bg_grau.png) 0 0 repeat-y;
}
.menulink .active .text a {
	text-decoration: none;
	font-weight: bold;
	
}


.footer {
   	width:100%;
   	text-align:left;
   	margin-left:10px;
}
.footer_class {
	display:block;
	font-size:8pt;
	color:gray;
}
.footer_class a{
	font-size:8pt;
}

.space {
	width:5px;
	height:auto;
    display:inline-block;
}

.hinttext {
	display:inline-block;
	margin-top:5px;
}