/* Default font and style setup */ body { margin: 0px; background: url('images/bakgrunn.gif') #E6EEF8; background-repeat: repeat-x; font-family: Verdana; font-size: 10px; color: #2e4258; } div, span, td { font-family: Verdana; font-size: 10px; color: #2e4258; } form { margin: 0px; } /* Input fields and buttons */ .inpBox { font-family: Verdana; font-size: 8pt; height: 19px; } .inpButton { font-family: Verdana; font-size: 7pt; font-weight: bold; height: 20px; } /* Horizontal header menu */ .headLink { text-align: center; font-size: 8pt; font-weight: bold; color: #758291; } a.headLink { color: #758291; text-decoration: none; } a.headLink:visited { color: #758291; text-decoration: none; } a.headLink:hover { color: #758291; text-decoration: none; } /* Folder items in menu scripts */ .menuFolder { color: #2e4258; font-size: 8pt; font-weight: bold; } a.menuFolder { color: #ffffff; text-decoration: none; } a.menuFolder:visited { color: #ffffff; text-decoration: none; } a.menuFolder:hover { color: #cccccc; text-decoration: none; } /* Page and link items in menu scripts */ .menuLink { font-size: 7pt; font-weight: bold; } a.menuLink { color: #758291; text-decoration: none; } a.menuLink:visited { color: #758291; text-decoration: none; } a.menuLink:hover { color: #758291; text-decoration: none; } /* Links in current location object */ a.locationLink { color: #0000cc; text-decoration: none; } a.locationLink:visited { color: #0000cc; text-decoration: none; } a.locationLink:hover { color: #0000cc; text-decoration: underline; } /* Default object styles */ .objectHead { color: #ffffff; font-size: 10pt; font-weight: bold; padding-right: 4px; padding-left: 4px; } .objectText { font-size: 7pt; } .objectLink { font-size: 7pt; } a.objectLink { color: #000000; text-decoration: none; } a.objectLink:visited { color: #000000; text-decoration: none; } a.objectLink:hover { color: #cc0000; text-decoration: none; } /* HR style */ .hrBorder { border-top: #999999 1px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 1px solid; } /* Spacing below MessageBoard posts */ .tdMsgPost { padding-bottom: 5px; } /* MessageBoard message links */ a.msgLink { color: #000000; text-decoration: none; } a.msgLink:visited { color: #000000; text-decoration: none; } a.msgLink:hover { color: #000000; text-decoration: underline; } /* Spacing below user profile form */ .tdEditUser { padding-bottom: 5px; } /* Active and inactive tabs in user profile */ .tdProfileTabInactive { background-color: #cccccc; font-size: 9pt; padding-top: 2px; padding-right: 4px; padding-bottom: 2px; padding-left: 4px; } .tdProfileTabActive { background-color: #000000; font-size: 9pt; padding-top: 2px; padding-right: 4px; padding-bottom: 2px; padding-left: 4px; } /* Product price style */ .tdPriceStandardText { font-weight: bold; } .tdPriceStandardValue { font-weight: bold; } .tdPriceNowText { font-weight: bold; } .tdPriceNowValue { font-weight: bold; } .tdPriceOldText { color: #666666; font-weight: bold; } .tdPriceOldValue { color: #666666; font-weight: bold; text-decoration: line-through; } .tdPriceDiscountText { color: #cc0000; font-weight: bold; } .tdPriceDiscountValue { color: #cc0000; font-weight: bold; } /* Published Folder items */ .tabPubFolderItem { background-color: #ffffff; border: 1px solid #999999; padding-top: 1px; text-align: center; width: 96px; } .tdPubFolderItemText { font-size: 7pt; padding-top: 2px; padding-right: 0px; padding-bottom: 3px; padding-left: 0px; } .tdPubFolderItemOptions { background-color: #eeeeee; border-top: 1px solid #999999; font-size: 7pt; padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 0px; } /* Published Folder links */ a.PubFolderItem { color: #000000; text-decoration: none; } a.PubFolderItem:visited { color: #000000; text-decoration: none; } a.PubFolderItem:hover { color: #000000; text-decoration: underline; } /* Template classes */ .bunnlinje { margin-top: 5px; font-size: 1.0em; } td.hogreCelle { background-color: #F9FAFC; border: thin solid #B7CADD; border-width: 1px; } .rammeMarg { margin: 21px; }