.body { background-color:#EEEEEE; }
.navi { font-weight: bold; color:#B62271; font-size: 12px; font-family:
verdana; letter-spacing: 1px  }
.fett { font-weight: bold; color:#B62271; font-size: 12px; font-family:
Verdana }
.text { color:#656565; font-size: 9pt;
font-family: "Verdana" }
.klein_fett { font-weight: bold; color:#666666; font-size: 8pt;
font-family: "Verdana" }
.klein { color:#656565; font-size: 8pt;
font-family: "Verdana" }

a:link  { color:#B62271; text-decoration: none }
a:visited  { color:#666666; text-decoration: none }
a:active { color:#B62271; text-decoration: none }

###a:hover     { text-decoration: none; letter-spacing: 2px }


td{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;color:#646874;}

#ctable td {
	border:thin;
	border-color: #006;
}


#demo-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#demo-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

#demo-list .file {
	line-height: 2em;
	padding-left: 22px;
	background: url(assets/attach.png) no-repeat 1px 50%;
}

#demo-list .file span,
#demo-list .file a {
	padding: 0 4px;
}

#demo-list .file .file-size {
	color: #666;
}

#demo-list .file .file-error {
	color: #8a1f11;
}

#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(assets/progress-bar/progress.gif);
}


.LV_valid {
	font-size:9px;
    color:#00CC00;

}
	
.LV_invalid {
		font-size:9px;
	color:#CC0000;
	   
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px; 
    font: normal 9pt;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
    
