/* Default font and style setup */ body { font-family: Verdana; font-size: x-small; } div, span, td { font-family: Verdana; font-size: x-small; } form { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 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 { 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: #000000; 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: #000000; 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; } /* UL style */ .ulMargin { margin-top: 0px; margin-bottom: 0px; margin-left: 20px; } /* 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 style */ .tdProductHeader { background-color: #eeeeee; border: 1px solid gray; font-weight: bold; padding: 2px 6px 2px 6px; } .tabProductPrice { border-right: 1px solid gray; border-left: 1px solid gray; } .tdProductPriceHeader { background-color: #eeeeee; border-bottom: 1px solid gray; font-weight: bold; padding: 2px 0px 2px 6px; } .tdProductPriceLine { padding: 2px 0px 2px 6px; } /*Product teaser style */ a.productTitle { color: #000000; text-decoration: none; } a.productTitle:visited { color: #000000; text-decoration: none; } a.productTitle:hover { color: #000000; text-decoration: none; } a.productLink { color: #000000; } a.productLink:visited { color: #000000; } a.productLink:hover { color: #000000; } .tdTeaserProductHeader { background-color: #eeeeee; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 1px 4px 2px 4px; } .tdTeaserProductMain { border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 2px 4px 2px 4px; } .tdTeaserProductFooter { background-color: #eeeeee; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 1px 4px 2px 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; } /* EventManager calender object */ .calObjectTable { width: 140px; } .calObjectText { color: #000000; font-size: 11px; } .calObjectHeader{ background-color: #999999; color: #ffffff; font-weight: bold; padding: 2px 4px 2px 4px; } .calObjectYearMonthPrev { background-color: #dddddd; padding: 2px 0px 2px 0px; text-align: center; } .calObjectYearMonthText { background-color: #dddddd; padding: 2px 0px 2px 0px; text-align: center; } .calObjectYearMonthNext { background-color: #dddddd; padding: 2px 0px 2px 0px; text-align: center; } a.calObjectYearMonthLink:link, a.calObjectYearMonthLink:visited { color: #000000; text-decoration: none; } a.calObjectYearMonthLink:hover { color: #000000; text-decoration: underline; } .calObjectDay { background-color: #eeeeee; border-top: 1px solid #336699; border-bottom: 1px solid #336699; padding: 2px 0px 2px 0px; text-align: center; } .calObjectDate { padding: 2px 1px 2px 1px; border: 1px solid #dddddd; text-align: center; } .calObjectDateSelected { background-color: #cccccc; } .calObjectDateToday { border: 1px solid #cc0000; } a.calObjectDateLinkDefault:link, a.calObjectDateLinkDefault:visited { color: #000000; text-decoration: none; } a.calObjectDateLinkDefault:hover { color: #000000; text-decoration: underline; } a.calObjectDateLinkDisabled:link, a.calObjectDateLinkDisabled:visited { color: #cccccc; text-decoration: none; } a.calObjectDateLinkDisabled:hover { color: #cccccc; text-decoration: underline; } a.calObjectDateLinkBold:link, a.calObjectDateLinkBold:visited { color: #000000; font-weight: bold; text-decoration: none; } a.calObjectDateLinkBold:hover { color: #000000; font-weight: bold; text-decoration: underline; } a.calObjectDateLinkImportant:link, a.calObjectDateLinkImportant:visited { color: #cc0000; font-weight: bold; text-decoration: none; } a.calObjectDateLinkImportant:hover { color: #cc0000; font-weight: bold; text-decoration: underline; }