webgui/docs/upgrades/upgrade_5.1.2-5.2.0.sql
2003-02-24 06:36:12 +00:00

32 lines
42 KiB
SQL
Raw Blame History

insert into webguiVersion values ('5.2.0','upgrade',unix_timestamp());
alter table MailForm_field add column validation varchar(255) default NULL;
alter table MailForm_field add column subtext mediumtext default NULL;
alter table MailForm_field add column rows int(11) default NULL;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (27,1,'MailForm','Height', 1045210016);
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (28,1,'MailForm','Optional for TextArea', 1045210016);
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (29,1,'MailForm','is a required field.', 1045210016);
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (30,1,'MailForm','has to be a number.', 1045210016);
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (31,1,'MailForm','is not filled in correctly.', 1045210016);
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (32,1,'MailForm','is not a valid email address.', 1045210016);
update international set message="Possible Values" where namespace = "MailForm" and internationalId = 24 and languageId=1;
alter table groups change ipFilter ipFilter text;
delete from international where languageId=1 and namespace='WebGUI' and internationalId=623;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (623,1,'WebGUI','<a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets (CSS)</a> are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n<p>\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, <a href="http://www.plainblack.com/">Plain Black Software</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href="http://www.bradsoft.com/topstyle/index.asp">Top Style</a>.\r\n<p>\r\n\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n<p>\r\n\r\n\r\n<b>A</b><br>\r\nThe links throughout the style.\r\n<p>\r\n\r\n\r\n<b>BODY</b><br>\r\nThe default setup of all pages within a style.\r\n<p>\r\n\r\n\r\n<b>H1</b><br>\r\nThe headers on every page.\r\n<p>\r\n\r\n\r\n<b>.accountOptions</b><br>\r\nThe links that appear under the login and account update forms.\r\n<p>\r\n\r\n\r\n<b>.adminBar </b><br>\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n<p>\r\n\r\n\r\n<b>.content</b><br>\r\nThe main content area on all pages of the style.\r\n<p>\r\n\r\n\r\n<b>.formDescription </b><br>\r\nThe tags on all forms next to the form elements. \r\n<p>\r\n\r\n\r\n<b>.formSubtext </b><br>\r\nThe tags below some form elements.\r\n<p>\r\n\r\n\r\n<b>.highlight </b><br>\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n<p>\r\n\r\n\r\n<b>.horizontalMenu </b><br>\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n<p>\r\n\r\n\r\n<b>.pagination </b><br>\r\nThe Previous and Next links on pages with pagination.\r\n<p>\r\n\r\n\r\n<b>.selectedMenuItem</b><br>\r\nUse this class to highlight the current page in any of the menu macros.\r\n<p>\r\n\r\n\r\n<b>.tableData </b><br>\r\nThe data rows on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableHeader </b><br>\r\nThe headings of columns on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableMenu </b><br>\r\nThe menu on things like message boards and user submissions.\r\n<p>\r\n\r\n\r\n<b>.verticalMenu </b><br>\r\nThe vertical menu (if you use a vertical menu macro).\r\n<p>\r\n\r\n\r\n<b>NOTE:</b> Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n<p>\r\n\r\n\r\n', 1046067403);
delete from international where languageId=1 and namespace='WebGUI' and internationalId=668;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (668,1,'WebGUI','Style Sheets, Using', 1046067403);
delete from international where languageId=1 and namespace='WebGUI' and internationalId=889;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (889,1,'WebGUI','Style Sheets, Tabs', 1046067380);
delete from international where languageId=1 and namespace='WebGUI' and internationalId=890;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (890,1,'WebGUI','WebGUI has a sub-system that can create tabs. You\'ll see these in complex forms such as page editing. In order to make the tabs system look good and match your site, you\'ll need to add a section to your style\'s style sheet specifically for the tabs. \r\n<p>\r\nThe following style sheet classes are available:\r\n<p>\r\n\r\n<b>.tab</b><br>\r\nThe default look of each tab.\r\n<p>\r\n\r\n<b>div.tabs</b><br>\r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n<p>\r\n\r\n\r\n<b>.tabBody</b><br>\r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n<p>\r\n\r\n\r\n<b>.tabHover</b><br>\r\nThe look of a tab as the mouse hovers over it.\r\n<p>\r\n\r\n<b>.tabActive</b><br>\r\nThe look of the tab that is currently visible.\r\n<p>\r\n\r\n\r\n\r\n<i>Examples</i><br>\r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n<p>\r\n<table width="100%"><tr><td valign="top">\r\n<b>White or Light Colored Styles</b>\r\n<pre>\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n</pre>\r\n</td><td valign="top">\r\n<b>Black or Dark Colored Styles</b>\r\n<pre>\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n</pre>\r\n</td></tr></table>\r\n\r\n\r\n\r\n', 1046067380);
update style set name='WebGUI 3', styleSheet='<style>\r\n\r\n.content, body {\r\n background-color: #000000;\r\n color: #C9E200;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n scrollbar-base-color: #000000;\r\n scrollbar-track-color: #444444;\r\n scrollbar-face-color: #000000;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #ED4400;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000000;\r\n background-color: #C9E200;\r\n}\r\n\r\nA {\r\n color: #ED4400;\r\n}\r\n\r\nA:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #000000;\r\n}\r\n\r\n.verticalMenu A:hover {\r\n color: #ED4400;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #ED4400;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #444444;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #444444;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #555555;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #C9E200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #aaaaaa;\r\n}\r\n\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<body bgcolor=\"#000000\" text=\"#C9E200\" link=\"#ED4400\" marginwidth=\"0\" leftmargin=\"0\">\r\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>\r\n<tr><td valign=\"top\" width=\"200\">\r\n<a href=\"/\"><img src=\"^Extras;styles/webgui/logo.gif\" border=0></a>\r\n<table cellpadding=0 border=0 cellspacing=0>\r\n<tr><td colspan=3><img src=\"^Extras;styles/webgui/menuTop.gif\" width=\"200\"></td></tr>\r\n<tr>\r\n <td bgcolor=\"#C9E200\"><img src=\"^Extras;spacer.gif\" width=5></td>\r\n <td bgcolor=\"#C9E200\">^FlexMenu;</td>\r\n <td bgcolor=\"#C9E200\"><img src=\"^Extras;spacer.gif\" width=5></td>\r\n</tr>\r\n<tr><td colspan=3><img src=\"^Extras;styles/webgui/menuBottom.gif\" width=\"200\"></td></tr>\r\n</table>\r\n^L;\r\n</td>\r\n<td><img src=\"^Extras;spacer.gif\" width=20></td>\r\n<td valign=\"top\" width=\"100%\">\r\n\r\n\r\n\r\n^-;\r\n\r\n</td></tr></table>\r\n<p>\r\n<div align=\"center\">\r\n<a href=\"/\"><img src=\"^Extras;styles/webgui/icon.gif\" border=0></a><br>\r\n<>2001-2002 Plain Black Software<br>\r\n</div>\r\n</body>' where styleId=-3;
update style set styleSheet='<style>\r\n\r\n.content{\r\n background-color: #000000;\r\n color: #ffffff;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #cee700;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #535558;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #38393C;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #38393C;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #ffffff;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #cee700;\r\n}\r\n\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<body text=\"#ffffff\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#ffffff\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/logo-white.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"^Extras;spacer.gif\" width=\"5\"><img src=\"^Extras;styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"^Extras;styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"^Extras;styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"^Extras;spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#000000\" rowspan=\"2\" valign=\"top\">\r\n\r\n^-;\r\n\r\n</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"^Extras;styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"^Extras;styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n' where styleId=-2;
update style set styleSheet='<style>\r\n\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n\r\nbody {\r\n font-family:arial; \r\n font-size: 12px; \r\n color: black;\r\n background: #666666;\r\n}\r\n\r\ntd { \r\n font-size: 11px;\r\n}\r\n\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 16pt;\r\n}\r\n\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nul { \r\n MARGIN-TOP: 3px; \r\n MARGIN-BOTTOM: 3px \r\n}\r\n\r\nA {\r\n color: #800000;\r\n TEXT-DECORATION: underline\r\n}\r\n\r\nA:hover {\r\n color: #990000;\r\n TEXT-DECORATION: none;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #aaaaaa;\r\n}\r\n\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #F5DFDF;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #F5DFDF;\r\n font-size: 10pt;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ffddbb;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #cccccc;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #bbbbbb; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #aaaaaa;\r\n}\r\n.tabActive { \r\n background-color: #bbbbbb; \r\n}\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<body bgcolor=\"#666666\">\r\n\r\n<table border=\"0\" width=\"700\" background=\"^Extras;styles/demo/topbg-3.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td width=\"324\" height=\"80\"><img src=\"^Extras;styles/demo/top-3.jpg\" border=0 width=\"324\"></td>\r\n <td width=\"100%\"><h3 style=\"color:white\">Your Company Name Here</h3><div style=\"color:white\">Address: 1903 Sunrise St. City, State 65977<br>\r\nTel: 915.888.8888<br>\r\nEmail: service@company.com</div></td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"21\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\" align=center>\r\n <tr>\r\n <td><img src=\"^Extras;styles/demo/mid-3.jpg\" border=0 width=\"140\" height=\"21\"></td>\r\n <td width=\"100%\">^t;</td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"500\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td bgcolor=\"#990000\" width=\"140\" style=\"background-image: url(\'^Extras;styles/demo/leftbg-3.jpg\'); background-repeat: no-repeat; background-position: left top\" valign=\"top\"><img src=\"^Extras;spacer.gif\" height=\"10\" width=\"140\" border=0>\r\n<table cellpadding=4><tr><td>\r\n^M;\r\n</td></tr></table>\r\n </td>\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\"><img src=\"^Extras;styles/demo/x.gif\" height=\"4\" width=\"560\"><br>\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"black\" cellpadding=\"3\" cellspacing=\"1\">\r\n <tr><td bgcolor=\"#f9ecec\" style=\"background-image: url(\'^Extras;styles/demo/contentbg-3.gif\'); background-repeat: no-repeat; background-position: right bottom\" height=\"100%\" valign=\"top\">\r\n \r\n\r\n^-;\r\n\r\n </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\">^H; <20> ^a;</td></tr>\r\n</table>\r\n\r\n\r\n</body>\r\n' where styleId=-4;
update style set styleSheet='<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #38393C;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cee700;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cee700;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #38393C;\r\n font-weight: bold;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<body text=\"#000000\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#000000\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/logo-black.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"^Extras;spacer.gif\" width=\"5\"><img src=\"^Extras;styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"^Extras;styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"^Extras;styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"^Extras;spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#ffffff\" rowspan=\"2\" valign=\"top\">\r\n\r\n^-;\r\n\r\n</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"^Extras;styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"^Extras;styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n' where styleId=-5;
update style set styleSheet='<META NAME=\"Keywords\" CONTENT=\"WebGUI Content Management System\">\r\n<style>\r\n<!--\r\nbody {font-family: Arial, Helvetica, sans-serif; }\r\na:active {color: #00CCCC; text-decoration: none; background-color: #FFFFCC; }\r\na:visited {color: #003399; text-decoration: none; }\r\na:link {color: #003399; text-decoration: none; }\r\n.myAccountLink {font-weight: bold; }\r\n.verticalMenu, .tableMenu {font-family: \"Times New Roman\", Times, serif; font-style: italic; }\r\n.crumbTrail {color: #990000; font-weight: bold; }\r\nh1 {color: #990000; }\r\nh2 {color: #990000; }\r\nh3 {color: #990000; }\r\nhr {size: 2px; color: #003399;}\r\n\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #eeeeee;\r\n font-size: 13px;\r\n}\r\n\r\n.tableData {\r\n font-size: 13px;\r\n background-color: #fafafa;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 11px;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ae2155;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n}\r\n.faqQuestion A {\r\n text-decoration: none;\r\n color: black;\r\n}\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid #800000;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid #800000;\r\n border-top: 1px solid #800000;\r\n border-left: 1px solid #800000;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n-->\r\n</style>','<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- top row -->\r\n<td align=\"left\" valign=\"top\"><a href=\"^H(linkonly);\"><img\r\n\r\n src=\"^Extras;styles/webgui/webgui4.jpg\"\r\n width=\"142\"\r\n height=\"48\"\r\n alt=\"WebGUI\" border=\"0\"></a></td>\r\n<td valign=\"top\">^AdminBar;</td>\r\n<td align=\"right\">\r\n<a href=\"^r(linkonly);\"><img src=\"^Extras;styles/webgui/print.png\" border=\"0\" alt=\"Print!\"></a>\r\n</td>\r\n</tr><tr>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for username and crumbtrail -->\r\n <td width=\"120\"\r\n height=\"20\"\r\n align=\"left\"\r\n valign=\"middle\"><table border=\"0\"><tr><td><strong>User:</strong>\r\n ^a(^@;);</td></tr></table></td>\r\n <td align=\"left\"\r\n valign=\"middle\"><strong>Location:</strong> ^C;</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" height=\"50%\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- row for verticalmenu and content -->\r\n <td width=\"120\"\r\n align=\"left\"\r\n valign=\"top\">\r\n <!-- extra table -->\r\n <table border=\"0\">\r\n <tr><td>^FlexMenu;</td></tr>\r\n <tr><td height=\"30\"></td></tr>\r\n </table>\r\n <!-- /extra table -->\r\n </td>\r\n <td align=\"left\"\r\n valign=\"top\">\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n<p>\r\n</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for date, printable and WebGUI link -->\r\n <td height=\"20\"\r\n align=\"center\">^D(\"%c %D %y\");</td><td align=\"center\">Powered by <a href=\"http://www.plainblack.com/webgui\">WebGUI</a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n\r\n' where styleId=-6;
update style set styleSheet='<style>\r\n.pageBorder {\r\n background-color: #FFFFFF;\r\n border: 10px #98AAB1 solid\r\n}\r\n.myBorder {\r\n border: #000000;\r\n border-type: solid;\r\n border-width: 1px 1px 1px 1px\r\n}\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #0055AA;\r\n font-weight: bold;\r\n}\r\n.verticalMenu A:hover {\r\n color: #CC7744;\r\n font-weight: bold;\r\n}\r\nbody {\r\n font-family:arial, helvetica;\r\n font-size: 12px;\r\n color: #004499;\r\n background: #E5E5E5;\r\n}\r\ntd { \r\n font-size: 14px;\r\n}\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 14pt;\r\n}\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nul { \r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nA {\r\n color: #0077CC;\r\n TEXT-DECORATION: none;\r\n}\r\nA:hover {\r\n color: #997722;\r\n TEXT-DECORATION: none;\r\n}\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #0055AA;\r\n}\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #0055AA;\r\n}\r\n.adminBar {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000022;\r\n}\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #d1dfe8;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n.tableHeader {\r\n background-color: #d1dfe8;\r\n font-size: 10pt;\r\n}\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n.pollColor {\r\n background-color: #00ddbb;\r\n}\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #d1dfe8; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #d1dfe8; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n</style>\r\n','^AdminBar;\r\n\r\n<script LANGUAGE=\"JavaScript\" type=\"text/javascript\">\r\n<!--\r\n buttonOff = new Image;\r\n buttonOff.src = \"^Extras;styles/smoothblues/button_off.gif\";\r\n buttonOn = new Image;\r\n buttonOn.src = \"^Extras;/styles/smoothblues/button_on.gif\";\r\nfunction on(imgName) {\r\n document [imgName].src = eval(\"buttonOn.src\");\r\n }\r\n function off(imgName) {\r\n document [imgName].src = eval(\"buttonOff.src\");\r\n }\r\n//-->\r\n</script>\r\n\r\n<body>\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\r\n\r\n<tr><td style=\"background-color: #FFFFFF; border: 1px #98AAB1 solid\">\r\n\r\n<table border=\"0\" width=\"100%\" background=\"^Extras;styles/smoothblues/top_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x\" >\r\n<tr><td height=\"2\"></td></tr>\r\n<tr> \r\n <td><img src=\"^Extras;styles/smoothblues/mainlogo.gif\" border=0></td>\r\n <td width=\"100%\" valign=\"center\">\r\n <table width=\"100%\">\r\n <tr><td height=\"24\"></td></tr>\r\n <tr align=\"center\">\r\n <td width=\"34%\" valign=\"center\">\r\n <a href=\"^H(linkonly);\" onMouseOver=\"on(\'button\')\" onMouseOut=\"off(\'button\')\"> \r\n <img name=\"button\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>Home\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^r(linkonly);\" onMouseOver=\"on(\'button2\')\" onMouseOut=\"off(\'button2\')\"> \r\n <img name=\"button2\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0> \r\n <BR>Print!\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^a(linkonly);\" onMouseOver=\"on(\'button3\')\" onMouseOut=\"off(\'button3\')\"> \r\n <img name=\"button3\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>My Account\r\n </a>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<table border=\"0\" width=\"100%\" height=\"21\" cellspacing=\"0\" cellpadding=\"3\" bgcolor=\"#ffffff\" align=\"center\">\r\n <tr>\r\n <td width=\"60%\" align=\"left\">^C;</td>\r\n <td width=\"40%\" align=\"right\">^?;</td>\r\n </tr>\r\n</table>\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td width=\"1%\"></td>\r\n <td style=\"border: #a1bfc8 solid; border-width: 1px 1px 1px 1px\" bgcolor=\"#dae1e9\" width=\"140\" valign=\"top\">\r\n <table width=\"100%\" background=\"^Extras;styles/smoothblues/header_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x; border: #ffffff; border-style: solid; border-width: 1px 1px 1px 1px\" >\r\n <tr><td>\r\n <h3 align=\"center\" style=\"color:#002266\">Site Navigation</h3>\r\n </td></tr></table>\r\n <img src=\"^Extras;spacer.gif\" height=\"20\" width=\"140\" border=0>\r\n <table cellpadding=4>\r\n <tr><td> ^T(0); </td></tr>\r\n <tr height=\"300\"><td> ^L; </td></tr>\r\n </table>\r\n </td>\r\n\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\">\r\n\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"white\" cellpadding=\"3\" cellspacing=\"1\">\r\n\r\n <tr><td bgcolor=\"#FFFFFF\" height=\"100%\" valign=\"top\">\r\n \r\n\r\n^-;\r\n\r\n\r\n </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\" style=\"color:#0055AA\"><BR><BR><a href=\"http://www.openserve.org\" target=\"_blank\">This Design <20>2002 OpenServe</a></td></tr>\r\n</table>\r\n\r\n</td></tr></table>\r\n\r\n</body>' where styleId=-7
update style set styleSheet='<style>\r\n\r\n.content, body {\r\n font-size: 10pt;\r\n font-family: arial;\r\n color: #FFFFFF;\r\n scrollbar-base-color: #8C9CBD;\r\n scrollbar-track-color: #404040;\r\n scrollbar-face-color: #202020;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #FFFFFF;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000040;\r\n background-color: #FFFFFF;\r\n}\r\n\r\nA {\r\n color: #FFDE9C;\r\n}\r\n\r\n\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.homeLink, .myAccountLink, .verticalMenu A, .verticalMenu A:visited {\r\n color: #EF4200;\r\n text-decoration: none;\r\n}\r\n\r\nA:hover, .verticalMenu A:hover {\r\n color: #FFFFFF;\r\n font-weight: Bold;\r\n text-decoration: Underline;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #CCCEF6;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: verdana, arial, helvetica;\r\n font-size: 17px;\r\n font-weight: bold; \r\n color: #dddddd;\r\n font-variant: small-caps;\r\n}\r\n\r\n.searchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #EF4200;\r\n font-size: 8pt;\r\n font-family: arial;\r\n color: #CCD6DF;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #EF4200;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #202020;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #202020;\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-weight: none; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n \r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #EF4200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.crumbtrail {\r\n font-family: arial;\r\n color: #FFFFFF;\r\n \r\n}\r\n\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid #EF4200;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid #EF4200;\r\n border-top: 1px solid #EF4200;\r\n border-left: 1px solid #EF4200;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n</style>','^AdminBar;\r\n<body bgcolor=\"#000000\" leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\r\n\r\n<!-- HEADER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-left.gif\" border=\"0\" /></td>\r\n <td colspan=\"2\" width=\"100%\" valign=\"top\" align=\"center\" background=\"^Extras;styles/webgui5/header-center.gif\"><a href=\"^H(linkonly);\"><img src=\"^Extras;styles/webgui5/webgui.gif\" border=\"0\" vspace=\"15\" /></a></td>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n<tr style=\"font-size: 10px;\">\r\n<td>^C;</td>\r\n<td align=\"right\">User: ^a(^@;);</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"100%\" background=\"^Extras;styles/webgui5/header-center-bottom.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<!-- BELOW CRUMBTRAIL -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" background=\"^Extras;styles/webgui5/white-top-center.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- MAIN NAV and CONTENT -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td background=\"^Extras;styles/webgui5/leftborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"53\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td valign=\"top\" class=\"verticalMenu\">\r\n <img src=\"^Extras;spacer.gif\" width=\"129\" height=\"1\" /><br>\r\n ^H;\r\n <br>\r\n ^FlexMenu;\r\n ^a;\r\n <br>\r\n <br>\r\n <br>\r\n <div align=\"center\"><a href=\"http://www.plainblack.com/webgui\"><img src=\"^Extras;styles/webgui5/icon.gif\" border=\"0\" /></a></div>\r\n </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/spacer.gif\"><img src=\"^Extras;spacer.gif\" width=\"10\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td width=\"100%\" valign=\"top\"> ^-; </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/rightborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"54\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- FOOTER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/footer-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" align=\"center\" background=\"^Extras;styles/webgui5/footer-center.gif\"><a href=\"http://www.plainblack.com\"><img src=\"^Extras;styles/webgui5/pbs-logo.gif\" border=\"0\" /></a></td>\r\n <td><img src=\"^Extras;styles/webgui5/footer-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n</body>' where styleId=-8;