/* Start of CMSMS style sheet 'Scrip Program' */
table.scripprogram {
	
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	
}

/*The TD information - used for the text in the non-header table cells* Same as above, I need to go through and update CLASS NAME */
table.scripprogram td {
border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;

color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
}

/*The TD information - used for table headers or top row*/
.scripprogram tr.tablehead td {
	background-color: #206495;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #E2CD34;
	padding-left: 5px;
	border-right: 1px #E2CD34 solid;
	text-align: center;
}
#pagecontent ul ul {
	list-style-type: none;
}

#pagecontent ul ul li {
	list-style-type: none;
}
/* End of 'Scrip Program' */

