/* Order of Link references is very important. */ a:link {color:blue; text-decoration:none;} a:visited {color:blue; text-decoration:none;} a:active {color:red; text-decoration:none; } a:hover {color:red; text-decoration:none; } /* Class 'TOOLBAR' */ a:link.toolbar {color:white; text-decoration:none; font-weight:bold;} a:visited.toolbar {color:white; text-decoration:none; font-weight:bold;} a:active.toolbar {color:red; text-decoration:none; font-weight:bold; } a:hover.toolbar {color:red; text-decoration:none; font-weight:bold; } td.toolbar {background-color:#3866CC; } /* Forced white to override local browser settings. */ body {background-color:#FFFFFF;} h1 {font-weight:bold; color:#CC0000; text-align:center;} h2 {font-weight:bold; color:#CC0000; text-align:center; font-size:125%;} h3 {font-weight:bold; color:#CC0000; font-size:100%;} img {border:0;} .header {text-align:center;} .footer {font-size:75%; font-weight:bold; color:black; text-align:center;} .copyright {font-size:60%; color:black; text-align:center;} .justify {text-align: justify;} /* Display Control Panel */ TABLE.DisplayControlPanel { /* LIVE */ background-color: transparent; border-collapse: collapse; padding: 0px; border-spacing: 0px; /* DEBUG border-width: 2px; border-color: Black; border-style: solid; height: 400px; width:400px; padding: 5px; border-spacing: 5px; margin: 5px; /* DEBUG */ } TABLE.DisplayControlPanel#CP { height: 480px; width: 640px; } TR.DisplayControlPanel { } TD.DisplayControlPanel { /* LIVE */ padding: 0px; border-spacing: 0px; margin: 0px; /* DEBUG padding: 5px; border-spacing: 5px; margin: 5px; border-width: 2px; border-color: Black; border-style: solid; /* DEBUG */ } /** * Tabs */ TD.DisplayControlPanel#TABS { height: 21px; text-align: Left; } TD.DisplayControlPanel#TAB_LEFT { width: 20px; background-image: URL('../images/TAB_01.gif'); background-repeat: no-repeat; } TD.DisplayControlPanel#TAB_CENTER { background-image: URL('../images/TAB_02.gif'); } TD.DisplayControlPanel#TAB_RIGHT { width: 20px; background-image: URL('../images/TAB_03.gif'); background-repeat: no-repeat; } /** * Labels */ TD.DisplayControlPanel#LABEL { height: 21px; width: 75px; background-image: URL('../images/LABEL_02.gif'); background-repeat: no-repeat; background-position: Left; } TD.DisplayControlPanel#LABEL_TOP { } TD.DisplayControlPanel#LABEL_LEFT { width: 20px; background-image: URL('../images/LABEL_01.gif'); } TD.DisplayControlPanel#LABEL_BOTTOM { } /** * ID Specific Label Properties */ TD.DisplayControlPanel#LABEL_1 { } /** * Main Sections of Control Panel * #SPACER { height: 5px; background-color: LightBlue; } */ TD.DisplayControlPanel#TOOLBAR { width: 75px; vertical-align: top; text-align: Right; } TD.DisplayControlPanel#MAIN { /* LIVE */ padding: 5px; vertical-align: top; /* DEBUG */ border-style: solid; border-width: 2px; border-color: Gray; /* DEBUG */ } /* DB MOD */ DIV.DisplayTable_EditWindow { background: white; border: solid; border-color: black; border-width: 1px; } /** * Shopping Cart Module */ TABLE.clsShoppingCart { color: Black; } /* Specify white here for Netscape. */ TR.Instruction { } TR.Header { text-align: Left; color: Black; height: 100%; } TD.Header { text-align: Left; background-color: #FFFFD7; font-weight: bold; } TR.Disclaimer { color: Red; font-size: 10px; } TR.Break { background-color: Gray; } TD.Break { height: 3px; } TR.Space { } TD.Space { height: 5px; } /** * Email Module */ DIV.clsEmail_DisplayEmailForm {} TABLE.clsEmail_DisplayEmailForm { margin: 25px; } TR.clsEmail_DisplayEmailForm {} TD.clsEmail_DisplayEmailForm { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; } INPUT.clsEmail_DisplayEmailForm {} INPUT.REQUIRED { } INPUT.VALID { } INPUT.INVALID { background-color: #FAA; } TEXTAREA.clsEmail_DisplayEmailForm { width: 325px; height: 100px; } TEXTAREA.REQUIRED { background-color: #FAA; }