/* Default font and style setup */ body { font-family: Arial; font-size: 13px; color: #3a3a3a; } div, span, td { font-family: Arial; font-size: 13px; color: #3a3a3a; line-height: 150%; } form { margin: 0px; } /* Input fields and buttons */ .inpBox { font-family: Arial; font-size: 8pt; height: 19px; } .inpButton { font-family: Arial; font-size: 7pt; font-weight: bold; height: 20px; } /* Horizontal header menu */ .headLink { font-size: 10pt; font-weight: bold; } a.headLink { color: #ffffff; text-decoration: none; } a.headLink:visited { color: #ffffff; text-decoration: none; } a.headLink:hover { color: #000000; text-decoration: none; } /* Folder items in menu scripts */ .menuFolder { font-family: arial; color: #575757; font-size: 11px; font-weight: bold; line-height: normal; } a.menuFolder { color: #575757; text-decoration: none; font-size: 11px; line-height: normal; } a.menuFolder:visited { color: #575757; text-decoration: none; font-size: 11px; line-height: normal; } a.menuFolder:hover { color: #575757; text-decoration: none; font-size: 11px; line-height: normal; } /* Page and link items in menu scripts */ .menuLink { font-family: arial; color: #575757; font-size: 10px; font-weight: bold; line-height: normal; } a.menuLink { color: #666666; font-size: 10px; text-decoration: none; line-height: normal; } a.menuLink:visited { color: #666666; font-size: 10px; text-decoration: none; line-height: normal; } a.menuLink:hover { color: #666666; font-size: 10px; text-decoration: none; line-height: normal; } /* 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; }