/* (c) 2002, IDEAX B.V. */ /* General CSS */ .noDisplay { display:none } body, td { color: WindowText; font: 10pt/12pt 'MS Sans Serif'; } body { overflow: auto; } table, img { border: none; } img.blank { width: 1px; height: 1px; } img.icon { width: 13px; height: 11px; vertical-align: middle; } img.folder { width: 18px; height: 14px; } img.hresp { width: 13px; height: 11px; } /* Anchor voor views */ a { color: #000000; } a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } /* H2 for "No documents found" */ H2 { font: 12pt/32pt Arial; color: #808080 display:none } .viewHead { background-color: #F1F1F1; font-size: 8pt; padding-left: 3px; } /* actionbarForm Views */ /* */ .actionbarView { background-color: #F1F1F1; border-color: #E0E0E0 #808080 #808080 #E0E0E0; border-width: 1px; border-style: solid; } /* */ .buttonView, a.buttonView:link, a.buttonView:visited { font: 8px 'MS Sans Serif'; text-decoration: none; border: 1px solid #F1F1F1; } a.buttonView:hover { text-decoration: none; border-color: #FFFFFF #808080 #808080 #FFFFFF; } a.buttonView:active { text-decoration: none; border-color: #808080 #FFFFFF #FFFFFF #808080; } /* Cascading Style Sheets voor viewPicker */ .vPickerOut { font: 10pt/12pt 'MS Sans Serif'; background-color: #F9F9F9; border: 1px solid #EFEFEF; padding-left: 3px; } .vPickerOver { font: 10pt/12pt 'MS Sans Serif'; background-color: #F9F9F9; border: 1px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; padding-left: 3px; cursor: hand; } /* Cascading Style Sheets voor views */ .Category1 { font-family: Arial; font-weight: bold; color: #000080; background-color: #F0F0E8; padding-left: 3px; } .Folder1 { color: #000080; } .Category2 { font-family: Arial; font-weight: bold; background-color: #F4F4EF; padding-left: 3px; } .Folder2 { color: #000000; } .Subject { font-family: Arial; font-weight: bold; background-color: #F8F8F0; padding-left: 3px; } .Document { background-color: #F8F8F0; padding-left: 3px; } .Response { background-color: #F9F9F9; padding-left: 3px; } .Info { background-color: #FFFFFF; padding-left: 3px; } .DateTime { background-color: #F0F0F0; text-align: right; padding-right: 3px; } .Phone { background-color: #F4F4F4; padding-left: 3px; } .A8 { font-size: 8pt; font-family: Arial; } .DocChild { font-family: Arial; font-size: 8pt; font-weight: normal; }