@CHARSET "UTF-8";

body {
	overflow: hidden
}

#loadingWrapper {
	border: 1px solid #ccc;
	position: absolute;
	left: 45%;
	top: 40%;
	padding: 2px;
	z-index: 20001;
	height: auto;
}

#loadingWrapper a {
	color: #225588;
}

#loadingWrapper .loadingIndicator {
	background: white;
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
	color: #444;
}

#loadingMsg {
	font: normal 10px arial, tahoma, sans-serif;
}





.payfits-background {
	background-image: url("images/payfitsvp/background.png");
}

/*============================================================ 
    12) Logo 
============================================================*/
.payfitsvp-Logo {
	background-image: url("images/payfitsvp/background_45.png");
}



/* Codeformatierung XML Anzeige */
.tag_payfits_info,
.tag_payfits_error,
.tag_payfits_warning,
.tag_payfits_info,
.tag_payfits_fatal
{
	color: white;
	border-radius: 4px;
	padding: 3px 7px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	font-family: "Helvetica","Arial","Geneva",sans-serif;
	margin-right: .5em;
	position: relative;

	top: 3px;
	bottom: 3px;
	text-transform: capitalize;
	height: 25px;
	white-space: nowrap;
}


/* Codeformatierung XML Anzeige */
.xml_payfits_error {
	color: red;
}
/* Codeformatierung XML Anzeige */
.tag_payfits_error {
    background-color:red;
}

/* Codeformatierung XML Anzeige */
.xml_payfits_warning {
	color: #E18700
}

/* Codeformatierung XML Anzeige */
.tag_payfits_warning {
	background-color:#E18700;
}

/* Codeformatierung XML Anzeige */
.xml_payfits_info {
	color: green
}

/* Codeformatierung XML Anzeige */
.tag_payfits_info {
	background-color:green;
}

/* Codeformatierung XML Anzeige */
.xml_payfits_fatal {
	color: red;
	font-weight: bold;
}
/* Codeformatierung XML Anzeige */
.tag_payfits_fatal {
	background-color:red;
}

.xml_plain {
	color: rgb(0, 0, 0);
}

.xml_tag_symbols {
	/*color: rgb(0,59,255); */
	color: #6D7B8D
}

.xml_comment {
	color: rgb(147, 147, 147);
}

.xml_tag_name {
	/*color: rgb(0,55,255);*/
	color: #006699
}

.xml_attribute_value {
	/*color: rgb(193,0,0);*/
	color: black
}

.xml_attribute_name {
	/*color: rgb(0,0,0); font-weight: bold;*/
	color: #347235;
}

code {
	color: rgb(0, 0, 0);
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	white-space: nowrap;
}

.xml_processing_instruction {
	color: rgb(0, 0, 0);
	font-style: italic;
}

.xml_rife_tag {
	color: rgb(0, 0, 0);
	background-color: rgb(228, 230, 160);
}

.xml_char_data {
	color: rgb(0, 0, 0);
}

.xml_rife_name {
	color: rgb(0, 0, 196);
	background-color: rgb(228, 230, 160);
}