/*  summer camp  */
@import url(../style.css);
td.campfee   {margin: 0;    padding: 2px 2px 2px 2px;    }
/* ============== summer camps ========*/
table.sc {
    border-style: 0px;
	width: 100%;
}
th.scheading  {
    border-style: 0;
	font-weight: bold;
	color: black;
	font-size: 12px;
	text-align: left;
	background: #F5ECE3;
	padding: 2px 0 2px 3px;
	margin: 10px 0 0 0;
}
th.scdates  {
    border-style: 0;
	font-weight: bold;
	color: black;
	font-size: 12px;
	text-align: right;
	color: #52906E;
	background: #F5ECE3;
	padding: 2px 3px 2px 0;
	margin: 10px 0 0 0;
	}
td.scabout  {
    border-style: 0;
	font-weight: bold;
	color: black;
	font-size: 12px;
	text-align: left;
	color: #52906E;
	/*background: #F5ECE3;*/
	}
td.scdesc, td.scidesc  {
	font-weight: normal;
	text-align: justify;
	padding: 0px 0px 10px 0px;
}
td.scidesc {font-style: italic;}
/* ----------------  fees.php -------  */
dl.scinfo {margin:0 0 0 0;    padding:0 0 0 0;    }    
dl.scinfo dt {    font-weight: bold;    bottom: 0 0 0 0px;    }    
dl.scinfo dd {    margin:  0px 0 15px 25px;        }
table.scinfo {    border-collapse: collapse;    }
table.scinfo th {    font-weight: bold;    font-size: 11px;    }
table.scinfo td {    padding: 0 15px 0 20px;    }    

