/* Style Sheet: WEI Website, Version 0.1 */ /* 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: #B2B2B2; } /* Text styles */ /* Title text */ .txtTitle {color: Black; font-size:12pt; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold; } /* Sub-title text */ .txtSubTitle {color:#FFFFFF; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight : bold; } /* Introduction text */ .txtIntro {color:#FFFFFF; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-style : oblique; font-weight : normal; } /* Article text */ .txtArticle {color: Black; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif;} /* Important text */ .txtImportant {color: #000066; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight:bold; } .txtSublink {color: #FFFFFF; font-size:10pt; font-family: Arial, Helvetica, Sans-Serif; font-weight:bold; } /* Table styles */ /* Table style of layout definition */ TABLE.tLayout {background: #FFE9AD; 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 {background:#333333; border: 1px solid #FFFFFF; } /* Table style of a specific table in an article */ TABLE.tData {background: #333333; border: 1px solid #FFFFFF; } /* Style of a title cell in an article table */ TD.tTitle {background:#FFCC99; padding-left: 2px; padding-right: 2px; padding-top: 0px; padding-bottom: 1px; font-family : Arial, Helvetica, Sans-Serif; font-size : 12pt; font-weight: bold; color : #B83B3B; } /* Style of a text cell in an article table */ TD.tArticle {background:#FFE9AD; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px} /* Style of left bar in content pages */ TD.tLeftBar { background: #E7E7E7; filter : alpha(opacity=75); opacity: 0.75; } TD.tLeftSelector { background: #58B144; } /* Form styles */ /* 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 { color: Black; font-family: Arial, Helvetica, Sans-Serif; font-size : 10pt; margin-left : 20px; } /* Input field for multilined text */ TEXTAREA { background : #F0F8FF; font-family : sans-serif; } /* Input field, such as radiobuttons and checkerboxes */ INPUT { background-color: #D7F0F6; } /* Input button for e.g. Submit */ INPUT.button { background-color:#7ECFE2; } /* Input oneline textfield */ INPUT.textfield { background: #F0F8FF; } /* Image styles */ /* Graphical button with possible transparancies */ IMG.imButton {border: none; background-color : #D7F0F6; } /* Picture */ IMG.imPicture {border: 1px solid; border-color: #000000; } /* Link styles */ a:active {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: normal; color: Green; text-decoration: none; } a:link {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: normal; color: black; text-decoration: none; } a:visited {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: normal; color:black; text-decoration: none; } a:hover {font-family: Arial, Helvetica, Sans-Serif; font-size:10pt; font-weight: normal; color:black; text-decoration: underline }