﻿
/*===========================================================================*/
/* GLOBAL STYLESHEET FOR GOODELLS.NET                                        */
/* updated 03/19/2019                                                        */
/*===========================================================================*/

/*------ layout -------------------------------------------------------------*/

 body         { margin: 20px auto 40px; min-width: 960px; max-width: 1200px }

 .topcorners  { border-radius: 20px 20px 0 0 }
 .botcorners  { border-radius: 0 0 20px 20px }
 .rounded1    { border-radius: 20px }
 .rounded2    { border-radius: 14px }
 .flat-top    { border-top-left-radius:0; border-top-right-radius:0 }
 .flat-bottom { border-bottom-left-radius:0; border-bottom-right-radius:0 }
 .flat-left   { border-top-left-radius:0; border-bottom-left-radius:0 }
 .flat-right  { border-top-right-radius:0; border-bottom-right-radius:0 }

 .left-col    { float:left; margin-left:20px; padding:20px 0 0 0 }
 .right-col   { margin-right:20px; padding: 20px 0 0 20px; overflow: hidden }
 
 .page-title  { color: #7f003f; 
                font: italic bold 1.4em arial,helvetica,sans-serif }
				
 .reload-hint { text-align: center; padding-bottom: 9px;
                font: italic 0.8em 'times new roman','times-roman',georgia,serif }
				
 .left        { text-align: left }
 .right       { text-align: right }
 .center      { text-align: center }

 li.menu      { padding: 0 9px 9px 0 }

/*------ colors -------------------------------------------------------------*/

 body         { background-image: url(/global/bkgd-23.jpg) }
 .bg1         { background-image: linear-gradient(-90deg,#ff9933,#ffff88) }
 .bg-net      { background-image: url(/global/bkgd-net2.jpg) }
 
 .font3       { color: #900 }
 
/*------ fonts --------------------------------------------------------------*/

 body         { font-family: 'times new roman','times-roman',georgia,serif }
 .font3       { font: bold 1em arial,helvetica,sans-serif }

 .credit,
 .footer      { font-family: 'times new roman','times-roman',georgia,serif }

 .updated,
 .caption,
 .list        { font-family: arial,helvetica,sans-serif }

 .bold        { font-weight: bold }
 .italic      { font-style: italic }
 .list        { font-size: 1.0em }
 .footer      { font-size: 0.9em }
 .caption     { font-size: 0.8em }
 .credit      { font-style: italic; font-size: 0.8em }
 .updated     { font-style: italic; font-size: 0.8em }

 dt.pclib     { font: bold 0.9em tahoma,arial,helvetica,sans-serif }
 dd.pclib     { font: normal 0.9em 'times new roman','times-roman',georgia,serif }

/*------ links --------------------------------------------------------------*/

 /* 'a' without pseudo-link means both 'a:link' and 'a:visited' */
 a.no-ul:link    { text-decoration: none }
 a.no-ul:visited { text-decoration: none }
 a.no-ul:hover   { background: #000; color: #fff }

 a:hover         { background: transparent }
 a.nudge:hover   { position: relative; bottom: 1.0px; right: 1.5px }
 
/*------ texttabs -----------------------------------------------------------*/

 .texttab     { font-size: 9pt; font-family: arial,helvetica,sans-serif; 
                margin:0; padding:2px 0; background: #ffcc55 }
			   
 .tab1,.tab2,.tab3,.tab4,.tab5,.tab6,.tab7,.tab8,.tab9
   	          { padding: 2px 8px 1px 8px; white-space: nowrap; color: #448;
                border: 1px solid transparent; -border-radius: 0 0 8px 8px }

 a.tab1:hover,a.tab2:hover,a.tab3:hover,a.tab4:hover,a.tab5:hover,
 a.tab6:hover,a.tab7:hover,a.tab8:hover,a.tab9:hover
              { background: #fff; color: #448; border-top: 0;
			    border: 1px solid #aaa }

 a.tab1,a.tab2,a.tab3,a.tab4,a.tab5,a.tab6,a.tab7,a.tab8,a.tab9
              { text-decoration: none }
				 
 .texttab-bg  { background: #aa6622 }

/* add Style to Head of page: .tab# { color:#fff; background: #aa6622 }      */

