Re: Re: adding a new user with tk3upd
Harold Bell <[email protected]> Wed, 10 Nov 2010 08:42:00 -0800 (PST)
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
--0-1754138930-1289407320=:16913 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ________________________________ From: kerravon86 <kerravon86-/[email protected]> To: [email protected] Sent: Wed, November 10, 2010 5:51:26 AM Subject: [turnkey-mvs] Re: adding a new user with tk3upd =20=20 --- In [email protected], Harold Bell <hhbell374@...> wrote: > > I am trying to add a new user with a batch job but=20 > when I go to logon tso I get=20 > "unknown input, reenter blah blah". > The jcl seems to be correct but I am not=20 > shure of the control card. I am using: >=20 > " ADD (PAY01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350)" >=20 > The printout indicates that it was succesfully added.=20 > Thanks for any help. Cut and paste both the printout that shows it was successfully added, and the screen with the "unknown input" message. My initial guess is that you need to clear the screen before logging on, and that you need to type in "TSO" or "LOGON" first, but are not doing so. BFN. Paul. Here is my jcl I am submiting thru netcat. //TSOBATCH JOB (001),'TSO IN BATCH',CLASS=3DA,MSGCLASS=3DA //* = =20 //* *************************************************** //* ADD NEW TSO USER IDS = =20 //* *************************************************** //* = =20 //TSO EXEC PGM=3DIKJEFT01,REGION=3D1024K,DYNAMNBR=3D50=20=20=20 //SYSPRINT DD SYSOUT=3D* = =20 //SYSTSPRT DD SYSOUT=3D* = =20 //SYSTERM DD SYSOUT=3D* = =20 //SYSUADS DD DSN=3DSYS1.UADS,DISP=3DSHR ** USER ID DATASET ** //SYSLBC DD DSN=3DSYS1.BRODCAST,DISP=3DSHR ** BROADCAST MSG DATASET ** //SYSTSIN DD * = =20 ACCOUNT = =20 SYNC = =20 ADD (UTST01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350) LIST (UTST01) END = =20 /* // Here is the printout from above job. ****A START JOB 5 TSOBATCH TSO IN BATCH ROOM 5.32.06= PM=20 10 NOV 10 PRINTER1 SYS BSP1 JOB 5 START A**** J E S 2 J O B L O G 17.32.04 JOB 5 $HASP373 TSOBATCH STARTED - INIT 1 - CLASS A - SYS BSP1 17.32.04 JOB 5 IEF403I TSOBATCH - STARTED - TIME=3D17.32.04 17.32.06 JOB 5 IEFACTRT - Stepname Procstep Program Retcode 17.32.06 JOB 5 TSOBATCH TSO IKJEFT01 RC=3D 0000 17.32.06 JOB 5 IEF404I TSOBATCH - ENDED - TIME=3D17.32.06 17.32.06 JOB 5 $HASP395 TSOBATCH ENDED ------ JES2 JOB STATISTICS ------ 10 NOV 10 JOB EXECUTION DATE 20 CARDS READ 71 SYSOUT PRINT RECORDS 0 SYSOUT PUNCH RECORDS 0.03 MINUTES EXECUTION TIME 1 //TSOBATCH JOB (001),'TSO IN=20 BATCH',CLASS=3DA,MSGCLASS=3DA JOB 5 *** *** *************************************************** *** ADD NEW TSO USER IDS *** *************************************************** *** 2 //TSO EXEC PGM=3DIKJEFT01,REGION=3D1024K,DYNAMNBR=3D50 3 //SYSPRINT DD SYSOUT=3D* 4 //SYSTSPRT DD SYSOUT=3D* 5 //SYSTERM DD SYSOUT=3D* 6 //SYSUADS DD DSN=3DSYS1.UADS,DISP=3DSHR ** USER ID DATASE= T ** 7 //SYSLBC DD DSN=3DSYS1.BRODCAST,DISP=3DSHR ** BROADCAST MSG = DATASET=20 ** 8 //SYSTSIN DD * // IEF236I ALLOC. FOR TSOBATCH TSO IEF237I JES2 ALLOCATED TO SYSPRINT IEF237I JES2 ALLOCATED TO SYSTSPRT IEF237I JES2 ALLOCATED TO SYSTERM IEF237I 148 ALLOCATED TO SYSUADS IEF237I 148 ALLOCATED TO SYSLBC IEF237I JES2 ALLOCATED TO SYSTSIN IEF142I TSOBATCH TSO - STEP WAS EXECUTED - COND CODE 0000 IEF285I JES2.JOB00005.SO0102 SYSOUT IEF285I JES2.JOB00005.SO0103 SYSOUT IEF285I JES2.JOB00005.SO0104 SYSOUT IEF285I SYS1.UADS KEPT *-----= ---8 IEF285I VOL SER NOS=3D MVSRES. IEF285I SYS1.BRODCAST KEPT *----2= ,678 IEF285I VOL SER NOS=3D MVSRES. IEF285I JES2.JOB00005.SI0101 SYSIN IEF373I STEP /TSO / START 10314.1732 IEF374I STEP /TSO / STOP 10314.1732 CPU 0MIN 01.21SEC SRB 0MIN=20 00.22SEC VIRT 68K SYS 224K ***************************************************************************= ********************************************************* * 1. Jobstep of job: TSOBATCH Stepname: TSO Program name:=20 IKJEFT01 Executed on 10.11.10 from 17.32.04 to 17.32.06 * * elapsed time 00:00:01,80 CPU-Identifier: = =20 BSP1 Page-in: 0 * * CPU time 00:00:01,43 Virtual Storage used: = =20 68K Page-out: 0 * * I/O=20 Operation = = =20 * * Number of records read via DD * or DD DATA:=20=20=20=20=20=20 5 = * * DMY.......0 DMY.......0 DMY.......0 148.......8 148....2678=20 DMY.......0 * * = = =20 * * Charge for step (w/o=20 SYSOUT): 2,38 * ***************************************************************************= ********************************************************* IEF375I JOB /TSOBATCH/ START 10314.1732 IEF376I JOB /TSOBATCH/ STOP 10314.1732 CPU 0MIN 01.21SEC SRB 0MIN=20 00.22SEC ACCOUNT SYNC IKJ56589I BROADCAST DATA SET INITIALIZED AND SYNCHRONIZED ADD (UTST01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350) IKJ56560I ADDED LIST (UTST01) UTST01 USER ATTRIBUTES: OPER ACCT JCL MOUNT INSTALLATION ATTRIBUTES, IN HEX: 0000 MAXSIZE: NOLIM USER PROFILE TABLE: 00000000000000000000000000000000 UTST01 DESTINATION =3D CENTRAL SITE DEFAULT NO PERFORMANCE GROUPS (*) (*) FSILOGON PROCSIZE=3D 4096K, UNIT NAME=3D 3350 IKJ56590I LISTED END END ****A END JOB 5 TSOBATCH TSO IN BATCH ROOM 5.3= 2.06=20 PM 10 NOV 10 PRINTER1 SYS BSP1 JOB 5 END A**** Below is the only thing that shows on the screen after keying UTST01 at the= =20 tk3upd logon prompt and hitting enter. Unknown input, re-enter or press clear to refresh If I use one of the logons that comes with tk3upd (say herc01) it logs on=20 normally. Just not anything I add with my jcl. Thanks for the help. Buddy =20 --0-1754138930-1289407320=:16913 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> </head> <body style="background-color: #fff;"> <span style="display:none"> </span> <!--~-|**|PrettyHtmlStartT|**|-~--> <div id="ygrp-mlmsg" style="position:relative;"> <div id="ygrp-msg" style="z-index: 1;"> <!--~-|**|PrettyHtmlEndT|**|-~--> <div id="ygrp-text" > <p><div style="font-family:times new roman,new york,times,serif;font-size:12pt;"><div><br></div><div style="font-family: times new roman,new york,times,serif;font-size: 12pt;"><br><div style="border-left: 2px solid rgb(16, 16, 255);font-family: times new roman,new york,times,serif;font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> kerravon86 <kerravon86-/[email protected]><br><b><span style="font-weight: bold;">To:</span></b> [email protected]<br><b><span style="font-weight: bold;">Sent:</span></b> Wed, November 10, 2010 5:51:26 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [turnkey-mvs] Re: adding a new user with tk3upd<br></font><br> <span> </span> <div id="ygrp-text"> <p>--- In <a rel="nofollow" ymailto="mailto:turnkey-mvs%40yahoogroups.com" target="_blank" href="mailto:turnkey-mvs%40yahoogroups.com">[email protected]</a>, Harold Bell <hhbell374@...> wrote:<br> ><br> > I am trying to add a new user with a batch job but <br> > when I go to logon tso I get <br> > "unknown input, reenter blah blah".<br> <br> > The jcl seems to be correct but I am not <br> > shure of the control card. I am using:<br> > <br> > " ADD (PAY01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350)"<br> > <br> > The printout indicates that it was succesfully added. <br> > Thanks for any help.<br> <br> Cut and paste both the printout that shows it was<br> successfully added, and the screen with the<br> "unknown input" message.<br> <br> My initial guess is that you need to clear the<br> screen before logging on, and that you need<br> to type in "TSO" or "LOGON" first, but are not<br> doing so.<br> <br> BFN. Paul.<br> </p><p><br></p><p><br></p><p><br></p><p>Here is my jcl I am submiting thru netcat.</p><p>//TSOBATCH JOB (001),'TSO IN BATCH',CLASS=A,MSGCLASS=A<br>//* <br>//* ***************************************************<br>//* ADD NEW TSO USER IDS <br>//* ***************************************************<br>//* <br>//TSO EXEC PGM=IKJEFT01,REGION=1024K,DYNAMNBR=50 <br>//SYSPRINT DD SYSOUT=* <br>//SYSTSPRT DD SYSOUT=* &nbs p; <br>//SYSTERM DD SYSOUT=* <br>//SYSUADS DD DSN=SYS1.UADS,DISP=SHR ** USER ID DATASET **<br>//SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR ** BROADCAST MSG DATASET **<br>//SYSTSIN DD * <br> ACCOUNT &nbs p; <br> SYNC <br> ADD (UTST01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350)<br> LIST (UTST01)<br> END <br>/*<br>//<br></p><p><br></p><p>Here is the printout from above job.</p><p>****A START JOB 5 TSOBATCH TSO IN BATCH&nb sp; ROOM 5.32.06 PM 10 NOV 10 PRINTER1 SYS BSP1 JOB 5 START A****<br> J E S 2 J O B L O G<br><br><br>17.32.04 JOB 5 $HASP373 TSOBATCH STARTED - INIT 1 - CLASS A - SYS BSP1<br>17.32.04 JOB 5 IEF403I TSOBATCH - STARTED - TIME=17.32.04<br>17.32.06 JOB 5 IEFACTRT - Stepname Procstep Program Retcode<br>17.32.06 JOB 5 TSOBATCH TSO   ; IKJEFT01 RC= 0000<br>17.32.06 JOB 5 IEF404I TSOBATCH - ENDED - TIME=17.32.06<br>17.32.06 JOB 5 $HASP395 TSOBATCH ENDED<br><br><br>------ JES2 JOB STATISTICS ------<br><br><br> 10 NOV 10 JOB EXECUTION DATE<br><br><br> 20 CARDS READ<br><br><br> 71 SYSOUT PRINT RECORDS<br><br><br> 0 SYSOUT PUNCH RECORDS<br><br><br> 0.03 MINUTES EXECUTION TIME<br> 1 //TSOBATCH JOB (001),'TSO IN BATCH',CLASS=A,MSGCLASS=A JOB 5<br> ***<br> *** ** *************************************************<br> *** ADD NEW TSO USER IDS<br> *** ***************************************************<br> ***<br> 2 //TSO EXEC PGM=IKJEFT01,REGION=1024K,DYNAMNBR=50<br> 3 //SYSPRINT DD SYSOUT=*<br> 4 //SYSTSPRT DD SYSOUT=*<br> 5 //SYSTERM DD SYSOUT=*<br> 6 //SYSUADS DD DSN=SYS1.UADS,DISP=SHR ** USER ID DATASET **<br> 7 //SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR&nbs p; ** BROADCAST MSG DATASET **<br> 8 //SYSTSIN DD *<br> //<br>IEF236I ALLOC. FOR TSOBATCH TSO<br>IEF237I JES2 ALLOCATED TO SYSPRINT<br>IEF237I JES2 ALLOCATED TO SYSTSPRT<br>IEF237I JES2 ALLOCATED TO SYSTERM<br>IEF237I 148 ALLOCATED TO SYSUADS<br>IEF237I 148 ALLOCATED TO SYSLBC<br>IEF237I JES2 ALLOCATED TO SYSTSIN<br>IEF142I TSOBATCH TSO - STEP WAS EXECUTED - COND CODE 0000<br>IEF285I JES2.JOB00005.SO0102 SYSOUT<br>IEF285I JES2.JOB00005.SO0103 SYSOUT<br>IEF285I & nbsp; JES2.JOB00005.SO0104 SYSOUT<br>IEF285I SYS1.UADS KEPT *--------8<br>IEF285I VOL SER NOS= MVSRES.<br>IEF285I SYS1.BRODCAST KEPT & nbsp; *----2,678<br>IEF285I VOL SER NOS= MVSRES.<br>IEF285I JES2.JOB00005.SI0101 SYSIN<br>IEF373I STEP /TSO / START 10314.1732<br>IEF374I STEP /TSO / STOP 10314.1732 CPU 0MIN 01.21SEC SRB 0MIN 00.22SEC VIRT 68K SYS 224K<br>************************************************************************************************************************************<br>* 1. Jobstep of job: TSOBATCH Stepname: TSO Program name: IKJEFT01 Executed on 10.11.10 from 17.32.04 to 17.32.06 *<br>* &n bsp; elapsed time 00:00:01,80 CPU-Identifier: BSP1 Page-in: 0 *<br>* CPU time 00:00:01,43 Virtual Storage used: 68K Page-out: 0 *<br>* I/O Operation *<br>* Number of records read via DD * or DD DATA: 5 *<br>* DMY.......0 DMY.......0 DMY.......0 148.......8 148....2678 DMY.......0   ; *<br>* *<br>* Charge for step (w/o SYSOUT): 2,38 *<br>************************************************************************************************************************************<br>IEF375I JOB /TSOBATCH/ START 10314.1732<br>IEF 376I JOB /TSOBATCH/ STOP 10314.1732 CPU 0MIN 01.21SEC SRB 0MIN 00.22SEC<br> ACCOUNT<br> SYNC<br>IKJ56589I BROADCAST DATA SET INITIALIZED AND SYNCHRONIZED<br> ADD (UTST01 * * FSILOGON) OPER ACCT JCL MOUNT SIZE(4096) UNIT(3350)<br>IKJ56560I ADDED<br> LIST (UTST01)<br> UTST01 USER ATTRIBUTES: OPER ACCT JCL MOUNT<br> INSTALLATION ATTRIBUTES, IN HEX: 0000<br> MAXSIZE: NOLIM<br> USER PROFILE TABLE:<br> 00000000000000000000000000000000 UTST01<br> DESTINATION =&nbs p; CENTRAL SITE DEFAULT<br> NO PERFORMANCE GROUPS<br> (*)<br> (*)<br> FSILOGON PROCSIZE= 4096K, UNIT NAME= 3350<br>IKJ56590I LISTED<br> END<br>END ****A END JOB 5 TSOBATCH TSO IN BATCH ROOM 5.32.06 PM 10 NOV 10 PRINTER1 SYS BSP1 JOB 5 END A****<br></p><p><br></p><p>Below is the only thing that shows on the screen after keying UTST01 at the tk3upd logon prompt and hitting enter.</p><p><br></p><p>Unknown input, re-enter or press clear to refresh<br></p><p><br></p><p><br></p><p>If I use one of the logons that comes with tk3upd (say herc01) it logs on normally. Just not anything I add with my jcl.<br></p><p><br></p><p>Thanks for the help.</p><p><br></p><p>Buddy<br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p> <br> </p> </div> </div></div> </div></p> </div> <!--~-|**|PrettyHtmlStart|**|-~--> <div style="color: #fff; height: 0;">__._,_.___</div> <div id="ygrp-actbar" style="clear: both; margin-bottom: 10px; white-space: nowrap; color: #666; padding-top: 15px;"> <div> <a href="mailto:[email protected]?subject=Re: [turnkey-mvs] Re: adding a new user with tk3upd" style="margin-right: 0; padding-right: 0;"> Reply to <span style="font-weight: 700;">sender</span></a> | <a href="mailto:[email protected]?subject=Re: [turnkey-mvs] Re: adding a new user with tk3upd"> Reply to <span style="font-weight: 700;">group</span></a> | <a href="http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=X3oDMTJwMWptNXYwBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BG1zZ0lkAzcxODMEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjg5NDA3MzMy?act=reply&messageNum=7183">Reply <span style="font-weight: 700;">via web post</span></a> | <a href="http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=X3oDMTJlNmRwcTBqBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI4OTQwNzMzMg--" style="font-weight: 700;">Start a New Topic</a> </div> <a href="http://groups.yahoo.com/group/turnkey-mvs/message/7178;_ylc=X3oDMTM0ZzlzcWtzBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BG1zZ0lkAzcxODMEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjg5NDA3MzMyBHRwY0lkAzcxNzg-">Messages in this topic</a> (<span style="font-weight: 700;">5</span>) </div> <!------- Start Nav Bar ------> <!-- |**|begin egp html banner|**| --> <div id="ygrp-vital" style="background-color: #e0ecee; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;"> <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; ">Recent Activity:</span> <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;"> <li style="border-right: 1px solid #000; font-weight: 700; display: inline; padding: 0 5px; margin-left: 0;"> <span class="cat"><a href="http://groups.yahoo.com/group/turnkey-mvs/members;_ylc=X3oDMTJmanRudTJ2BF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyODk0MDczMzI-?o=6" style="text-decoration: none;">New Members</a></span> <span class="ct" style="color: #ff7900;">3</span> </li> </ul> <div style="clear: both; padding-top: 2px; color: #1e66ae;"> <a href="http://groups.yahoo.com/group/turnkey-mvs;_ylc=X3oDMTJldWllZXVmBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTI4OTQwNzMzMg--" style="text-decoration: none;">Visit Your Group</a> </div> </div> <div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;"> <a href="http://groups.yahoo.com/;_ylc=X3oDMTJkMGxtbzY0BF9TAzk3NDc2NTkwBGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMjg5NDA3MzMy" style="float: left;"><img src="http://l.yimg.com/a/i/us/yg/logo/us.gif" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a> <div style="color: #747575; float: right;">Switch to: <a href="mailto:[email protected]?subject=Change Delivery Format: Traditional" style="text-decoration: none;">Text-Only</a>, <a href="mailto:[email protected]?subject=Email Delivery: Digest" class="margin-rt" style="text-decoration: none;">Daily Digest</a> • <a href="mailto:[email protected]?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> • <a href="http://docs.yahoo.com/info/terms/" style="text-decoration: none;">Terms of Use</a></div> </div> <!-- |**|end egp html banner|**| --> </div> <!-- ygrp-msg --> <!-- Sponsor --> <!-- |**|begin egp html banner|**| --> <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;"> <!-- Start Recommendations --> <div id="ygrp-reco"> </div> <!-- End Recommendations --> </div> <!-- |**|end egp html banner|**| --> <div style="clear:both; color: #FFF; font-size:1px;">.</div> </div> <img src="http://geo.yahoo.com/serv?s=97359714/grpId=8161162/grpspId=1705006559/msgId=7183/stime=1289407332/nc1=1/nc2=2/nc3=3" width="1" height="1"> <br> <div style="color: #fff; height: 0;">__,_._,___</div> <!--~-|**|PrettyHtmlEnd|**|-~--> </body> <!--~-|**|PrettyHtmlStart|**|-~--> <head> <style type="text/css"> <!-- #ygrp-mkp { border: 1px solid #d8d8d8; font-family: Arial; margin: 10px 0; padding: 0 10px; } #ygrp-mkp hr { border: 1px solid #d8d8d8; } #ygrp-mkp #hd { color: #628c2a; font-size: 85%; font-weight: 700; line-height: 122%; margin: 10px 0; } #ygrp-mkp #ads { margin-bottom: 10px; } #ygrp-mkp .ad { padding: 0 0; } #ygrp-mkp .ad p { margin: 0; } #ygrp-mkp .ad a { color: #0000ff; text-decoration: none; } #ygrp-sponsor #ygrp-lc { font-family: Arial; } #ygrp-sponsor #ygrp-lc #hd { margin: 10px 0px; font-weight: 700; font-size: 78%; line-height: 122%; } #ygrp-sponsor #ygrp-lc .ad { margin-bottom: 10px; padding: 0 0; } a { color: #1e66ae; } #actions { font-family: Verdana; font-size: 11px; padding: 10px 0; } #activity { background-color: #e0ecee; float: left; font-family: Verdana; font-size: 10px; padding: 10px; } #activity span { font-weight: 700; } #activity span:first-child { text-transform: uppercase; } #activity span a { color: #5085b6; text-decoration: none; } #activity span span { color: #ff7900; } #activity span .underline { text-decoration: underline; } .attach { clear: both; display: table; font-family: Arial; font-size: 12px; padding: 10px 0; width: 400px; } .attach div a { text-decoration: none; } .attach img { border: none; padding-right: 5px; } .attach label { display: block; margin-bottom: 5px; } .attach label a { text-decoration: none; } blockquote { margin: 0 0 0 4px; } .bold { font-family: Arial; font-size: 13px; font-weight: 700; } .bold a { text-decoration: none; } dd.last p a { font-family: Verdana; font-weight: 700; } dd.last p span { margin-right: 10px; font-family: Verdana; font-weight: 700; } dd.last p span.yshortcuts { margin-right: 0; } div.attach-table div div a { text-decoration: none; } div.attach-table { width: 400px; } div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited { text-decoration: none; } div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited { text-decoration: none; } div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts { font-family: Verdana; font-size: 10px; font-weight: normal; } .green { color: #628c2a; } .MsoNormal { margin: 0 0 0 0; } o { font-size: 0; } #photos div { float: left; width: 72px; } #photos div div { border: 1px solid #666666; height: 62px; overflow: hidden; width: 62px; } #photos div label { color: #666666; font-size: 10px; overflow: hidden; text-align: center; white-space: nowrap; width: 64px; } #reco-category { font-size: 77%; } #reco-desc { font-size: 77%; } .replbq { margin: 4px; } #ygrp-actbar div a:first-child { /* border-right: 0px solid #000;*/ margin-right: 2px; padding-right: 5px; } #ygrp-mlmsg { font-size: 13px; font-family: Arial, helvetica,clean, sans-serif; *font-size: small; *font: x-small; } #ygrp-mlmsg table { font-size: inherit; font: 100%; } #ygrp-mlmsg select, input, textarea { font: 99% Arial, Helvetica, clean, sans-serif; } #ygrp-mlmsg pre, code { font:115% monospace; *font-size:100%; } #ygrp-mlmsg * { line-height: 1.22em; } #ygrp-mlmsg #logo { padding-bottom: 10px; } #ygrp-mlmsg a { color: #1E66AE; } #ygrp-msg p a { font-family: Verdana; } #ygrp-msg p#attach-count span { color: #1E66AE; font-weight: 700; } #ygrp-reco #reco-head { color: #ff7900; font-weight: 700; } #ygrp-reco { margin-bottom: 20px; padding: 0px; } #ygrp-sponsor #ov li a { font-size: 130%; text-decoration: none; } #ygrp-sponsor #ov li { font-size: 77%; list-style-type: square; padding: 6px 0; } #ygrp-sponsor #ov ul { margin: 0; padding: 0 0 0 8px; } #ygrp-text { font-family: Georgia; } #ygrp-text p { margin: 0 0 1em 0; } #ygrp-text tt { font-size: 120%; } #ygrp-vital ul li:last-child { border-right: none !important; } --> </style> </head> <!--~-|**|PrettyHtmlEnd|**|-~--> </html> <!-- end group email --> --0-1754138930-1289407320=:16913--