/* ===============================================================*/
/* External Cascading Style Sheet for                             */
/* Poway Girls Softball League Website Pages                      */
/* ===============================================================*/	
	
	
/*         General Format                           */
/* -------------------------------------------------*/
	body {
    margin: 0 0 0 24;
    background-color: #006633; /* background color dark, dark green */
		/* background color matches fade-out color light gray */
		background: #949B94 url(../c_CommonGraphics/GreenToGrayGradientBackground3.jpg) repeat-x; 
  }

  body, a, table, body, dl, dt, dd, ul, ol, li, td, th { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px; 
    color: #fff8dc;

  } 

/*         Section Title Format                     */
/* -------------------------------------------------*/	
	.SectionTitle  {
	    color: #105210; 
			font-size: 14px;
			font-weight: bolder;
			letter-spacing: 2;
			white-space: nowrap; 
			padding: 3px 28px 3px 24px;
			background: #949B94 url(../c_CommonGraphics/SectionTitleBG.jpg) repeat-x;
			border-top: 1px solid silver; 
			border-right: 1px solid #696969;
			border-bottom: 1px solid #696969;
			border-left: 1px solid silver;
	}
	
	dt.vspace  {
	  margin: 12 0 12 0;
	}
	
/*         Simulated Anchor Links                   */
/* -------------------------------------------------*/	
  .TextLink, a.TextLink {
	  color: #393A69;
		font-size: 13px; 
		font-weight: bolder;
		text-decoration: none;
		padding: 1 24 3 12 ;
		background-image: url(../c_CommonGraphics/xp24.jpg); 
    background-repeat: repeat-x; 
    border-top: 1px solid silver;
    border-right: 1px solid #696969; 
    border-bottom: 1px solid #696969;
    border-left: 1px solid silver; 
		cursor: hand;
		cursor: pointer;
  }
	
	  .TextLinkBig, a.TextLinkBig {
	  color: #393A69;
		font-size: 13px; 
		font-weight: bolder;
		text-decoration: none;
		padding: 1 24 3 12 ;
		background-image: url(../c_CommonGraphics/xp24_Big.jpg); 
    background-repeat: repeat-x; 
    border-top: 1px solid silver;
    border-right: 1px solid #696969; 
    border-bottom: 1px solid #696969;
    border-left: 1px solid silver; 
		cursor: hand;
		cursor: pointer;
  }
	a.InLineTextAnchor{
	  color: #393A69;
		text-decoration: none;
		cursor: hand;
		cursor: pointer;
  }
	
		a.InLineTextAnchorBig{
	  color: #fff8dc;
		text-decoration: none;
		cursor: hand;
		cursor: pointer;
  }


/*          Used in Team & Coaches Rosters                        */
/* ---------------------------------------------------------------*/	
	
  td.RosterInfo {
    color: #855e42;
    background-color: #ffefd5;
    padding: 3px 0px 4px 4px;
  }
  
  td.RosterTitles {
    color: #ffefd5;
    background-color: #855e42;
    font-size: 9px;
    padding: 2px 0px 3px 4px;
  }
		
/*          Used in Team Schedule/Standing Tables                 */
/* ---------------------------------------------------------------*/	
  td.TeamStats {
    font-weight: bold;  
		background-color: #EBE1DF;  
		padding: 4px 8px 4px 0px; 
		text-align: right;
  }
	 
	 td.TeamSchHdr {
     background-color: #855e42; 
     padding: 2px 2px 3px 6px; 
     color: #ffefd5;
     font-size: 7pt; 
     vertical-align: bottom;
	  }
	
    td.TeamSchInfo {
      color: #855e42;
      background-color: #ffefd5;
      padding: 3px 6px 4px 6px; 
      font-size: 8pt; 
      line-height: 1.2;
    }
	 
/*          Used in All-Start Tournament Schedule                 */
/* ---------------------------------------------------------------*/	
  td.A-StarSchHdr {
		background-color: green;  
		padding: 2px 0px 3px 12px; 
   }
	 
	td.A-StarSchInfo {
	  color: #800000;
		background-color: silver;  
		padding: 4px 0px 5px 8px; 
   }
	 
	 a.A-StarSchLink {
	  color: blue;
		text-decoration: none;
   }
