/* Style Sheet: Holland Scale, Version 1.0 */ /* Created by: ASPerience BV */ /* Costerweg 5, 6702 AA Wageningen */ /* tel. 0317-497740 */ /* email: info@asperience.nl, website: www.asperience.nl */ /* Styles of the page body*/ BODY {font-size: 10pt; font-family: Arial, Helvetica, Sans-Serif; color: black; background-color : #FFFFFB; scrollbar-base-color : #0088B7; } /* Text styles */ /* Title text */ .txtTitle {color: #0088BF; font-size:14pt; font-family: Arial, Helvetica, Sans-Serif; font-weight: normal; } /* Sub-title text */ .txtSubTitle {color:black; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight : bold; } /* Introduction text */ .txtIntro {color:black; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-style : oblique; } /* Article text */ .txtArticle {color:black; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif;} /* Important text */ .txtImportant {color:#0088B7; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight:bold;} /* Table styles */ /* Table style of layout definition */ TABLE.tLayout { padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; border:none} /* Table style of an article in the layout definition */ TABLE.tArticle { padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; border:none} /* Table style of a specific table in an article */ TABLE.tData { padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; border: 1px solid Black; } /* Style of a title cell in an article table */ TD.tTitle { padding-left: 2px; padding-right: 2px; padding-top: 0px; padding-bottom: 1px; font-size:12pt; font-family: Arial, Helvetica, Sans-Serif;; font-weight: bold; color: #FFFFFF; background-color : #0088B7; } /* Style of a text cell in an article table */ TD.tArticle { padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; color: #000000; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; } /* Form styles */ /* Input field for multilined text */ TEXTAREA { } /* List styles */ /* Ordered list */ OL {list-style-type: decimal; list-style-position: outside; margin : 10px 20px 10px 20px; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-size : 10pt; } /* Un-ordered list */ UL { font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-size : 10pt; color : black; list-style-type : circle; list-style-image : url(bullet.gif); margin-left : 20px; } /* Input field, such as radiobuttons and checkerboxes */ INPUT { } /* Select fields, such as pulldown and list menu's */ SELECT { } /* Input button for e.g. Submit */ INPUT.button { } /* Input oneline textfield */ INPUT.textfield { } INPUT.pulldown { } /* Image styles */ /* Graphical button */ IMG.imButton {border: none; background-color : #FFE9AD; } /* Picture */ IMG.imPicture {border: 1px solid; border-color: #000000; } /* Link styles */ a:active {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: bold; color: #0088B7; text-decoration: none} a:link {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: bold; color: #0088B7; text-decoration: underline} a:visited {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: bold; color: #0088B7; text-decoration: underline} a:hover {color: #0088B7; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold; }