/* accordianSJL.css */


.kineticcontentsheader{ /*header */
    cursor: hand;
	cursor: pointer;
	padding-right: 2px;
	padding-bottom: 3px; 
	padding-top: 2px;  
	padding-left: 2px; 
  
    /*
    border-right: #669966 1px solid;
    border-bottom: #669966 1px solid;
    
    background: #F7FFEF;
	*/
	
    color: #000000; /* #0000CC; */ 
	/* #000; */
    /* text-decoration:underline; */

/* border: 1px solid gray; */
/* background: #E1E1E1; */
}

.openkineticcontent {
    /*
	border-right: #669966 1px solid;
    border-bottom: #669966 1px solid;
    
	background: #F7FFEF; 
	*/
	
	color: #000000; /* #0000CC; */  /* Vibrant Blue */
	font-weight: bold; 
	/* font-size: 12px; */
	font-family: verdana,arial,helvetica,sans-serif; text-align: left; 
	padding-right: 2px;
	padding-bottom: 3px; 
	padding-top: 2px;  
	padding-left: 2px; 
	font-family: verdana,arial,helvetica,sans-serif; text-align: left;
}

.kineticcontentsheader:hover{
     color: #9cf;   /* Hover SJL Link */
}

.kineticsubcontentheader{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: 11px Verdana; /* bold 14px Verdana; */
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 40px;
    margin-right: 4px;
	/* margin: 10px 40px; */ /* 10px 0; */
    color: #0000CC;
    text-indent: -18px;
}

.kineticsubcontentheader:hover{
     color: #9cf;   /* Hover SJL Link */
}

.opensjlplansubcontent{ /*class added to contents of 2nd demo when they are open*/
	color:#0000FF; /* green; */
}

.closedsjlsplansubcontent{ /*class added to contents of 2nd demo when they are closed*/
	color: #0000CC; /* #FF33FF; */ /* red; */
}


.sjlscienceheader{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}

.sjlscienceheader:hover{
     color: #9cf;   /* Hover SJL Link */
}

/* .openkineticcontent{  *//*class added to contents of 1st demo when they are open*/
/* background: orange;  *//* yellow; */
/* } */


.opensjlscience{ /*class added to contents of 2nd demo when they are open*/
	color:#0000FF; /* green; */
}

.closedsjlscience{ /*class added to contents of 2nd demo when they are closed*/
	color: #0000CC; /* #FF33FF; */ /* red; */
}


.sjltopicsheader{ /*header */
    cursor: hand;
	cursor: pointer;
	padding-right: 2px;
	padding-bottom: 3px; 
	padding-top: 2px;  
	padding-left: 2px; 

    border-right: #669966 1px solid;
    border-bottom: #669966 1px solid;

    /*
    border-left: #000 1px solid;
    border-top: #000 1px solid;
    border-right: #000 3px solid;
    border-bottom: #000 3px solid;
    */

    background: #F7FFEF;
    color: #0000CC;
    /* text-decoration:underline; */
}

.sjltopicsheader:hover{
     color: #9cf;   /* Hover SJL Link */
}


.opensjltopic {
    /*
    border-left: #000 1px solid;
    border-top: #000 1px solid;
    border-right: #000 3px solid;
    border-bottom: #000 3px solid;
    */

    border-right: #669966 1px solid;
    border-bottom: #669966 1px solid;

	background: #F7FFEF; 
	
	color: #0000CC;  /* Vibrant Blue */
	font-weight: bold; font-size: 12px; 
	font-family: verdana,arial,helvetica,sans-serif; text-align: left; 
	padding-right: 2px;
	padding-bottom: 3px; 
	padding-top: 2px;  
	padding-left: 2px; 
	font-family: verdana,arial,helvetica,sans-serif; text-align: left;
}




