/* Überschriften der LABEL bei Radio Buttons*/
legend {
color:#000000;
background-color: #FFFFFF;
padding-left:10px;
padding-right:10px;
border: 0px;
}

/* Definition des Gesamtrahmens der Radio Buttons*/
fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #7F9DB9;
}

/* eigene Klasse für die Abstände nach oben und unten
bei der vwerwendung von Radio Buttons in Formularen */
.radiolayout {
width:60%;
color: #7F9DB9;
padding-top:15px;
padding-bottom:15px;
}

/* eigene Klasse für den Gesamtrahmen vom Formular */
.formu {
width:100%;
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #474747;
font-size: 12px;
background-color: #FFFFFF;
padding-top:10px;
padding-bottom:10px;
padding-left:80px;
border:1px solid #7F9DB9;
font-weight:bold;
}

/* spezielle Klassen für Formularelemente */
.mf-radio {
border:0px;
}

.mf-input {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: 1px solid #7F9DB9;
}
.mf-pass {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-text {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: 1px solid #7F9DB9;
}
.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}
.mf-file {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-reset {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-submit {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
background-color: #FF9900;
border: 0px;
font-weight:normal;
}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
IMG.spacer-gif { border: 1px solid navy; }
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

/DIV.csc-frame { border: 2px dotted olive; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid black; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid black; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: red; }
DIV.csc-frame-frame2 { background-color: green; }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }

/***************************************



hr {
	padding: 0px 0px 0px 0px;
	border: 1px solid #C9D6EA;
	border: none;
	height: 1px;
	background-color: #C9D6EA;
	color: #C9D6EA;
	width: 490px;
	margin-bottom: 10px;
}

#hr {
	border-bottom: 1px solid #CCCCCC;
	width: 490px;
	height: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}