/* Default font and style setup */ body { font-family: Verdana; font-size: 8pt; } form { margin: 0px; } td, div { font-family: Verdana; font-size: 8pt; color: #026077; } /* 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 { 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 { color: #ffffff; font-size: 10pt; 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: #000000; text-decoration: none; } a.menuLink:visited { color: #000000; text-decoration: none; } a.menuLink:hover { color: #cc0000; 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 { color: #026077; font-size: 8pt; } .objectLink { font-size: 8pt; } a.objectLink { color: #026077; text-decoration: none; } a.objectLink:visited { color: #026077; text-decoration: none; } a.objectLink:hover { color: #026077; text-decoration: underline; } /* 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; } /* CUSTOMIZED TEMPLATE CLASSES */ body.main { font-family: Verdana; font-size: 10pt; background: url('images/back.jpg') white; background-repeat: repeat-x; margin-top: 46px; } TD.borderMenu { color: #026077; background-color: #F7F7F7; border-top: thin solid #AEAEAE; border-right: thin solid #AEAEAE; border-bottom: thin solid #AEAEAE; border-width: 1px; } TD.borderMainTxt { color: #026077; background-color: white; border-left: thin solid #AEAEAE; border-right: thin solid #AEAEAE; border-bottom: thin solid #AEAEAE; border-width: 1px; } DIV.marginFrontPage { margin-left: 32px; margin-top: 45px; margin-right: 22px; margin-bottom: 20px; } DIV.marginSubPage { margin: 32px; } TD.mainTxt { font-size: 10pt; color: #026077; } TD.newsBackground { background: url('images/back_dotted.gif') white; background-repeat: repeat-y; } DIV.marginFrontPageNews { margin: 20px; } TD.producedby { text-align: center; color: #BBBBBB; } a.producedby:link, a.producedby:visited { text-decoration: none; color: #BBBBBB; } a.producedby:hover { text-decoration: underline; color: #BBBBBB; }