/* CSS Document */

/* Project: Jenkintown Day Nursery
URL: http://www.jenkintowndaynursery.com/

Styles for golf online registration
Author: Sharon Cooper
*/

	.section_name {
     text-align: left;
     line-height: 120%;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
     color: #36228F;
     font-size: 1em;
     padding: 0.4em 0 0 0;
     font-weight: bold;
     margin-bottom: .1em;
     margin-left:10px;
    }
  
	#regform {
     width: 490px;
     background: url(images/donation_boxtop_long.gif) no-repeat top left;
     padding-top: 2em;
     margin-bottom: 1em;
    }
	
	table .regtable {
	 width:440px; 
	 margin-left:20px;
	 background: #FFFFFF;
	 padding-bottom:7px;
	}
	
	 table .spontable {
	 width:440px; 
	 margin-left:20px;
	 background: #FFFFFF;
	 padding-bottom:0px;
	}
	
	table .spontable td.spleft {
	   /* top,rt,bot,left */
	   border:  #00ACA9 solid; border-width: 0px 1px 1px 0px;
	   text-align:left;
	   width:340px;
	}
	table .spontable td.spright {
	/* top,rt,bot,left */
	   border:  #00ACA9 solid; border-width: 0px 0px 1px 0px;
	   text-align:left;
	   width:88px;
	   padding-right:10px;
	}
	
	table .regtable th {
	 padding:5px;
	 margin:0;
	}
	table .regtable td, table .spontable td {
	 padding:3px;
	 margin:0;
	}
	
	table .regtable th.left {
	  /* top,rt,bot,left */
	   border: #00ACA9 solid; border-width: 0px 1px 1px 0px;
	   text-align:center;
	}
	
	table .regtable th.right {
	/* top,rt,bot,left  */
	   border: #00ACA9 solid; border-width: 0px 0px 1px 0px;
	   text-align:center;
	}
	
	table .regtable th.inner {
	   /* top,rt,bot,left */
	   border: #00ACA9 solid; border-width: 0px 1px 1px 0px;
	   text-align:center;
	}
	
	table .regtable td.left {
	   /* top,rt,bot,left */
	   border:  #00ACA9 solid; border-width: 0px 1px 1px 0px;
	   text-align:right;
	   width:273px;
	}
	table .regtable td.right {
	/* top,rt,bot,left */
	   border:  #00ACA9 solid; border-width: 0px 0px 1px 0px;
	   text-align:right;
	   width:88px;
	   padding-right:10px;
	}
	table .regtable td.inner {
	   /* top,rt,bot,left */
	   border:  #00ACA9 solid; border-width: 0px 1px 1px 0px;
	   text-align:right;
	   width:65px;
	}
	
	table .regtable .DisplayFld, table .spontable .DisplayFld {
	  background-color: #dddddd;
	  vertical-align:middle;
	  width:70px;
	}
	table .regtable .QuanFld {
	  width:40px;
	}
	
  table .regtable .spcbutn {
  font-size:11px;font-family:Arial, Helvetica, sans-serif;padding:2px; width:165px;
  }
  
 

