<!-- --------------------------- form ------------------------------------------- -->
<!-- for the form itself -->
form.stdForm {
	margin-bottom : 0;
	margin-top: 0;
}
<!-- for the form itself -->
table.stdForm {
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;	
}
<!-- for a label of a formfield shown in the form -->
td.stdFormLable {
	border-spacing: 0px;
	font-size: 12px;
	vertical-align: top;
	color: #555555;
	padding-left: 40px;
	width: 25%;
}
<!-- for a formfield shown in the form -->
td.stdFormField {
	border-spacing: 0px;
	font-size: 12px;
	font-family: Verdana, Times, Arial, Helvetica;
	vertical-align: top;
	color: #555555;
	padding-left: 40px;
	text-align: left;
}
<!-- for an empty row shown in the form -->
td.stdFormEmptyRow {
	font-size: 12px;
	font-family: Verdana, Times, Arial, Helvetica;
}
<!-- for a button shown in the form -->
td.stdFormButton {
	text-align: center;
} 
<!-- ---------------------------- view ------------------------------------------- -->
<!-- ---------------------------- all views -------------------------------------- -->


table.stdViewTitle {
	width: 100%;
	border: none;
}
td.stdViewTitle {
	font-size: 16px;
	font-weight: bold;
}
table.stdViewNextPrev {
	width: 100%;
}
td.stdViewNextPrev {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #555555;
	width: 25px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}
a.stdViewNextPrev:link, a.stdViewNextPrev:active, a.stdViewNextPrev:visited, a.stdViewNextPrev:hover {
	text-decoration: none;
	color: #555555;
}
td.stdViewPageNumbers {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
a.stdViewPageNumbers:link, a.stdViewPageNumbers:active, a.stdViewPageNumbers:visited, a.stdViewPageNumbers:hover {
	text-decoration: none;
	color: #555555;
}
span.stdViewPageNumbers {
	font-size: 12px;
	color: #555555;
	font-weight: normal;
}
table.stdAdminViewTable {
	width: 100%;
	background-color: #D8E4F2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.stdViewTable {
	width: 100%;
	border: none;
}
td.stdViewEntry {
	font-size: 12px;
	color: #555555;
	padding-left: 40px;
}
a.stdAdminViewAdminLink:link, a.stdAdminViewAdminLink:active, a.stdAdminViewAdminLink:visited, a.stdAdminViewAdminLink:hover {
}
table.stdViewAlert {
	width: 100%;
	border: none;
}
td.stdViewAlert {
	font-size: 12px;
	color: #FF9900;
}
a.stdViewAlert:link, a.stdViewAlert:active, a.stdViewAlert:visited, a.stdViewAlert:hover {
	color: #FF9900;
}
span.stdViewAlert {
	font-size: 12px;
	color: #FF9900;
}
img.stdViewIcon {
	border: none;
}
table.stdViewGoTo {
	border: none;
	border-spacing: 0px;
	width: 100%;
	padding-left: 0px;
	border-collapse: collapse;	
}
td.stdViewGoTo {
	font-size: 12px;
	color: #555555;
	padding-left: 40px;
	padding-right: 40px;
}
a.stdViewGoTo:link, a.stdViewGoTo:active, a.stdViewGoTo:visited {
	text-decoration: none;
	color: #555555;
}
a.stdViewGoTo:hover {
	color: #FF9900;
}

<!-- for an entry link e.g. mailto, link to my website --> 
a.stdViewEntryLink:link, a.stdViewEntryLink:active, a.stdViewEntryLink:visited, a.stdViewEntryLink:hover {
	color: #555555;
}




<!-- ---------------------------- collection, picture only ------------------------------ -->

<!-- for an admin stuff -->  
td.stdCollectionViewAdminText, td.stdPictureViewAdminText {
	font-size: 10px;
	color: #919191;
	text-align: right;
}
<!-- for an about text --> 
span.stdCollectionViewAboutText, span.stdPictureViewAboutText {
	border: none;
	font-size: 10px;
	color: #919191;
	font-style: italic;
}

td.stdCollectionViewEntry, td.stdPictureViewEntry {
	font-size: 12px;
	color: #555555;
	padding-left: 5px;
	padding-top: 6px;
	vertical-align: top;
}

td.stdCollectionViewImage, td.stdPictureViewImage {
	text-align: center;
	padding: 5px;
}

img.stdCollectionViewImage, img.stdPictureViewImage {
	border: 1px solid;
	border-color: #000000;
}

<!-- ---------------------------- formfields, buttons ------------------------------------------- -->
<!-- for all formbuttons --> 
button.stdButton, input.stdInputField, textarea.stdTextAreaField, select.stdSelectField {
	font-family: Verdana, Times, Arial, Helvetica;
	font-size: 11px;
}
<!-- for all select fields --> 
select.stdSelectField {
	width: 197px;
}
<!-- ---------------------------- formfields: error styles --------------------------------- -->
<!-- used when a constraint of a formField (input) failed --> 
input.stdFormError, textarea.stdFormError, select.stdFormError {
	font-family: Verdana, Times, Arial, Helvetica;
	background-color: #FF9900;
	font-size: 11px;
}
<!-- used when a constraint of a formField (textarea) failed --> 
select.stdFormError {
	width: 197px;
}
<!-- ---------------------------- text styles ----------------------------------------- -->
<!-- used when process was successfully performed e.g. Thanks for contacting us... --> 
span.stdSuccessInformation {
	font-family: Verdana, Times, Arial, Helvetica;
	color: #FF9900;
	font-size: 12px;
}
<!-- used when process failed e.g. Sorry, your email could not be send... --> 
span.stdFailedInformation {
	font-family: Verdana, Times, Arial, Helvetica;
	color: #FF9900;
	font-size: 12px;
}
<!-- used to show the required information e.g. Fields with a * are required -->  
td.stdRequiredInformation {
	font-size: 12px;
	color: #555555;
	padding-left: 40px;
}
span.stdRequiredIdentifier {
	color: #FF9900;
}
<!-- ---------------------------- misc ----------------------------------------- -->
a.stdLink:link, a.stdLink:active, a.stdLink:visited, a.stdLink:hover {
	color: #FF9900;
}
td.bold, span.bold {
	font-weight: bold;
}

span.collectionNameAdmin, span.collectionName, span.pictureName {

}
span.blue {
	color: #115588;
}
span.gray {
	color: #999999;
}
span.orange {
	color: #FF9900;
}